Home
last modified time | relevance | path

Searched refs:next_permutation (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dnext_permutation.h59 next_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) { in next_permutation() function
67 next_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last) { in next_permutation() function
68 return std::next_permutation(__first, __last, __less<>()); in next_permutation()
H A Dranges_next_permutation.h68 constexpr inline auto next_permutation = __next_permutation::__fn{};
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc607 using std::next_permutation;
612 using std::ranges::next_permutation;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm1110 …ranges::next_permutation(I first, S last, Comp comp = {}, Proj proj = {}); // si…
1116 …ranges::next_permutation(R&& r, Comp comp = {}, Proj proj = {}); // si…
1766 next_permutation(BidirectionalIterator first, BidirectionalIterator last);
1770 next_permutation(BidirectionalIterator first, BidirectionalIterator last, Compare comp);
1845 #include <__algorithm/next_permutation.h>
H A Dlibcxx.imp65 { include: [ "<__algorithm/next_permutation.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in712 …hm_next_permutation [system] { header "__algorithm/next_permutation.h" }
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1835 } while (std::next_permutation(s.begin(), s.end())); in TEST()
1940 } while (std::next_permutation(s.begin(), s.end())); in TEST_F()
/freebsd-14.2/lib/libc++/
H A DMakefile338 ALG_HEADERS+= next_permutation.h
H A Dmodule.modulemap712 …hm_next_permutation [system] { header "__algorithm/next_permutation.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2239 SYMBOL(next_permutation, std::, <algorithm>)
3665 SYMBOL(next_permutation, std::ranges::, <algorithm>)