Lines Matching refs:coroutine_handle
8 template <typename Promise = void> struct coroutine_handle;
11 struct coroutine_handle<void> { struct
13 static coroutine_handle from_address(void *);
18 struct coroutine_handle : coroutine_handle<> { struct
19 static coroutine_handle from_address(void *) noexcept;
26 void await_suspend(std::coroutine_handle<>); argument
31 void await_suspend(std::coroutine_handle<>) noexcept;
38 void await_suspend(std::coroutine_handle<>);
110 bool await_suspend(std::coroutine_handle<>);
287 void await_suspend(std::coroutine_handle<>);
337 std::coroutine_handle<> await_suspend(std::coroutine_handle<>);