PoisonVariables.Specinclude module type of struct include Analyses.IdentityUnitContextsSpec endinclude module type of struct include Analyses.IdentitySpec endinclude module type of struct include Analyses.DefaultSpec endmodule G = Lattice.Unitmodule V = Analyses.EmptyVmodule P = Analyses.UnitPval vdecl : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'aval asm : ('a, 'b, 'c, 'd) Analyses.ctx -> 'aval skip : ('a, 'b, 'c, 'd) Analyses.ctx -> 'aval query : 'b -> 'a Queries.t -> 'aval sync : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'aval paths_as_set : ('a, 'b, 'c, 'd) Analyses.ctx -> 'a listmodule A = Analyses.UnitAval assign :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval ->
GoblintCil.exp ->
'aval branch : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.exp -> bool -> 'aval body : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.fundec -> 'aval combine_assign :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
'e ->
GoblintCil.fundec ->
GoblintCil.exp list ->
'f ->
'g ->
Queries.ask ->
'aval special :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.varinfo ->
GoblintCil.exp list ->
'aval threadspawn :
('a, 'b, 'c, 'd) Analyses.ctx ->
multiple:'e ->
'f ->
'g ->
'h ->
'i ->
'amodule C = Printable.Unitmodule VS : sig ... endmodule D = VSval check_mval : VS.t -> ValueDomain.AD.elt -> unitval rem_mval : VS.t -> ValueDomain.AD.elt -> VS.tval return :
(D.t, 'a, 'b, 'c) Analyses.ctx ->
GoblintCil.exp option ->
GoblintCil.fundec ->
D.tval enter :
(VS.t, 'a, 'b, 'c) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.fundec ->
GoblintCil.exp list ->
(D.t * D.t) listval combine_env :
(VS.t, 'a, 'b, 'c) Analyses.ctx ->
'd ->
'e ->
'f ->
'g ->
'h ->
VS.t ->
'i ->
VS.tval startstate : 'a -> D.tval threadenter : 'a -> multiple:'b -> 'c -> 'd -> 'e -> D.t listval exitstate : 'a -> D.tval event :
(D.t, 'a, 'b, 'c) Analyses.ctx ->
Events.t ->
(VS.t, 'd, 'e, 'f) Analyses.ctx ->
D.t