Module Pulselib.PulseInvalidation
type std_vector_function=|Assign|Clear|Emplace|EmplaceBack|Insert|PushBack|Reserve|ShrinkToFit
val compare_std_vector_function : std_vector_function -> std_vector_function -> int
val pp_std_vector_function : F.formatter -> std_vector_function -> unit
val compare_java_iterator_function : java_iterator_function -> java_iterator_function -> int
type t=|CFree|ConstantDereference of IR.IntLit.t|CppDelete|EndIterator|GoneOutOfScope of IR.Pvar.t * IR.Typ.t|StdVector of std_vector_function|JavaIterator of java_iterator_function