| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Reduction.cpp | 53 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 D | Transformational.cpp | 42 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 D | MiscIntrinsic.cpp | 31 result.Destroy(); in TEST() 51 result.Destroy(); in TEST() 69 result.Destroy(); in TEST() 87 result.Destroy(); in TEST()
|
| H A D | Matmul.cpp | 54 result.Destroy(); in TEST() 64 result.Destroy(); in TEST() 74 result.Destroy(); in TEST()
|
| H A D | Inquiry.cpp | 51 result.Destroy(); in TEST() 64 result.Destroy(); in TEST()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | mutex_annotations.cpp | 17 void Destroy() { in Destroy() function in Mutex 41 m.Destroy(); in main()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DiagnosticEventTest.cpp | 78 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 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()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 330 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 D | derived-api.cpp | 32 void RTNAME(Destroy)(const Descriptor &descriptor) { in RTNAME() argument 36 Destroy(descriptor, true, *derived); in RTNAME()
|
| H A D | allocatable.cpp | 100 return ReturnError(terminator, descriptor.Destroy(true), errMsg, hasStat); in RTNAME() 111 ReturnError(terminator, descriptor.Destroy(false)); in RTNAME()
|
| H A D | derived.h | 32 void Destroy(const Descriptor &, bool finalize, const typeInfo::DerivedType &);
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/multidebugger_commands/ |
| H A D | TestMultipleDebuggersCommands.py | 34 lldb.SBDebugger.Destroy(debugger_1) 50 lldb.SBDebugger.Destroy(debugger_2)
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | derived-api.h | 34 void RTNAME(Destroy)(const Descriptor &);
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/ |
| H A D | lldb-target-fuzzer.cpp | 31 SBDebugger::Destroy(debugger); in LLVMFuzzerTestOneInput()
|