Searched refs:cmp_greater (Results 1 – 5 of 5) sorted by relevance
55 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_greater(_Tp __t, _Up __u) noexcept { in cmp_greater() function61 return !std::cmp_greater(__t, __u); in cmp_less_equal()
35 using std::cmp_greater;
104 if (std::cmp_greater(__x, std::numeric_limits<_Rp>::max())) in __saturate_cast()
68 template<class T, class U> constexpr bool cmp_greater(T t, U u) noexcept; // C++20
890 SYMBOL(cmp_greater, std::, <utility>)