Home
last modified time | relevance | path

Searched refs:is_sorted_until (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dis_sorted_until.h39 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted_until() function
45 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted_until() function
46 return std::is_sorted_until(__first, __last, __less<>()); in is_sorted_until()
H A Dranges_is_sorted_until.h72 inline constexpr auto is_sorted_until = __is_sorted_until::__fn{};
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc395 using std::is_sorted_until;
399 using std::ranges::is_sorted_until;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm526 …constexpr I ranges::is_sorted_until(I first, S last, Comp comp = {}, Proj proj = {}); // since C…
531 …ranges::is_sorted_until(R&& r, Comp comp = {}, Proj proj = {}); // since C++…
1471 is_sorted_until(ForwardIterator first, ForwardIterator last);
1475 is_sorted_until(ForwardIterator first, ForwardIterator last, Compare comp);
1828 #include <__algorithm/is_sorted_until.h>
H A Dlibcxx.imp46 { include: [ "<__algorithm/is_sorted_until.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in687 …thm_is_sorted_until [system] { header "__algorithm/is_sorted_until.h" }
/freebsd-14.2/lib/libc++/
H A DMakefile319 ALG_HEADERS+= is_sorted_until.h
H A Dmodule.modulemap687 …thm_is_sorted_until [system] { header "__algorithm/is_sorted_until.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1747 SYMBOL(is_sorted_until, std::, <algorithm>)
3634 SYMBOL(is_sorted_until, std::ranges::, <algorithm>)