Searched refs:Destroy (Results 1 - 25 of 110) sorted by relevance

12345

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerShmemFuchsia.cpp28 bool SharedMemoryRegion::Destroy(const char *Name) { function in class:fuzzer::SharedMemoryRegion
H A DFuzzerShmemWindows.cpp48 bool SharedMemoryRegion::Destroy(const char *Name) { function in class:fuzzer::SharedMemoryRegion
H A DFuzzerShmem.h27 bool Destroy(const char *Name);
/netbsd-current/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_console.h50 static void Destroy(void);
H A Darm_console.cpp63 ARMConsole::Destroy(void) function in class:ARMConsole
H A Darm_boot.cpp54 ARMConsole::Destroy();
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dboot.h63 static void Destroy(void);
H A Dconsole.h54 static void Destroy(void);
/netbsd-current/external/gpl3/gcc/dist/libcody/
H A Dpacket.cc10 void Packet::Destroy () function in class:Cody::Packet
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_thread.cc53 t->Destroy();
56 void MsanThread::Destroy() { function in class:__msan::MsanThread
H A Dmsan_thread.h26 void Destroy();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h77 void (*Destroy)(CWrapperFunctionResultData Data, uint64_t Size); member in struct:llvm::orc::tpctypes::CWrapperFunctionResult
89 /// call the Destroy member upon destruction.
109 if (R.Destroy)
110 R.Destroy(R.Data, R.Size);
137 R.Destroy = nullptr;
155 R.Destroy = nullptr;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc37 t.Destroy(m);
55 t.Destroy(m);
92 t.Destroy(m);
108 t2.Destroy(m);
124 t2.Destroy(m);
149 t2.Destroy(m);
163 MainThread().Destroy(m);
H A Dtsan_test_util.h49 void Destroy();
105 void Destroy(const Mutex &m);
H A Dtsan_bench.cc104 ScopedThread().Destroy(m);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.cpp26 R.Destroy = destroyWithDeleteArray;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMap.h59 #define destroy_map(t, p) if (p) { Vector<t> *v = p->values (); Destroy (v); delete p; }
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DCryptoAlg.h38 mStatus (*Destroy)(AlgContext *ctx); member in struct:__anon33
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_fake_stack_test.cc67 fake_stack->Destroy(0);
103 fs->Destroy(0);
132 fs->Destroy(0);
149 fs->Destroy(0);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDelayedDiagnostic.cpp59 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp331 LLVMMemoryManagerDestroyCallback Destroy; member in struct:__anon1934::SimpleBindingMMFunctions
365 assert(Functions.Destroy &&
366 "No Destroy function provided!");
370 Functions.Destroy(Opaque);
408 LLVMMemoryManagerDestroyCallback Destroy) {
411 !Destroy)
418 functions.Destroy = Destroy;
403 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp101 void Destroy();
415 Children[i]->Destroy();
608 CurChild->Destroy();
620 void RopePieceBTreeNode::Destroy() {
731 getRoot(Root)->Destroy();
742 getRoot(Root)->Destroy();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.h68 void Destroy();
103 t->Destroy(tid);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.h66 void Destroy();
101 t->Destroy(tid);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.h64 void Destroy();
98 t->Destroy(tid);

Completed in 361 milliseconds

12345