MallocFresh.Specinclude module type of struct include Analyses.IdentitySpec endinclude module type of struct include Analyses.DefaultSpec endmodule G = Goblint_lib.Analyses.IdentitySpec.Gmodule V = Goblint_lib.Analyses.IdentitySpec.Vval 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 event : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f -> 'aval sync : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'aval branch : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.exp -> bool -> 'aval body : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.fundec -> 'aval return :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.exp option ->
GoblintCil.fundec ->
'aval enter :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.fundec ->
GoblintCil.exp list ->
('a * 'a) listmodule D : sig ... endmodule C = Dval startstate : 'a -> [ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ]val exitstate : 'a -> [ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ]val assign_lval :
Queries.ask ->
Prelude.Ana.lval ->
[ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ] ->
[ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ]val assign :
([ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ], 'a, 'b, 'c)
Analyses.ctx ->
Prelude.Ana.lval ->
'd ->
[ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ]val combine :
('a, 'b, 'c, 'd) Analyses.ctx ->
Prelude.Ana.lval option ->
'e ->
'f ->
'g ->
'h ->
[ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ] ->
[ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ]val special :
([ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ], 'a, 'b, 'c)
Analyses.ctx ->
Prelude.Ana.lval option ->
GoblintCil.Cil.varinfo ->
Goblint_lib.LibraryDesc.Cil.exp list ->
[ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ]val threadenter :
'a ->
'b ->
'c ->
'd ->
[ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ] listval threadspawn :
'a ->
'b ->
'c ->
'd ->
'e ->
[ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ]module A : sig ... endval access :
([ `Lifted of BatSet.Make(CilType.Varinfo).t | `Top ], 'a, 'b, 'c)
Analyses.ctx ->
Queries.access ->
bool