Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cpp36 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 Dtsan_test_util.h55 void Destroy();
111 void Destroy(const UserMutex &m);
H A Dtsan_mop.cpp83 t0.Destroy(m); in TEST_F()
102 t0.Destroy(m); in TEST_F()
H A Dtsan_test_util_posix.cpp121 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 Dasan_fake_stack_test.cpp66 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 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()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp118 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 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()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/
H A DOrcV2CBindingsVeryLazy.c108 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 Ddfsan_thread.cpp53 t->Destroy(); in TSDDtor()
56 void DFsanThread::Destroy() { in Destroy() function in __dfsan::DFsanThread
H A Ddfsan_thread.h30 void Destroy();
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_thread.cpp54 t->Destroy(); in TSDDtor()
57 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
H A Dmsan_thread.h25 void Destroy();
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_thread.h64 void Destroy();
98 t->Destroy(tid); in DeleteFakeStack()
H A Dasan_thread.cpp95 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 DOrcEE.h85 LLVMMemoryManagerDestroyCallback Destroy);
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp92 context->thread->Destroy(); in TSDDtor()
95 void MemprofThread::Destroy() { in Destroy() function in __memprof::MemprofThread
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i208 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 Dlldb-target-fuzzer.cpp31 SBDebugger::Destroy(debugger); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A Dlldb-commandinterpreter-fuzzer.cpp43 SBDebugger::Destroy(debugger); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
H A DContext.t410 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 DDelayedDiagnostic.h133 void Destroy();
288 i->Destroy(); in ~DelayedDiagnosticPool()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringMap.h186 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 DDelayedDiagnostic.cpp59 void DelayedDiagnostic::Destroy() { in Destroy() function in DelayedDiagnostic

12345