PthreadDomain.Pred
Set of predecessor nodes
module Base = CilType.Location
include sig ... end
val hash : t -> int
val show : t -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
val arbitrary : unit -> t QCheck.arbitrary
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool
type elt = Base.t
val empty : unit -> t
val is_empty : t -> bool
val cardinal : t -> int
val of_current_node : unit -> t
val string_of_elt : Base.t -> string