Home
last modified time | relevance | path

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

/src/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{};
/src/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc606 using std::next_permutation;
611 using std::ranges::next_permutation;
/src/contrib/llvm-project/libcxx/include/
H A Dalgorithm1148 …ranges::next_permutation(I first, S last, Comp comp = {}, Proj proj = {}); // si…
1154 …ranges::next_permutation(R&& r, Comp comp = {}, Proj proj = {}); // si…
1804 next_permutation(BidirectionalIterator first, BidirectionalIterator last);
1808 next_permutation(BidirectionalIterator first, BidirectionalIterator last, Compare comp);
1867 #include <__algorithm/next_permutation.h>
H A Dmodule.modulemap708 …hm_next_permutation [system] { header "__algorithm/next_permutation.h" }
/src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc2133 } while (std::next_permutation(s.begin(), s.end())); in TEST()
2238 } while (std::next_permutation(s.begin(), s.end())); in TEST_F()
/src/lib/libc++/
H A DMakefile342 ALG_HEADERS+= next_permutation.h
H A Dlibcxx.imp65 { include: [ "<__algorithm/next_permutation.h>", "private", "<algorithm>", "public" ] },
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2239 SYMBOL(next_permutation, std::, <algorithm>)
3665 SYMBOL(next_permutation, std::ranges::, <algorithm>)