Searched refs:coroutine_handle (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__coroutine/
H A Dtrivial_awaitables.h13 #include <__coroutine/coroutine_handle.h>
26 _LIBCPP_HIDE_FROM_ABI constexpr void await_suspend(coroutine_handle<>) const noexcept {}
32 _LIBCPP_HIDE_FROM_ABI constexpr void await_suspend(coroutine_handle<>) const noexcept {}
H A Dcoroutine_handle.h30 struct _LIBCPP_TEMPLATE_VIS coroutine_handle; variable in typeref:struct:_LIBCPP_TEMPLATE_VIS
33 struct _LIBCPP_TEMPLATE_VIS coroutine_handle<void> { struct
36 constexpr coroutine_handle() noexcept = default;
38 _LIBCPP_HIDE_FROM_ABI constexpr coroutine_handle(nullptr_t) noexcept {}
40 _LIBCPP_HIDE_FROM_ABI coroutine_handle& operator=(nullptr_t) noexcept {
48 _LIBCPP_HIDE_FROM_ABI static constexpr coroutine_handle from_address(void* __addr) noexcept {
49 coroutine_handle __tmp;
86 inline _LIBCPP_HIDE_FROM_ABI constexpr bool operator==(coroutine_handle<> __x, coroutine_handle<> __y) noexcept {
90 operator<=>(coroutine_handle<> __
95 struct _LIBCPP_TEMPLATE_VIS coroutine_handle { struct
[all...]
H A Dnoop_coroutine_handle.h13 #include <__coroutine/coroutine_handle.h>
31 struct _LIBCPP_TEMPLATE_VIS coroutine_handle<noop_coroutine_promise> { struct
34 _LIBCPP_HIDE_FROM_ABI constexpr operator coroutine_handle<>() const noexcept {
35 return coroutine_handle<>::from_address(address());
57 _LIBCPP_HIDE_FROM_ABI friend coroutine_handle<noop_coroutine_promise> noop_coroutine() noexcept;
60 _LIBCPP_HIDE_FROM_ABI coroutine_handle() noexcept { this->__handle_ = __builtin_coro_noop(); }
79 _LIBCPP_HIDE_FROM_ABI coroutine_handle() noexcept = default;
84 using noop_coroutine_handle = coroutine_handle<noop_coroutine_promise>;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcoroutine.inc16 using std::coroutine_handle;
/freebsd-current/lib/libc++/
H A DMakefile666 COR_HEADERS+= coroutine_handle.h

Completed in 164 milliseconds