Home
last modified time | relevance | path

Searched refs:Dtors (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceDefs.h182 Dtors.emplace_back([Ret]() { Ret->~T(); }); in allocate_variable_declaration()
200 Dtors.insert(Dtors.end(), Other->Dtors.begin(), Other->Dtors.end()); in merge()
201 Other->Dtors.clear(); in merge()
213 assert(Dtors.empty()); in clearAndPurge()
219 for (auto Dtor = Dtors.rbegin(); Dtor != Dtors.rend(); ++Dtor) { in clearAndPurge()
222 Dtors.clear(); in clearAndPurge()
271 DestructorsArray Dtors; variable
DIceGlobalContext.cpp624 LockedPtr<DestructorArray> Dtors = getDestructors(); in ~GlobalContext() local
626 for (const auto &Dtor : reverse_range(*Dtors)) in ~GlobalContext()
/external/llvm/unittests/ADT/
DSmallVectorTest.cpp316 size_t Dtors = Constructable::getNumDestructorCalls(); in TYPED_TEST() local
317 EXPECT_TRUE(Dtors == 0 || Dtors == 2); in TYPED_TEST()
/external/llvm-project/llvm/unittests/ADT/
DSmallVectorTest.cpp332 size_t Dtors = Constructable::getNumDestructorCalls(); in TYPED_TEST() local
333 EXPECT_TRUE(Dtors == 0 || Dtors == 2); in TYPED_TEST()
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp2577 const llvm::TinyPtrVector<llvm::Function *> &Dtors = I.second; in unregisterGlobalDtorsWithUnAtExit() local
2578 auto itv = Dtors.rbegin(); in unregisterGlobalDtorsWithUnAtExit()
2579 while (itv != Dtors.rend()) { in unregisterGlobalDtorsWithUnAtExit()
2593 (itv + 1) != Dtors.rend() ? "unatexit.call" : "destruct.end"); in unregisterGlobalDtorsWithUnAtExit()
2635 const llvm::TinyPtrVector<llvm::Function *> &Dtors = I.second; in registerGlobalDtorsWithAtExit() local
2636 for (auto *Dtor : Dtors) { in registerGlobalDtorsWithAtExit()
/external/llvm-project/llvm/docs/
DSourceLevelDebugging.rst999 …ese appropriate DWARF attributes. In C++ a special member function Ctors, Dtors, Copy/Move Ctors, …