Module Components.Security_Annotations


module Security_Annotations: Cil_computation.StmtSetRef(sig
val name : string
val dependencies : Project.Computation.t list
end)
The state of statement for which a security verification should occur.

include Project.Computation.OUTPUT
type elt 
val add : elt -> unit
val mem : elt -> bool
val is_empty : unit -> bool
val fold : (elt -> 'a -> 'a) -> 'a -> 'a
val iter : (elt -> unit) -> unit