Constraints.PathSensitive2Add path sensitivity to a analysis
module Spec : Analyses.Specmodule D : Lattice.S with type t = HoareDomain.Set(Spec.D).tmodule G = Spec.Gmodule C = Spec.Cmodule V = Spec.VGlobal constraint variables.
Auxiliary 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.result