Searched refs:awaitable (Results 1 – 1 of 1) sorted by relevance
3 struct awaitable { struct75 awaitable yield_value(int); // expected-note 2{{candidate}}76 awaitable yield_value(yielded_thing); // expected-note 2{{candidate}}130 CtorDtor(awaitable a) { in CtorDtor()168 template void await_template(awaitable);171 …awaitable operator co_await(indirectly_awaitable); // expected-note {{should be declared prior to}}189 awaitable yield_value(int());199 awaitable f(), f(int); // expected-note 4{{possible target}}