Home
last modified time | relevance | path

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

123456

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp53 prod.Destroy(); in TEST()
90 loc.Destroy(); in TEST()
104 loc.Destroy(); in TEST()
122 loc.Destroy(); in TEST()
148 loc.Destroy(); in TEST()
177 loc.Destroy(); in TEST()
197 loc.Destroy(); in TEST()
219 loc.Destroy(); in TEST()
237 loc.Destroy(); in TEST()
261 res.Destroy(); in TEST()
[all …]
H A DTransformational.cpp42 result.Destroy(); in TEST()
61 result.Destroy(); in TEST()
131 result.Destroy(); in TEST()
194 result.Destroy(); in TEST()
208 result.Destroy(); in TEST()
228 result.Destroy(); in TEST()
240 result.Destroy(); in TEST()
252 result.Destroy(); in TEST()
275 result.Destroy(); in TEST()
302 result.Destroy(); in TEST()
[all …]
H A DMiscIntrinsic.cpp31 result.Destroy(); in TEST()
51 result.Destroy(); in TEST()
69 result.Destroy(); in TEST()
87 result.Destroy(); in TEST()
H A DMatmul.cpp54 result.Destroy(); in TEST()
64 result.Destroy(); in TEST()
74 result.Destroy(); in TEST()
H A DInquiry.cpp51 result.Destroy(); in TEST()
64 result.Destroy(); in TEST()
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dmutex_annotations.cpp17 void Destroy() { in Destroy() function in Mutex
41 m.Destroy(); in main()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp78 Debugger::Destroy(debugger_sp); in TEST_F()
103 Debugger::Destroy(debugger_sp); in TEST_F()
136 Debugger::Destroy(debuggers[i]); in TEST_F()
175 Debugger::Destroy(debugger_sp); in TEST_F()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp330 LLVMMemoryManagerDestroyCallback Destroy; member
364 assert(Functions.Destroy && in SimpleBindingMemoryManager()
369 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
407 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument
410 !Destroy) in LLVMCreateSimpleMCJITMemoryManager()
417 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
/llvm-project-15.0.7/flang/runtime/
H A Dderived-api.cpp32 void RTNAME(Destroy)(const Descriptor &descriptor) { in RTNAME() argument
36 Destroy(descriptor, true, *derived); in RTNAME()
H A Dallocatable.cpp100 return ReturnError(terminator, descriptor.Destroy(true), errMsg, hasStat); in RTNAME()
111 ReturnError(terminator, descriptor.Destroy(false)); in RTNAME()
H A Dderived.h32 void Destroy(const Descriptor &, bool finalize, const typeInfo::DerivedType &);
/llvm-project-15.0.7/lldb/test/API/functionalities/multidebugger_commands/
H A DTestMultipleDebuggersCommands.py34 lldb.SBDebugger.Destroy(debugger_1)
50 lldb.SBDebugger.Destroy(debugger_2)
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp53 t->Destroy(); in TSDDtor()
56 void DFsanThread::Destroy() { in Destroy() function in __dfsan::DFsanThread
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_thread.cpp54 t->Destroy(); in TSDDtor()
57 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dderived-api.h34 void RTNAME(Destroy)(const Descriptor &);
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp92 context->thread->Destroy(); in TSDDtor()
95 void MemprofThread::Destroy() { in Destroy() function in __memprof::MemprofThread
/llvm-project-15.0.7/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/
H A Dlldb-target-fuzzer.cpp31 SBDebugger::Destroy(debugger); in LLVMFuzzerTestOneInput()

123456