Searched refs:cmp_less (Results 1 – 5 of 5) sorted by relevance
45 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_less(_Tp __t, _Up __u) noexcept { in cmp_less() function56 return std::cmp_less(__u, __t); in cmp_greater()66 return !std::cmp_less(__t, __u); in cmp_greater_equal()
37 using std::cmp_less;
102 if (std::cmp_less(__x, std::numeric_limits<_Rp>::min())) in __saturate_cast()
67 template<class T, class U> constexpr bool cmp_less(T t, U u) noexcept; // C++20
892 SYMBOL(cmp_less, std::, <utility>)