Searched refs:cmp_less (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | cmp.h | 45 _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()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | utility.cppm | |
| /freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
| H A D | saturation_arithmetic.h | 103 if (std::cmp_less(__x, std::numeric_limits<_Rp>::min())) in __saturate_cast()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | utility | 67 template<class T, class U> constexpr bool cmp_less(T t, U u) noexcept; // C++20
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | utility | 67 template<class T, class U> constexpr bool cmp_less(T t, U u) noexcept; // C++20
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 902 SYMBOL(cmp_less, std::, <utility>)
|