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;
150 partial_ordering::greater(__cmp_cat::_Ord::greater);
169 static const weak_ordering greater;
231 weak_ordering::greater(__cmp_cat::_Ord::greater);
247 static const strong_ordering greater;
315 strong_ordering::greater(__cmp_cat::_Ord::greater);
549 return weak_ordering::greater;
566 return weak_ordering::greater;
773 : strong_ordering::greater;
805 : weak_ordering::greater;
848 ? partial_ordering::greater
905 return weak_ordering::greater;