StarvationDomain.AttributeDomain
Tracks all expressions assigned values of Attribute
include Absint.AbstractDomain.InvertedMapS
with type key = Absint.HilExp.AccessExpression.t
and type value = Attribute.t
include IStdlib.PrettyPrintable.PPMonoMap
with type key = Absint.HilExp.AccessExpression.t
with type value = Attribute.t
include IStdlib.PrettyPrintable.MonoMap
with type key = Absint.HilExp.AccessExpression.t
with type value = Attribute.t
type key = Absint.HilExp.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 is_thread_guard : Absint.HilExp.AccessExpression.t -> t -> bool
val is_future_done_guard : Absint.HilExp.AccessExpression.t -> t -> bool
does the given expr has attribute FutureDone x
return Some x
else None