BufferOverrunDomain.PrunePairsPrunePairs 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.tinclude IStdlib.PrettyPrintable.PPMonoMap
with type key = AbsLoc.Loc.t
with type value = PrunedVal.tinclude IStdlib.PrettyPrintable.MonoMap
with type key = AbsLoc.Loc.t
with type value = PrunedVal.ttype key = AbsLoc.Loc.ttype value = PrunedVal.tval empty : tval is_empty : t -> boolval cardinal : t -> intval is_singleton_or_more :
t ->
(key * value) IStdlib.IContainer.singleton_or_moreinclude IStdlib.PrettyPrintable.PrintableType with type t := tval pp_key : IStdlib.PrettyPrintable.F.formatter -> key -> unitinclude Absint.AbstractDomain.WithTop with type t := tinclude Absint.AbstractDomain.S with type t := tinclude Absint.AbstractDomain.Comparable with type t := tinclude IStdlib.PrettyPrintable.PrintableType with type t := tval pp : IStdlib.PrettyPrintable.F.formatter -> t -> unitval top : tval is_top : t -> boolval is_reachable : t -> boolCheck if a path is reachable, by using its pruned values