RacerDDomain.AttributeMapDomain
include Absint.AbstractDomain.InvertedMapS
with type key = AccessExpression.t
and type value = Attribute.t
include IStdlib.PrettyPrintable.PPMonoMap
with type key = AccessExpression.t
with type value = Attribute.t
include IStdlib.PrettyPrintable.MonoMap
with type key = AccessExpression.t
with type value = Attribute.t
type key = AccessExpression.t
type value = Attribute.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 Absint.AbstractDomain.WithTop 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 top : t
val is_top : t -> bool
val get : AccessExpression.t -> t -> Attribute.t
find the Attribute.t
associated with a given access expression or return Attribute.bottom
val is_functional : t -> AccessExpression.t -> bool
val propagate_assignment : AccessExpression.t -> Absint.HilExp.t -> t -> t
propagate attributes from the leaves to the root of an RHS Hil expression