| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| H A D | tsan_mutex.cc | 37 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 D | tsan_test_util.h | 49 void Destroy(); 105 void Destroy(const Mutex &m);
|
| H A D | tsan_mop.cc | 84 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 D | TargetProcessControlTypes.h | 77 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 D | ExecutionEngineBindings.cpp | 331 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 D | asan_fake_stack_test.cc | 67 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 D | ZLib.pas | 90 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 D | ZLib.pas | 90 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 D | ZLib.pas | 90 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 D | RewriteRope.cpp | 101 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 D | DeltaTree.cpp | 118 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 D | OrcV2CBindings.cpp | 186 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 D | msan_thread.cc | 53 t->Destroy(); in TSDDtor() 56 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/ |
| H A D | hpcboot.cpp | 81 Boot::Destroy(); in WinMain() 85 Console::Destroy(); in WinMain() 86 HpcMenuInterface::Destroy(); in WinMain()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_thread.h | 64 void Destroy(); 98 t->Destroy(tid); in DeleteFakeStack()
|
| H A D | asan_thread.cpp | 96 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 D | asan_thread.cc | 97 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 D | asan_thread.h | 68 void Destroy(); 103 t->Destroy(tid); in DeleteFakeStack()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_thread.cc | 99 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 D | asan_thread.h | 66 void Destroy(); 101 t->Destroy(tid); in DeleteFakeStack()
|
| /netbsd-src/external/gpl3/gcc/dist/libcody/ |
| H A D | cody.hh | 281 Destroy (); in operator =() 288 Destroy (); in ~Packet() 297 void Destroy ();
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerShmemFuchsia.cpp | 28 bool SharedMemoryRegion::Destroy(const char *Name) { in Destroy() function in fuzzer::SharedMemoryRegion
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/arm/ |
| H A D | arm_console.h | 50 static void Destroy(void);
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DbeSyncMap.h | 75 Destroy (chunk[i]); in ~DbeSyncMap() 86 Destroy (chunk[i]); in reset()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | DbeSyncMap.h | 75 Destroy (chunk[i]); in ~DbeSyncMap() 86 Destroy (chunk[i]); in reset()
|