| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_mutex.cpp | 36 t.Destroy(m); in TEST_F() 54 t.Destroy(m); in TEST_F() 91 t.Destroy(m); in TEST_F() 107 t2.Destroy(m); in TEST_F() 123 t2.Destroy(m); in TEST_F() 148 t2.Destroy(m); in TEST_F() 162 MainThread().Destroy(m); in TEST_F()
|
| H A D | tsan_test_util.h | 55 void Destroy(); 111 void Destroy(const UserMutex &m);
|
| H A D | tsan_mop.cpp | 83 t0.Destroy(m); in TEST_F() 102 t0.Destroy(m); in TEST_F()
|
| H A D | tsan_test_util_posix.cpp | 121 void UserMutex::Destroy() { in Destroy() function in UserMutex 312 static_cast<UserMutex *>(ev->ptr)->Destroy(); in HandleEvent() 445 void ScopedThread::Destroy(const UserMutex &m) { in Destroy() function in ScopedThread
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| H A D | asan_fake_stack_test.cpp | 66 fake_stack->Destroy(0); in TEST() 102 fs->Destroy(0); in TEST() 131 fs->Destroy(0); in TEST() 148 fs->Destroy(0); in TEST()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 118 LLVMOrcMaterializationUnitDestroyFunction Destroy) in OrcCAPIMaterializationUnit() argument 122 Discard(Discard), Destroy(Destroy) {} in OrcCAPIMaterializationUnit() 126 Destroy(Ctx); in ~OrcCAPIMaterializationUnit() 146 LLVMOrcMaterializationUnitDestroyFunction Destroy = nullptr; member in __anon15415bb00111::OrcCAPIMaterializationUnit 452 LLVMOrcMaterializationUnitDestroyFunction Destroy) { in LLVMOrcCreateCustomMaterializationUnit() argument 461 Name, std::move(SFM), std::move(IS), Ctx, Materialize, Discard, Destroy)); in LLVMOrcCreateCustomMaterializationUnit() 1080 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument 1091 LLVMMemoryManagerDestroyCallback Destroy) in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1096 FinalizeMemory(FinalizeMemory), Destroy(Destroy) {} in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1105 std::swap(Destroy, Other.Destroy); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/ |
| H A D | OrcV2CBindingsVeryLazy.c | 108 void Destroy(void *Ctx) {} in Destroy() function 218 &Materialize, NULL, &Destroy); in main() 222 &Materialize, NULL, &Destroy); in main()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.cpp | 53 t->Destroy(); in TSDDtor() 56 void DFsanThread::Destroy() { in Destroy() function in __dfsan::DFsanThread
|
| H A D | dfsan_thread.h | 30 void Destroy();
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 54 t->Destroy(); in TSDDtor() 57 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
|
| H A D | msan_thread.h | 25 void Destroy();
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_thread.h | 64 void Destroy(); 98 t->Destroy(tid); in DeleteFakeStack()
|
| H A D | asan_thread.cpp | 95 context->thread->Destroy(); in TSDDtor() 98 void AsanThread::Destroy() { in Destroy() function in __asan::AsanThread 143 current_fake_stack->Destroy(this->tid()); in StartSwitchFiber() 285 this->Destroy(); in ThreadStart()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | OrcEE.h | 85 LLVMMemoryManagerDestroyCallback Destroy);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 92 context->thread->Destroy(); in TSDDtor() 95 void MemprofThread::Destroy() { in Destroy() function in __memprof::MemprofThread
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBProcess.i | 208 track and monitor process.") Destroy; 210 Destroy (); 218 %feature("docstring", "Same as Destroy(self).") Destroy;
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/ |
| H A D | lldb-target-fuzzer.cpp | 31 SBDebugger::Destroy(debugger); in LLVMFuzzerTestOneInput()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/ |
| H A D | lldb-commandinterpreter-fuzzer.cpp | 43 SBDebugger::Destroy(debugger); in LLVMFuzzerTestOneInput()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
| H A D | Context.t | 410 is(0 + $!, 42, 'Destroy does not reset $!'); 411 is($@, 'app', 'Destroy does not reset $@'); 412 is($?, 43, 'Destroy does not reset $?'); 445 is(0 + $!, 22, "Destroy does not restore \$!"); 446 is($@, 'xyz', "Destroy does not restore \$@"); 447 is($?, 33, "Destroy does not restore \$?");
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DelayedDiagnostic.h | 133 void Destroy(); 288 i->Destroy(); in ~DelayedDiagnosticPool()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | StringMap.h | 186 static_cast<MapEntryTy *>(Bucket)->Destroy(getAllocator()); in ~StringMap() 357 static_cast<MapEntryTy *>(Bucket)->Destroy(getAllocator()); in clear() 373 V.Destroy(getAllocator()); in erase()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | DelayedDiagnostic.cpp | 59 void DelayedDiagnostic::Destroy() { in Destroy() function in DelayedDiagnostic
|