Home
last modified time | relevance | path

Searched refs:noop_coroutine_promise (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/include/__coroutine/
H A Dnoop_coroutine_handle.h27 struct noop_coroutine_promise {}; struct
31 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>;
/llvm-project/clang/test/CodeGenCoroutines/Inputs/
H A Dcoroutine.h68 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>;
/llvm-project/libcxx/include/
H A Dcoroutine30 struct noop_coroutine_promise;
31 template<> struct coroutine_handle<noop_coroutine_promise>;
32 using noop_coroutine_handle = coroutine_handle<noop_coroutine_promise>;
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/
H A Dnoop_coroutine.pass.cpp23 static_assert(std::is_same<std::coroutine_handle<std::noop_coroutine_promise>, std::noop_coroutine_…
/llvm-project/libcxx/modules/std/
H A Dcoroutine.inc28 using std::noop_coroutine_promise;
/llvm-project/llvm/test/Transforms/Coroutines/
H A Dcoro-only-destroy-when-complete.ll3 %"struct.std::__n4861::noop_coroutine_promise" = type { i8 }
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2312 SYMBOL(noop_coroutine_promise, std::, <coroutine>)