Home
last modified time | relevance | path

Searched refs:cmp_less_equal (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__utility/
H A Dcmp.h60 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_less_equal(_Tp __t, _Up __u) noexcept { in cmp_less_equal() function
71 return std::cmp_less_equal(__u, numeric_limits<_Tp>::max()) && in in_range()
/freebsd-src/contrib/llvm-project/libcxx/modules/std/
H A Dutility.inc38 using std::cmp_less_equal;
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dutility69 template<class T, class U> constexpr bool cmp_less_equal(T t, U u) noexcept; // C++20
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc893 SYMBOL(cmp_less_equal, std::, <utility>)