Checkers.AnnotationReachabilityDomain
val compare_call_site_info : call_site_info -> call_site_info -> int
module CallSites :
Absint.AbstractDomain.FiniteSetS with type elt = call_site_info
module SinkMap :
Absint.AbstractDomain.MapS
with type key = IR.Procname.t
and type value = CallSites.t
include Absint.AbstractDomain.MapS
with type key = IR.Annot.t
and type value = SinkMap.t
include IStdlib.PrettyPrintable.PPMonoMap
with type key = IR.Annot.t
with type value = SinkMap.t
include IStdlib.PrettyPrintable.MonoMap
with type key = IR.Annot.t
with type value = SinkMap.t
type key = IR.Annot.t
type value = SinkMap.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.WithBottom 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 bottom : t
The bottom value of the domain.
val is_bottom : t -> bool
Return true if this is the bottom value
val add_call_site : IR.Annot.t -> IR.Procname.t -> call_site_info -> t -> t