Module Pulselib__PulseInvalidation
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