Searched refs:cmp_greater_equal (Results 1 – 4 of 4) sorted by relevance
65 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_greater_equal(_Tp __t, _Up __u) noexcept { in cmp_greater_equal() function72 std::cmp_greater_equal(__u, numeric_limits<_Tp>::min()); in in_range()
36 using std::cmp_greater_equal;
70 template<class T, class U> constexpr bool cmp_greater_equal(T t, U u) noexcept; // C++20
891 SYMBOL(cmp_greater_equal, std::, <utility>)