Searched refs:__has_value (Results 1 – 10 of 10) sorted by relevance
64 if (__has_value()) in set_value()72 if (__has_value()) in set_value_at_thread_exit()80 if (__has_value()) in set_exception()89 if (__has_value()) in set_exception_at_thread_exit()146 if (!__state_->__has_value() && __state_->use_count() > 1) in ~promise()
82 if (__other.__has_value()) in noexcept()97 if (__other.__has_value()) in noexcept()111 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const noexcept { return __val_.has_value(); } in __has_value() function239 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const noexcept { return true; }
70 …__pred_.__has_value(), "Trying to call __find_next() on a chunk_by_view that does not have a valid… in __find_next()85 …__pred_.__has_value(), "Trying to call __find_prev() on a chunk_by_view that does not have a valid… in __find_prev()116 …__pred_.__has_value(), "Trying to call begin() on a chunk_by_view that does not have a valid predi… in begin()119 if (!__cached_begin_.__has_value()) { in begin()
73 __pred_.__has_value(), in begin()77 if (!__cached_begin_.__has_value()) { in begin()
91 …__pred_.__has_value(), "Trying to call begin() on a filter_view that does not have a valid predica… in begin()93 if (!__cached_begin_.__has_value()) { in begin()
83 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const { return __value_.has_value(); } in __has_value() function
71 if (__cached_begin_.__has_value()) in begin()
100 if (!__cached_begin_.__has_value()) { in begin()
98 if (__cached_begin_.__has_value()) in begin()
523 …_LIBCPP_HIDE_FROM_ABI bool __has_value() const { return (__state_ & __constructed) || (__exception…608 if (this->__has_value())619 if (this->__has_value())669 if (this->__has_value())679 if (this->__has_value())1164 if (!__state_->__has_value() && __state_->use_count() > 1)1279 if (!__state_->__has_value() && __state_->use_count() > 1)1649 if (__p_.__state_->__has_value())1666 if (__p_.__state_->__has_value())1749 if (__p_.__state_->__has_value())[all …]