Searched refs:coro_t (Results 1 – 10 of 10) sorted by relevance
22 struct coro_t { struct24 coro_t get_return_object() { in get_return_object() argument32 coro_t(coroutine_handle<promise_type> hh) : h(hh) {} in coro_t() argument49 coro_t f() { in f() argument56 coro_t g() { in g()
19 struct coro_t { struct21 coro_t get_return_object() { in get_return_object() argument52 coro_t f(int n) { in f()62 coro_t g() { B val = co_await B{}; } in g()
21 struct coro_t { struct23 coro_t get_return_object() { in get_return_object() argument31 coro_t(coroutine_handle<promise_type> hh) : h(hh) {} in coro_t() argument48 coro_t f() { in f() argument55 coro_t g() { in g()
18 struct coro_t { struct20 coro_t get_return_object() { in get_return_object() argument51 coro_t f(int n) { in f()61 coro_t g() { B val = co_await B{}; } in g()
8 struct coro_t { struct10 ~coro_t(); argument12 coro_t get_return_object(); argument25 coro_t f() { in f()
13 struct coro_t { struct15 coro_t get_return_object() { in get_return_object() argument29 coro_t f() { in f()
29 struct coro_t { struct31 coro_t get_return_object() noexcept; argument42 coro_t f() { in f()
15 struct coro_t { struct17 coro_t get_return_object() { return {}; } in get_return_object() argument26 coro_t f(int n) { in f()34 coro_t g(int n) { in g()
49 struct coro_t { struct51 coro_t get_return_object(); argument59 coro_t f(int n) { // expected-error {{the expression 'co_await __promise.final_suspend()' is requir… in f()65 coro_t f_dep(T n) { // expected-error {{the expression 'co_await __promise.final_suspend()' is requ… in f_dep()
23 struct coro_t { struct25 coro_t get_return_object(); argument35 coro_t f(int n) { in f()