MHPAnalysis.Specinclude module type of struct include UnitAnalysis.Spec endinclude Analyses.Spec with module D = Lattice.Unit with module C = Lattice.Unitmodule D = Goblint_lib.UnitAnalysis.Spec.Dmodule G = UnitAnalysis.Spec.Gmodule C = Goblint_lib.UnitAnalysis.Spec.Cmodule V = UnitAnalysis.Spec.VGlobal constraint variables.
type marshal = UnitAnalysis.Spec.marshalAuxiliary data (outside of solution domains) that needs to be marshaled and unmarshaled. This includes: * hashtables, * varinfos (create_var), * RichVarinfos.
val init : marshal option -> unitInitialize using unmarshaled auxiliary data (if present).
val finalize : unit -> marshalFinalize and return auxiliary data to be marshaled.
val startstate : GoblintCil.varinfo -> D.tval exitstate : GoblintCil.varinfo -> D.tval query :
(D.t, G.t, C.t, V.t) Analyses.ctx ->
'a Queries.t ->
'a Queries.resultmodule A : sig ... endval access : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> MHP.t