Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-attributes.cpp6 struct coro { struct
8 coro get_return_object(); argument
H A Dcoro-dest-slot.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(ptr dead_on_unwind noalias writable sret(%struct.coro) ali… argument
H A Dcoro-await-domination.cpp6 struct coro { struct
8 coro get_return_object(); argument
H A Dcoro-destructor-of-final_suspend.cpp50 std::coroutine_handle<promise_type> coro; member
H A Dpr59723.cpp104 bug_task(handle coro, promise_t* p) noexcept : this_coro{ coro }, this_promise{ p } in bug_task()
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp264 static Block *setupSetErrorBlock(CoroMachinery &coro) { in setupSetErrorBlock()
360 CoroMachinery coro = setupCoroMachinery(func); in outlineExecuteOp() local
469 CoroMachinery coro = setupCoroMachinery(newFuncOp); in matchAndRewrite() local
518 const CoroMachinery &coro = funcCoro->getSecond(); in matchAndRewrite() local
601 CoroMachinery &coro = funcCoro->getSecond(); in matchAndRewrite() local
711 const CoroMachinery &coro = funcCoro->getSecond(); in matchAndRewrite() local
756 CoroMachinery &coro = funcCoro->getSecond(); in matchAndRewrite() local
/llvm-project/clang/test/SemaCXX/
H A Dcoroutines.cpp48 template<typename Promise> struct coro {}; global() struct
[all...]