Lines Matching defs:awaitable
57 struct awaitable {
136 awaitable yield_value(int); // expected-note 2{{candidate}}
137 awaitable yield_value(yielded_thing); // expected-note 2{{candidate}}
374 CtorDtor(awaitable a) {
489 awaitable operator co_await(coawait_arg_type) noexcept;
498 template void await_template(awaitable);
501 awaitable operator co_await(indirectly_awaitable); // expected-note {{should be declared prior to}}
530 awaitable initial_suspend();
531 awaitable final_suspend() noexcept;
536 awaitable operator co_await(await_arg_1);
569 awaitable operator co_await(await_arg_2); // expected-note {{'operator co_await' should be declared prior to the call site}}
585 awaitable operator co_await(transformed);
612 awaitable yield_value(int());
623 awaitable f(), f(int); // expected-note 4{{possible target}}
769 awaitable await_transform(int) __attribute__((unavailable)); // expected-note {{explicitly marked unavailable}}
793 awaitable operator()(Args...) const { return a; }