BufferOverrunDomain.PrunePairs
PrunePairs
is a map from abstract locations to abstract values that represents pruned results in the latest pruning. It uses InvertedMap
because more pruning means smaller abstract states.
include Absint.AbstractDomain.InvertedMapS
with type key = AbsLoc.Loc.t
and type value = PrunedVal.t
include IStdlib.PrettyPrintable.PPMonoMap
with type key = AbsLoc.Loc.t
with type value = PrunedVal.t
include IStdlib.PrettyPrintable.MonoMap
with type key = AbsLoc.Loc.t
with type value = PrunedVal.t
type key = AbsLoc.Loc.t
type value = PrunedVal.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_reachable : t -> bool
Check if a path is reachable, by using its pruned values