Home
last modified time | relevance | path

Searched refs:DestructorType (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DFunctionBroker.h350 typedef void(DestructorType)(void*);
355 DestructorType* aDestructor = &DeleteDestructor<AllocType>) {
364 DestructorType* aDestructor = &DeleteDestructor<AllocType>) {
393 void PostDestructor(void* aMem, DestructorType* aDestructor) {
414 DestructorType* mDestructor;
417 explicit FreeItem(void* aPtr, DestructorType* aDestructor)
783 ServerCallData::DestructorType* destructor = [](void* aObj) {
807 ServerCallData::DestructorType* destructor = [](void* aObj) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DFunctionBroker.h362 typedef void(DestructorType)(void*);
367 DestructorType* aDestructor = &DeleteDestructor<AllocType>) {
376 DestructorType* aDestructor = &DeleteDestructor<AllocType>) {
405 void PostDestructor(void* aMem, DestructorType* aDestructor) {
426 DestructorType* mDestructor;
429 explicit FreeItem(void* aPtr, DestructorType* aDestructor)
H A DFunctionBroker.cpp67 ServerCallData::DestructorType* destructor = [](void* aObj) { in Copy()
202 ServerCallData::DestructorType* destructor = [](void* aObj) { in Copy()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_LLVM.h269 enum DestructorType { Always, enum
283 …::Value *register_destructor(llvm::Function *destructor_fn, llvm::Value *obj, DestructorType when);
H A DCodeGen_LLVM.cpp845 Value *CodeGen_LLVM::register_destructor(llvm::Function *destructor_fn, Value *obj, DestructorType in register_destructor()