Searched refs:_PartialOrdResult (Results 1 – 1 of 1) sorted by relevance
27 enum class _PartialOrdResult : signed char { enum55 …_LIBCPP_HIDE_FROM_ABI explicit constexpr partial_ordering(_PartialOrdResult __v) noexcept : __valu… in partial_ordering()68 return __v.__value_ == _PartialOrdResult::__equiv;72 return __v.__value_ == _PartialOrdResult::__less;76 return __v.__value_ == _PartialOrdResult::__equiv || __v.__value_ == _PartialOrdResult::__less;80 return __v.__value_ == _PartialOrdResult::__greater;84 … return __v.__value_ == _PartialOrdResult::__equiv || __v.__value_ == _PartialOrdResult::__greater;88 return __v.__value_ == _PartialOrdResult::__greater;92 … return __v.__value_ == _PartialOrdResult::__equiv || __v.__value_ == _PartialOrdResult::__greater;96 return __v.__value_ == _PartialOrdResult::__less;[all …]