package goblint
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=99b78e6def71534d195eef9084baa26d8334b36084e120aa6afb300c9bf8afa6
sha512=f3162bd95a03c00358a2991f6152fc6169205bfb4c55e2c483e98cc3935673df9656d025b6f1ea0fa5f1bd0aee037d4f483966b0d2907e3fa9bf11a93a3392af
doc/goblint.lib/Goblint_lib/Constraints/index.html
Module Goblint_lib.Constraints
Construction of a constraint system from an analysis specification and CFGs. Transformatons of analysis specifications as functors.
module M = Messagesmodule HashconsLifter
(S : Analyses.Spec) :
Analyses.Spec with module G = S.G and module C = S.CLifts a Spec so that the domain is Hashconsd
module HashconsContextLifter
(S : Analyses.Spec) :
Analyses.Spec
with module D = S.D
and module G = S.G
and module C = Printable.HConsed(S.C)Lifts a Spec so that the context is Hashconsd.
module OptEqual (S : Analyses.Spec) : sig ... endmodule LevelSliceLifter
(S : Analyses.Spec) :
Analyses.Spec
with module D = Lattice.Prod(S.D)(Lattice.Reverse(IntDomain.Lifted))
and module G = S.G
and module C = S.CIf dbg.slice.on, stops entering functions after dbg.slice.n levels.
module LimitLifter (S : Analyses.Spec) : sig ... endLimits the number of widenings per node.
module WidenContextLifterSide (S : Analyses.Spec) : sig ... endmodule DeadCodeLifter
(S : Analyses.Spec) :
Analyses.Spec
with module D = Analyses.Dom(S.D)
and module G = S.G
and module C = S.CLifts a Spec with a special bottom element that represent unreachable code.
module NoContext : sig ... endmodule IntConf : sig ... endmodule ContextGasLifter
(S : Analyses.Spec) :
Analyses.Spec
with module D = Lattice.Prod(S.D)(Lattice.Chain(IntConf))
and module C = Printable.Option(S.C)(NoContext)
and module G = S.GLifts a Spec with the context gas variable. The gas variable limits the number of context-sensitively analyzed function calls in a call stack. For every function call the gas is reduced. If the gas is zero, the remaining function calls are analyzed without context-information
module type Increment = sig ... endmodule FromSpec
(S : Analyses.Spec)
(Cfg : MyCFG.CfgBackward)
(I : Increment) :
sig ... endThe main point of this file---generating a GlobConstrSys from a Spec.
module PathSensitive2
(Spec : Analyses.Spec) :
Analyses.Spec
with module G = Spec.G
and module C = Spec.C
and module V = Spec.VAdd path sensitivity to a analysis
module DeadBranchLifter (S : Analyses.Spec) : Analyses.Specmodule LongjmpLifter (S : Analyses.Spec) : Analyses.Specmodule RecursionTermLifter
(S : Analyses.Spec) :
Analyses.Spec with module D = S.D and module C = S.CAdd cycle detection in the context-sensitive dynamic function call graph to an analysis
module CompareGlobSys (SpecSys : Analyses.SpecSys) : sig ... endmodule CompareHashtbl
(Var : ConstrSys.VarType)
(Dom : Lattice.S)
(VH : Batteries.Hashtbl.S with type key = Var.t) :
sig ... endmodule CompareEqSys
(Sys : ConstrSys.EqConstrSys)
(VH : Batteries.Hashtbl.S with type key = Sys.Var.t) :
sig ... endmodule CompareGlobal
(GVar : ConstrSys.VarType)
(G : Lattice.S)
(GH : Batteries.Hashtbl.S with type key = GVar.t) :
sig ... endmodule CompareNode
(C : Printable.S)
(D : Lattice.S)
(LH : Batteries.Hashtbl.S with type key = Analyses.VarF(C).t) :
sig ... end