Home
last modified time | relevance | path

Searched defs:coro (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCoroutines/
H A Dcoro-dest-slot.cpp7 struct coro { struct
9 coro get_return_object(); argument
H A Dcoro-attributes.cpp6 struct coro { struct
8 coro get_return_object(); argument
H A Dcoro-dest-slot-exp-namespace.cpp7 struct coro { struct
9 coro get_return_object(); argument
H A Dcoro-gro2.cpp29 struct coro { struct
30 using promise_type = promise_type<coro>; argument
37 // CHECK-LABEL: define{{.*}} void @_Z1fi(%struct.coro* noalias sret(%struct.coro) align 8 %agg.resu… argument
H A Dcoro-gro2-exp-namespace.cpp28 struct coro { struct
29 using promise_type = promise_type<coro>; argument
36 // CHECK-LABEL: define{{.*}} void @_Z1fi(%struct.coro* noalias sret(%struct.coro) align 8 %agg.resu… argument
H A Dcoro-await-domination-exp-namespace.cpp6 struct coro { struct
8 coro get_return_object(); argument
H A Dcoro-await-domination.cpp6 struct coro { struct
8 coro get_return_object(); argument
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp213 static Block *setupSetErrorBlock(CoroMachinery &coro) { in setupSetErrorBlock()
302 CoroMachinery coro = setupCoroMachinery(func); in outlineExecuteOp() local
430 CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite() local
542 const CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite() local
586 CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcoroutines-exp-namespace.cpp52 template <typename Promise> struct coro {}; struct
H A Dcoroutines.cpp48 template<typename Promise> struct coro {}; struct