Goblint_lib.BaseDomainFull domain of Base analysis.
module VD = ValueDomain.Compoundmodule BI = IntOps.BigIntOpsmodule CPA : sig ... endmodule PartDeps : sig ... endmodule WeakUpdates : sig ... endMaintains a set of local variables that need to be weakly updated, because multiple reachable copies of them may
val equal_basecomponents_t :
'a. ('a -> 'a -> Ppx_deriving_runtime.bool) ->
'a basecomponents_t ->
'a basecomponents_t ->
Ppx_deriving_runtime.boolval compare_basecomponents_t :
'a. ('a -> 'a -> Ppx_deriving_runtime.int) ->
'a basecomponents_t ->
'a basecomponents_t ->
Ppx_deriving_runtime.intval hash_basecomponents_t : ('a -> int) -> 'a basecomponents_t -> intmodule BaseComponents (PrivD : Lattice.S) : sig ... endmodule type ExpEvaluator = sig ... endmodule DomFunctor
(PrivD : Lattice.S)
(ExpEval : ExpEvaluator with type t = BaseComponents(PrivD).t) :
sig ... endmodule DomWithTrivialExpEval (PrivD : Lattice.S) : sig ... end