ThreadFlag.Spec
include module type of struct include Analyses.IdentitySpec end
include module type of struct include Analyses.DefaultSpec end
Relatively safe default implementations of some boring Spec functions.
val vdecl : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f
val asm : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e
val skip : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e
val event : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f -> 'g
val sync : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f
val paths_as_set : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e list
val assign :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval ->
GoblintCil.exp ->
'e
val branch : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.exp -> bool -> 'e
val body : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.fundec -> 'e
val enter :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.fundec ->
GoblintCil.exp list ->
('e * 'f) list
val combine_env :
'a ->
GoblintCil.lval option ->
'b ->
GoblintCil.fundec ->
GoblintCil.exp list ->
'c ->
'd ->
Queries.ask ->
'e
val combine_assign :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
'e ->
GoblintCil.fundec ->
GoblintCil.exp list ->
'f ->
'g ->
Queries.ask ->
'h
val special :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.varinfo ->
GoblintCil.exp list ->
'e
module Flag = ThreadFlagDomain.Simple
module D = Flag
module P : sig ... end
module V = Analyses.UnitV
module G = BoolDomain.MayBool
val startstate : 'a -> Flag.t
val exitstate : 'a -> Flag.t
val morphstate : 'a -> 'b -> Flag.t
val create_tid : 'a -> Flag.t
val return :
(Flag.t, 'a, 'b, 'c) Analyses.ctx ->
'd ->
GoblintCil.fundec ->
Flag.t
val query :
(Flag.t, bool, 'b, unit) Analyses.ctx ->
'a Queries.t ->
'a0 Queries.result
module A : sig ... end
val access : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> bool
val threadenter :
('a, 'b, 'c, 'd) Analyses.ctx ->
multiple:'e ->
'f ->
'g ->
'h ->
Flag.t list
val threadspawn :
(D.t, bool, 'a, unit) Analyses.ctx ->
multiple:'b ->
'c ->
'd ->
'e ->
'f ->
D.t