Searched refs:noop_coroutine_promise (Results 1 – 7 of 7) sorted by relevance
27 struct noop_coroutine_promise {}; struct31 struct _LIBCPP_TEMPLATE_VIS coroutine_handle<noop_coroutine_promise> {48 _LIBCPP_HIDE_FROM_ABI noop_coroutine_promise& promise() const noexcept {49 return *static_cast<noop_coroutine_promise*>(50 __builtin_coro_promise(this->__handle_, alignof(noop_coroutine_promise), false));57 _LIBCPP_HIDE_FROM_ABI friend coroutine_handle<noop_coroutine_promise> noop_coroutine() noexcept;72 struct noop_coroutine_promise __promise_;84 using noop_coroutine_handle = coroutine_handle<noop_coroutine_promise>;
68 struct noop_coroutine_promise {};71 struct coroutine_handle<noop_coroutine_promise> {83 noop_coroutine_promise &promise() const noexcept {84 return *static_cast<noop_coroutine_promise *>(85 __builtin_coro_promise(this->__handle_, alignof(noop_coroutine_promise), false));91 friend coroutine_handle<noop_coroutine_promise> noop_coroutine() noexcept;100 using noop_coroutine_handle = coroutine_handle<noop_coroutine_promise>;
30 struct noop_coroutine_promise;31 template<> struct coroutine_handle<noop_coroutine_promise>;32 using noop_coroutine_handle = coroutine_handle<noop_coroutine_promise>;
23 static_assert(std::is_same<std::coroutine_handle<std::noop_coroutine_promise>, std::noop_coroutine_…
28 using std::noop_coroutine_promise;
3 %"struct.std::__n4861::noop_coroutine_promise" = type { i8 }
2312 SYMBOL(noop_coroutine_promise, std::, <coroutine>)