include module type of struct include Analyses.IdentitySpec end
include module type of struct include Analyses.DefaultSpec end
val finalize : unit -> unitval should_join : 'a -> 'b -> boolval call_descr : Cil.fundec -> 'a -> stringval morphstate : 'a -> 'b -> 'bval context : 'a -> 'b -> 'bval assign : ('a, 'b, 'c) Analyses.ctx -> Cil.lval -> Cil.exp -> 'aval branch : ('a, 'b, 'c) Analyses.ctx -> Cil.exp -> bool -> 'aval enter :
('a, 'b, 'c) Analyses.ctx ->
Cil.lval option ->
Cil.fundec ->
Cil.exp list ->
('a * 'a) listval combine :
'a ->
Cil.lval option ->
'b ->
Cil.fundec ->
Cil.exp list ->
'c ->
'd ->
'dval threadenter : ('a, 'b, 'c) Analyses.ctx -> 'd -> 'e -> 'f -> 'a listval threadspawn : ('a, 'b, 'c) Analyses.ctx -> 'd -> 'e -> 'f -> 'g -> 'aval name : unit -> string