Checkers.AnnotationReachabilityDomainval compare_call_site_info : call_site_info -> call_site_info -> intmodule CallSites :
Absint.AbstractDomain.FiniteSetS with type elt = call_site_infomodule SinkMap :
Absint.AbstractDomain.MapS
with type key = IR.Procname.t
and type value = CallSites.tinclude Absint.AbstractDomain.MapS
with type key = IR.Annot.t
and type value = SinkMap.tinclude IStdlib.PrettyPrintable.PPMonoMap
with type key = IR.Annot.t
with type value = SinkMap.tinclude IStdlib.PrettyPrintable.MonoMap
with type key = IR.Annot.t
with type value = SinkMap.ttype key = IR.Annot.ttype value = SinkMap.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.WithBottom 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 bottom : tThe bottom value of the domain.
val is_bottom : t -> boolReturn true if this is the bottom value
val add_call_site : IR.Annot.t -> IR.Procname.t -> call_site_info -> t -> t