Searched defs:coro (Results 1 – 10 of 10) sorted by relevance
7 struct coro { struct9 coro get_return_object(); argument
6 struct coro { struct8 coro get_return_object(); argument
29 struct coro { struct30 using promise_type = promise_type<coro>; argument37 // CHECK-LABEL: define{{.*}} void @_Z1fi(%struct.coro* noalias sret(%struct.coro) align 8 %agg.resu… argument
28 struct coro { struct29 using promise_type = promise_type<coro>; argument36 // CHECK-LABEL: define{{.*}} void @_Z1fi(%struct.coro* noalias sret(%struct.coro) align 8 %agg.resu… argument
213 static Block *setupSetErrorBlock(CoroMachinery &coro) { in setupSetErrorBlock()302 CoroMachinery coro = setupCoroMachinery(func); in outlineExecuteOp() local430 CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite() local542 const CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite() local586 CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite() local
52 template <typename Promise> struct coro {}; struct
48 template<typename Promise> struct coro {}; struct