Home
last modified time | relevance | path

Searched defs:CtorDtor (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Dcoroutines.cpp126 struct CtorDtor { struct
127 CtorDtor() { in CtorDtor() function
130 CtorDtor(awaitable a) { in CtorDtor() argument
134 ~CtorDtor() { in ~CtorDtor() argument
138 void operator=(CtorDtor&) { in operator =() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp137 for (const auto &CtorDtor : CtorDtors) { in add() local
168 auto CtorDtor = reinterpret_cast<CtorDtorTy>( in run() local
/external/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h107 CtorDtorTy CtorDtor = in runViaLayer() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h152 CtorDtorTy CtorDtor = in runViaLayer() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp2719 Node *CtorDtor = parseCtorDtorName(SoFar, State); in parseNestedName() local