Searched refs:_OrdResult (Results 1 – 5 of 5) sorted by relevance
13 enum class _OrdResult : signed char { enum29 explicit constexpr partial_ordering(_OrdResult __v) noexcept in partial_ordering()71 inline constexpr partial_ordering partial_ordering::less(_OrdResult::__less);73 inline constexpr partial_ordering partial_ordering::greater(_OrdResult::__greater);122 explicit constexpr weak_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {} in weak_ordering()161 inline constexpr weak_ordering weak_ordering::less(_OrdResult::__less);163 inline constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);211 …explicit constexpr strong_ordering(_OrdResult __v) noexcept : __value_(static_cast<signed char>(__… in strong_ordering()255 inline constexpr strong_ordering strong_ordering::less(_OrdResult::__less);258 inline constexpr strong_ordering strong_ordering::greater(_OrdResult::__greater);
71 enum class _LIBCPP_ENUM_VIS _OrdResult : signed char {215 explicit constexpr partial_ordering(_OrdResult __v) noexcept260 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::less(_OrdResult::__less);262 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::greater(_OrdResult::__greater);333 explicit constexpr weak_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {}376 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::less(_OrdResult::__less);378 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);446 explicit constexpr strong_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {}502 _LIBCPP_INLINE_VAR constexpr strong_ordering strong_ordering::less(_OrdResult::__less);505 _LIBCPP_INLINE_VAR constexpr strong_ordering strong_ordering::greater(_OrdResult::__greater);
148 enum class _LIBCPP_ENUM_VIS _OrdResult : signed char {297 explicit constexpr partial_ordering(_OrdResult __v) noexcept344 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::less(_OrdResult::__less);346 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::greater(_OrdResult::__greater);417 explicit constexpr weak_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {}462 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::less(_OrdResult::__less);464 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);532 explicit constexpr strong_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {}590 _LIBCPP_INLINE_VAR constexpr strong_ordering strong_ordering::less(_OrdResult::__less);593 _LIBCPP_INLINE_VAR constexpr strong_ordering strong_ordering::greater(_OrdResult::__greater);