module Stmt_set_ref: functor (Info : State_builder.Info) -> State_builder.Set_ref with type elt = Cil_types.stmt
functor (
Info
:
State_builder.Info
) ->
State_builder.Set_ref
with type elt = Cil_types.stmt
include State_builder.S
type elt
val add : elt -> unit
elt -> unit
val is_empty : unit -> bool
unit -> bool
val mem : elt -> bool
elt -> bool
val fold : (elt -> 'a -> 'a) -> 'a -> 'a
(elt -> 'a -> 'a) -> 'a -> 'a
val iter : (elt -> unit) -> unit
(elt -> unit) -> unit