ReachingDefs.Defs
The node in which the reaching definition x := e is defined.
A definition x :=e, declared at node N, reaches the current node if there is a path from node N to the current node such that x is not modified along the path *
include IStdlib.PrettyPrintable.PPSet
with type elt = IR.Procdesc.Node.t
with type t = IR.Procdesc.NodeSet.t
include Stdlib.Set.S
with type elt = IR.Procdesc.Node.t
with type t = IR.Procdesc.NodeSet.t
type elt = IR.Procdesc.Node.t
type t = IR.Procdesc.NodeSet.t
val empty : t
val cardinal : t -> int
val is_empty : t -> bool
val is_singleton_or_more : t -> elt IStdlib.IContainer.singleton_or_more
include IStdlib.PrettyPrintable.PrintableType with type t := t
val pp_hov : IStdlib.PrettyPrintable.F.formatter -> t -> unit
val pp_element : IStdlib.PrettyPrintable.F.formatter -> elt -> unit
include Absint.AbstractDomain.WithBottom with type t := t
include Absint.AbstractDomain.S with type t := t
include Absint.AbstractDomain.Comparable with type t := t
include IStdlib.PrettyPrintable.PrintableType with type t := t
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit
val bottom : t
The bottom value of the domain.
val is_bottom : t -> bool
Return true if this is the bottom value