Module Analyses.IdentitySpec
include module type of struct include DefaultSpec end
val finalize : unit -> unitval should_join : 'a -> 'b -> boolval call_descr : Cil.fundec -> 'a -> stringval intrpt : ('a, 'b, 'c) ctx -> 'aval vdecl : ('a, 'b, 'c) ctx -> 'd -> 'aval asm : ('a, 'b, 'c) ctx -> 'aval skip : ('a, 'b, 'c) ctx -> 'aval event : ('a, 'b, 'c) ctx -> 'd -> 'e -> 'aval morphstate : 'a -> 'b -> 'bval sync : ('a, 'b, 'c) ctx -> 'd -> 'aval context : 'a -> 'b -> 'bval assign : ('a, 'b, 'c) ctx -> Cil.lval -> Cil.exp -> 'aval branch : ('a, 'b, 'c) ctx -> Cil.exp -> bool -> 'aval body : ('a, 'b, 'c) ctx -> Cil.fundec -> 'aval return : ('a, 'b, 'c) ctx -> Cil.exp option -> Cil.fundec -> 'aval enter :
('a, 'b, 'c) 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 special :
('a, 'b, 'c) ctx ->
Cil.lval option ->
Cil.varinfo ->
Cil.exp list ->
'aval threadenter : ('a, 'b, 'c) ctx -> 'd -> 'e -> 'f -> 'a listval threadspawn : ('a, 'b, 'c) ctx -> 'd -> 'e -> 'f -> 'g -> 'a