Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceDefs.h219 for (auto Dtor = Dtors.rbegin(); Dtor != Dtors.rend(); ++Dtor) { in clearAndPurge() local
220 (*Dtor)(); in clearAndPurge()
DIceGlobalContext.cpp626 for (const auto &Dtor : reverse_range(*Dtors)) in ~GlobalContext() local
627 Dtor(); in ~GlobalContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h280 for (auto Dtor : orc::getDestructors(*M)) { in addModule() local
283 Dtor.Func->setName(NewDtorName); in addModule()
284 Dtor.Func->setLinkage(GlobalValue::ExternalLinkage); in addModule()
285 Dtor.Func->setVisibility(GlobalValue::HiddenVisibility); in addModule()
DOrcCBindingsStack.h300 for (auto Dtor : orc::getDestructors(*M)) in addIRModule() local
301 DtorNames.push_back(mangle(Dtor.Func->getName())); in addIRModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp149 for (auto Dtor : AssociatedAndMore.second) in runOnModule() local
150 CallInst::Create(VoidVoid, Dtor, "", BB); in runOnModule()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp115390 template<Destructor Dtor>
115393 return { Destruct<Dtor>, nullptr }; in NewWithDestructor()
115396 template<DestructorWithFrame Dtor>
115400 return { nullptr, DestructWithFrame<Dtor> }; in NewWithDestructorWithFrame()
115414 template<Destructor Dtor>
115417 Dtor(static_cast<T*>(aPropertyValue)); in Destruct()
115420 template<DestructorWithFrame Dtor>
115423 Dtor(aFrame, static_cast<T*>(aPropertyValue)); in DestructWithFrame()