Module ThreadAnalysis.Spec
include module type of struct include Analyses.IdentitySpec end
include module type of struct include Analyses.DefaultSpec end
val finalize : unit -> unitval morphstate : 'a -> 'b -> 'bval context : 'a -> 'b -> 'bval access : 'a -> 'b -> unitval 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 enter :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.fundec ->
GoblintCil.exp list ->
('a * 'a) listval combine_env :
'a ->
GoblintCil.lval option ->
'b ->
GoblintCil.fundec ->
GoblintCil.exp list ->
'c ->
'd ->
Queries.ask ->
'dval combine_assign :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
'e ->
GoblintCil.fundec ->
GoblintCil.exp list ->
'f ->
'g ->
Queries.ask ->
'aval name : unit -> stringval handle_thread_return :
(D.t, bool * TS.t * bool, 'a, Goblint_lib__ThreadIdDomain.Thread.t)
Analyses.ctx ->
GoblintCil.exp option ->
unitval return :
(D.t, bool * TS.t * bool, 'a, Goblint_lib__ThreadIdDomain.Thread.t)
Analyses.ctx ->
GoblintCil.exp option ->
'b ->
D.tval special :
(D.t, bool * TS.t * bool, 'a, T.t) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.varinfo ->
GoblintCil.exp list ->
D.tval startstate : 'a -> D.tval exitstate : 'a -> D.t