Lines Matching refs:bool
43 static const bool value = false;
46 template <class _Cp, bool = __has_storage_type<_Cp>::value>
64 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 operator bool() const _NOEXCEPT {
65 return static_cast<bool>(*__seg_ & __mask_);
67 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 bool operator~() const _NOEXCEPT {
68 return !static_cast<bool>(*this);
71 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 __bit_reference& operator=(bool __x) _NOEXCEPT…
80 _LIBCPP_HIDE_FROM_ABI constexpr const __bit_reference& operator=(bool __x) const noexcept {
90 return operator=(static_cast<bool>(__x));
111 bool __t = __x;
119 bool __t = __x;
125 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void swap(__bit_reference<_Cp> __x, bool…
126 bool __t = __x;
132 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void swap(bool& __x, __bit_reference<_Cp…
133 bool __t = __x;
159 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR operator bool() const _NOEXCEPT {
160 return static_cast<bool>(*__seg_ & __mask_);
176 template <class _Cp, bool _IsConst>
219 template <class _Cp, bool _IsConst>
290 template <class _Cp, bool _IsConst>
300 template <class _Cp, bool _IsConst>
342 template <class _Cp, bool _IsConst>
418 template <class _Cp, bool _IsConst>
428 template <class _Cp, bool _IsConst>
436 template <class _Cp, bool _IsConst>
662 template <class _Cp, bool _IC1, bool _IC2>
663 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI bool __equal_unaligned(
734 template <class _Cp, bool _IC1, bool _IC2>
735 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI bool __equal_aligned(
773 template <class _Cp, bool _IC1, bool _IC2>
774 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 bool
781 template <class _Cp, bool _IsConst, typename _Cp::__storage_type>
785 using value_type = bool;
790 using reference = __conditional_t<_IsConst, bool, __bit_reference<_Cp> >;
912 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 friend bool
918 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 friend bool
923 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 friend bool
928 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 friend bool
933 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 friend bool
938 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 friend bool
969 template <bool _FillVal, class _Dp>
973 template <class _Dp, bool _IC>
976 template <class _Dp, bool _IC>
979 template <class _Dp, bool _IC>
982 template <class _Dp, bool _IC>
985 template <class _Dp, bool _IC>
988 template <class _Dp, bool _IC>
1003 template <class _Dp, bool _IC1, bool _IC2>
1004 _LIBCPP_CONSTEXPR_SINCE_CXX20 friend bool
1006 template <class _Dp, bool _IC1, bool _IC2>
1007 _LIBCPP_CONSTEXPR_SINCE_CXX20 friend bool
1009 template <class _Dp, bool _IC1, bool _IC2>
1010 _LIBCPP_CONSTEXPR_SINCE_CXX20 friend bool
1012 template <bool _ToFind, class _Dp, bool _IC>
1015 template <bool _ToCount, class _Dp, bool _IC>