Module Pulselib.PulseInvalidation

module F = Stdlib.Format
type std_vector_function =
| Assign
| Clear
| Emplace
| EmplaceBack
| Insert
| PushBack
| Reserve
| ShrinkToFit
val pp_std_vector_function : F.formatter -> std_vector_function -> unit
type java_iterator_function =
| Remove
type t =
| CFree
| ConstantDereference of IR.IntLit.t
| CppDelete
| EndIterator
| GoneOutOfScope of IR.Pvar.t * IR.Typ.t
| OptionalEmpty
| StdVector of std_vector_function
| JavaIterator of java_iterator_function
val compare : t -> t -> int
val equal : t -> t -> bool
val isl_equiv : t -> t -> bool

check equality up to some ISL equivalences

val pp : F.formatter -> t -> unit
val issue_type_of_cause : t -> IBase.IssueType.t
val describe : F.formatter -> t -> unit