Home
last modified time | relevance | path

Searched defs:CtorDtor (Results 1 – 6 of 6) 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/llvm-project/clang/test/SemaCXX/
Dcoroutines.cpp296 struct CtorDtor { struct
297 CtorDtor() { in CtorDtor() function
300 CtorDtor(awaitable a) { in CtorDtor() function
304 ~CtorDtor() { in ~CtorDtor() argument
307 void operator=(CtorDtor&) { in operator =() argument
310 void operator=(CtorDtor const &) { in operator =() argument
313 void operator=(CtorDtor &&) { in operator =() argument
316 void operator=(CtorDtor const &&) { in operator =() argument
319 void operator=(int) { in operator =()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp124 for (auto CtorDtor : CtorDtors) { in add() local
161 auto CtorDtor = reinterpret_cast<CtorDtorTy>( in run() local
/external/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h107 CtorDtorTy CtorDtor = in runViaLayer() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp120 for (auto CtorDtor : CtorDtors) { in add() local
157 auto CtorDtor = reinterpret_cast<CtorDtorTy>( in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h132 CtorDtorTy CtorDtor = in runViaLayer() local