Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__utility/
H A Dcmp.h55 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_greater(_Tp __t, _Up __u) noexcept { in cmp_greater() function
61 return !std::cmp_greater(__t, __u); in cmp_less_equal()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dutility.inc35 using std::cmp_greater;
/src/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h104 if (std::cmp_greater(__x, std::numeric_limits<_Rp>::max())) in __saturate_cast()
/src/contrib/llvm-project/libcxx/include/
H A Dutility68 template<class T, class U> constexpr bool cmp_greater(T t, U u) noexcept; // C++20
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc890 SYMBOL(cmp_greater, std::, <utility>)