module StmtSetRef: functor (Info : Signature.NAME_DPDS) -> Computation.SET_REF_OUTPUT with type elt = Cil_types.stmt
functor (
Info
:
Signature.NAME_DPDS
) ->
Computation.SET_REF_OUTPUT
with type elt = Cil_types.stmt
include Project.Computation.OUTPUT
type elt
val add : elt -> unit
elt -> unit
val mem : elt -> bool
elt -> bool
val is_empty : unit -> bool
unit -> bool
val fold : (elt -> 'a -> 'a) -> 'a -> 'a
(elt -> 'a -> 'a) -> 'a -> 'a
val iter : (elt -> unit) -> unit
(elt -> unit) -> unit