Searched refs:next_permutation (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | next_permutation.h | 59 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 D | ranges_next_permutation.h | 68 constexpr inline auto next_permutation = __next_permutation::__fn{};
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 607 using std::next_permutation; 612 using std::ranges::next_permutation;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 1110 …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 D | libcxx.imp | 65 { include: [ "<__algorithm/next_permutation.h>", "private", "<algorithm>", "public" ] },
|
| H A D | module.modulemap.in | 712 …hm_next_permutation [system] { header "__algorithm/next_permutation.h" }
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-containers_test.cc | 1835 } 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 D | Makefile | 338 ALG_HEADERS+= next_permutation.h
|
| H A D | module.modulemap | 712 …hm_next_permutation [system] { header "__algorithm/next_permutation.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2239 SYMBOL(next_permutation, std::, <algorithm>) 3665 SYMBOL(next_permutation, std::ranges::, <algorithm>)
|