Home
last modified time | relevance | path

Searched refs:Destroy (Results 1 – 25 of 193) sorted by relevance

12345678

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc37 t.Destroy(m); in TEST()
55 t.Destroy(m); in TEST()
92 t.Destroy(m); in TEST()
108 t2.Destroy(m); in TEST()
124 t2.Destroy(m); in TEST()
149 t2.Destroy(m); in TEST()
163 MainThread().Destroy(m); in TEST()
H A Dtsan_test_util.h49 void Destroy();
105 void Destroy(const Mutex &m);
H A Dtsan_mop.cc84 t0.Destroy(m); in TEST()
103 t0.Destroy(m); in TEST()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h77 void (*Destroy)(CWrapperFunctionResultData Data, uint64_t Size); member
109 if (R.Destroy) in ~WrapperFunctionResult()
110 R.Destroy(R.Data, R.Size); in ~WrapperFunctionResult()
137 R.Destroy = nullptr; in from()
155 R.Destroy = nullptr; in zeroInit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp331 LLVMMemoryManagerDestroyCallback Destroy; member
365 assert(Functions.Destroy && in SimpleBindingMemoryManager()
370 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
408 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument
411 !Destroy) in LLVMCreateSimpleMCJITMemoryManager()
418 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_fake_stack_test.cc67 fake_stack->Destroy(0); in TEST()
103 fs->Destroy(0); in TEST()
132 fs->Destroy(0); in TEST()
149 fs->Destroy(0); in TEST()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
H A DZLib.pas90 destructor Destroy; override; procedure
119 destructor Destroy; override; procedure
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/delphi/
H A DZLib.pas90 destructor Destroy; override; procedure
119 destructor Destroy; override; procedure
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/delphi/
H A DZLib.pas90 destructor Destroy; override; procedure
119 destructor Destroy; override; procedure
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp101 void Destroy();
415 Children[i]->Destroy(); in ~RopePieceBTreeInterior()
608 CurChild->Destroy(); in erase()
620 void RopePieceBTreeNode::Destroy() { in Destroy() function in RopePieceBTreeNode
731 getRoot(Root)->Destroy(); in ~RopePieceBTree()
742 getRoot(Root)->Destroy(); in clear()
H A DDeltaTree.cpp118 void Destroy();
130 Children[i]->Destroy(); in ~DeltaTreeInteriorNode()
161 void DeltaTreeNode::Destroy() { in Destroy() function in DeltaTreeNode
402 getRoot(Root)->Destroy(); in ~DeltaTree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp186 LLVMOrcMaterializationUnitDestroyFunction Destroy) in OrcCAPIMaterializationUnit() argument
190 Discard(Discard), Destroy(Destroy) {} in OrcCAPIMaterializationUnit()
194 Destroy(Ctx); in ~OrcCAPIMaterializationUnit()
214 LLVMOrcMaterializationUnitDestroyFunction Destroy = nullptr; member in __anonca28d9e40111::OrcCAPIMaterializationUnit
315 LLVMOrcMaterializationUnitDestroyFunction Destroy) { in LLVMOrcCreateCustomMaterializationUnit() argument
324 Name, std::move(SFM), std::move(IS), Ctx, Materialize, Discard, Destroy)); in LLVMOrcCreateCustomMaterializationUnit()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_thread.cc53 t->Destroy(); in TSDDtor()
56 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.cpp81 Boot::Destroy(); in WinMain()
85 Console::Destroy(); in WinMain()
86 HpcMenuInterface::Destroy(); in WinMain()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.h64 void Destroy();
98 t->Destroy(tid); in DeleteFakeStack()
H A Dasan_thread.cpp96 context->thread->Destroy(); in TSDDtor()
99 void AsanThread::Destroy() { in Destroy() function in __asan::AsanThread
144 current_fake_stack->Destroy(this->tid()); in StartSwitchFiber()
286 this->Destroy(); in ThreadStart()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.cc97 context->thread->Destroy(); in TSDDtor()
100 void AsanThread::Destroy() { in Destroy() function in __asan::AsanThread
136 current_fake_stack->Destroy(this->tid()); in StartSwitchFiber()
272 this->Destroy(); in ThreadStart()
H A Dasan_thread.h68 void Destroy();
103 t->Destroy(tid); in DeleteFakeStack()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.cc99 context->thread->Destroy(); in TSDDtor()
102 void AsanThread::Destroy() { in Destroy() function in __asan::AsanThread
138 current_fake_stack->Destroy(this->tid()); in StartSwitchFiber()
272 this->Destroy(); in ThreadStart()
H A Dasan_thread.h66 void Destroy();
101 t->Destroy(tid); in DeleteFakeStack()
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dcody.hh281 Destroy (); in operator =()
288 Destroy (); in ~Packet()
297 void Destroy ();
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerShmemFuchsia.cpp28 bool SharedMemoryRegion::Destroy(const char *Name) { in Destroy() function in fuzzer::SharedMemoryRegion
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_console.h50 static void Destroy(void);
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeSyncMap.h75 Destroy (chunk[i]); in ~DbeSyncMap()
86 Destroy (chunk[i]); in reset()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeSyncMap.h75 Destroy (chunk[i]); in ~DbeSyncMap()
86 Destroy (chunk[i]); in reset()

12345678