Lines Matching refs:greater
53 enum class _Ord : type { equivalent = 0, less = -1, greater = 1 };
65 // less=0xff, equiv=0x00, greater=0x01, unordered=0x02
85 static const partial_ordering greater;
162 partial_ordering::greater(__cmp_cat::_Ord::greater);
181 static const weak_ordering greater;
256 weak_ordering::greater(__cmp_cat::_Ord::greater);
272 static const strong_ordering greater;
354 strong_ordering::greater(__cmp_cat::_Ord::greater);
594 return weak_ordering::greater;
611 return weak_ordering::greater;
1093 : strong_ordering::greater;
1125 : weak_ordering::greater;
1168 ? partial_ordering::greater
1226 return weak_ordering::greater;