Home
last modified time | relevance | path

Searched refs:_PartialOrdResult (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dordering.h27 enum class _PartialOrdResult : signed char { enum
55 …_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 …]