Home
last modified time | relevance | path

Searched refs:cmp_less (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__utility/
H A Dcmp.h45 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_less(_Tp __t, _Up __u) noexcept { in cmp_less() function
56 return std::cmp_less(__u, __t); in cmp_greater()
66 return !std::cmp_less(__t, __u); in cmp_greater_equal()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dutility.inc37 using std::cmp_less;
/src/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h102 if (std::cmp_less(__x, std::numeric_limits<_Rp>::min())) in __saturate_cast()
/src/contrib/llvm-project/libcxx/include/
H A Dutility67 template<class T, class U> constexpr bool cmp_less(T t, U u) noexcept; // C++20
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc892 SYMBOL(cmp_less, std::, <utility>)