Module Pulselib.PulseLatentIssue

module AbductiveDomain = PulseAbductiveDomain
type t =
| AccessToInvalidAddress of PulseBasicInterface.Diagnostic.access_to_invalid_address
val equal : t -> t -> bool
val to_diagnostic : t -> PulseBasicInterface.Diagnostic.t
val should_report : AbductiveDomain.summary -> bool
val should_report_diagnostic : AbductiveDomain.summary -> PulseBasicInterface.Diagnostic.t -> [ `ReportNow | `DelayReport of t ]
val add_call : (PulseBasicInterface.CallEvent.t * IBase.Location.t) -> t -> t