Absint.IdAccessPathMapDomain
mapping of ids to raw access paths. useful for id-normalizing access paths
include AbstractDomain.MapS
with type key = IR.Var.t
and type value = HilExp.AccessExpression.t
include IStdlib.PrettyPrintable.PPMonoMap
with type key = IR.Var.t
with type value = HilExp.AccessExpression.t
include IStdlib.PrettyPrintable.MonoMap
with type key = IR.Var.t
with type value = HilExp.AccessExpression.t
type key = IR.Var.t
type value = HilExp.AccessExpression.t
val empty : t
val is_empty : t -> bool
val cardinal : t -> int
val is_singleton_or_more :
t ->
(key * value) IStdlib.IContainer.singleton_or_more
include IStdlib.PrettyPrintable.PrintableType with type t := t
val pp_key : IStdlib.PrettyPrintable.F.formatter -> key -> unit
include AbstractDomain.WithBottom with type t := t
include AbstractDomain.S with type t := t
include 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