Module TaintPartialContexts.Spec

include module type of struct include Analyses.IdentityUnitContextsSpec end
include module type of struct include Analyses.IdentitySpec end
include module type of struct include Analyses.DefaultSpec end
module G = Lattice.Unit
module V = Analyses.EmptyV
module P = Analyses.UnitP
type marshal = unit
val init : 'a -> unit
val finalize : unit -> unit
val vdecl : ('a, 'b, 'c, 'd) Analyses.man -> 'e -> 'a
val asm : ('a, 'b, 'c, 'd) Analyses.man -> 'a
val skip : ('a, 'b, 'c, 'd) Analyses.man -> 'a
val event : ('a, 'b, 'c, 'd) Analyses.man -> 'e -> 'f -> 'a
val morphstate : 'a -> 'b -> 'b
val sync : ('a, 'b, 'c, 'd) Analyses.man -> 'e -> 'a
val paths_as_set : ('a, 'b, 'c, 'd) Analyses.man -> 'a list
module A = Analyses.UnitA
val access : 'a -> 'b -> unit
val branch : ('a, 'b, 'c, 'd) Analyses.man -> GoblintCil.exp -> bool -> 'a
val body : ('a, 'b, 'c, 'd) Analyses.man -> GoblintCil.fundec -> 'a
module C = Printable.Unit
val context : 'a -> 'b -> 'c -> unit
val startcontext : unit -> unit
val name : unit -> string
module D = AD
val taint_lval : (D.t, 'a, 'b, 'c) Analyses.man -> GoblintCil.lval -> D.t
val assign : (D.t, 'a, 'b, 'c) Analyses.man -> GoblintCil.lval -> GoblintCil.exp -> D.t
val return : (D.t, 'a, 'b, 'c) Analyses.man -> GoblintCil.exp option -> GoblintCil.fundec -> D.t
val enter : (D.t, 'a, 'b, 'c) Analyses.man -> GoblintCil.lval option -> GoblintCil.fundec -> GoblintCil.exp list -> (D.t * D.t) list
val combine_env : (D.t, 'a, 'b, 'c) Analyses.man -> 'd -> 'e -> GoblintCil.fundec -> 'f -> 'g -> D.t -> 'h -> D.t
val combine_assign : (D.t, 'a, 'b, 'c) Analyses.man -> GoblintCil.lval option -> 'd -> GoblintCil.fundec -> GoblintCil.exp list -> 'e -> D.t -> Queries.ask -> D.t
val special : (D.t, 'a, 'b, 'c) Analyses.man -> GoblintCil.lval option -> GoblintCil.varinfo -> GoblintCil.exp list -> D.t
val startstate : 'a -> D.t
val threadenter : 'a -> multiple:'b -> 'c -> 'd -> 'e -> D.t list
val threadspawn : (D.t, 'a, 'b, 'c) Analyses.man -> multiple:'d -> GoblintCil.lval option -> 'e -> 'f -> 'g -> D.t
val exitstate : 'a -> D.t
val query : (ValueDomain.AD.t, 'b, 'c, 'd) Analyses.man -> 'a Queries.t -> 'a Queries.result