Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dprev_permutation.h59 prev_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) { in prev_permutation() function
67 prev_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last) { in prev_permutation() function
68 return std::prev_permutation(__first, __last, __less<>()); in prev_permutation()
H A Dranges_prev_permutation.h68 constexpr inline auto prev_permutation = __prev_permutation::__fn{};
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc615 using std::prev_permutation;
620 using std::ranges::prev_permutation;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm1095 …ranges::prev_permutation(I first, S last, Comp comp = {}, Proj proj = {}); // si…
1101 …ranges::prev_permutation(R&& r, Comp comp = {}, Proj proj = {}); // si…
1774 prev_permutation(BidirectionalIterator first, BidirectionalIterator last);
1778 prev_permutation(BidirectionalIterator first, BidirectionalIterator last, Compare comp);
1854 #include <__algorithm/prev_permutation.h>
H A Dlibcxx.imp74 { include: [ "<__algorithm/prev_permutation.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in721 …hm_prev_permutation [system] { header "__algorithm/prev_permutation.h" }
/freebsd-14.2/lib/libc++/
H A DMakefile347 ALG_HEADERS+= prev_permutation.h
H A Dmodule.modulemap721 …hm_prev_permutation [system] { header "__algorithm/prev_permutation.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2367 SYMBOL(prev_permutation, std::, <algorithm>)
3682 SYMBOL(prev_permutation, std::ranges::, <algorithm>)