Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc394 using std::is_sorted_until;
398 using std::ranges::is_sorted_until;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_defs.h
H A Dglue_algorithm_impl.h
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm564 …constexpr I ranges::is_sorted_until(I first, S last, Comp comp = {}, Proj proj = {}); // since C…
569 …ranges::is_sorted_until(R&& r, Comp comp = {}, Proj proj = {}); // since C++…
1509 is_sorted_until(ForwardIterator first, ForwardIterator last);
1513 is_sorted_until(ForwardIterator first, ForwardIterator last, Compare comp);
1852 #include <__algorithm/is_sorted_until.h>
H A Dmodule.modulemap679 …thm_is_sorted_until [system] { header "__algorithm/is_sorted_until.h" }
/freebsd/lib/libc++/
H A DMakefile323 ALG_HEADERS+= is_sorted_until.h
H A Dlibcxx.imp46 { include: [ "<__algorithm/is_sorted_until.h>", "private", "<algorithm>", "public" ] },
/freebsd/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>)