Searched refs:__handle_ (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__coroutine/
H A Dcoroutine_handle.h44 __handle_ = nullptr;
50 constexpr void* address() const noexcept { return __handle_; }
55 __tmp.__handle_ = __addr;
62 return __handle_ != nullptr;
68 return __builtin_coro_done(__handle_);
79 __builtin_coro_resume(__handle_);
85 __builtin_coro_destroy(__handle_);
91 return __handle_ != nullptr;
94 void* __handle_ = nullptr; member in struct:coroutine_handle
121 __tmp.__handle_
189 void* __handle_ = nullptr; member in struct:coroutine_handle
[all...]
H A Dnoop_coroutine_handle.h57 __builtin_coro_promise(this->__handle_, alignof(noop_coroutine_promise), false));
62 constexpr void* address() const noexcept { return __handle_; }
70 this->__handle_ = __builtin_coro_noop();
73 void* __handle_ = nullptr; member in struct:coroutine_handle
88 void* __handle_ = &__noop_coroutine_frame_; member in struct:coroutine_handle
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_arg.h140 typename basic_format_arg<_Context>::handle{__arg.__value_.__handle_});
196 __handle __handle_; member in union:__basic_format_arg_value::__anon192
223 : __handle_(std::forward<__handle>(__value)) {}
266 __handle_.__format_(__parse_ctx, __ctx, __handle_.__ptr_);
270 : __handle_(__handle) {} function in class:basic_format_arg::handle
273 typename __basic_format_arg_value<_Context>::__handle& __handle_; member in class:basic_format_arg::handle

Completed in 200 milliseconds