Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dnext_permutation.h58 next_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) in next_permutation() function
67 next_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last) in next_permutation() function
69 return _VSTD::next_permutation(__first, __last, in next_permutation()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dalgorithm630 next_permutation(BidirectionalIterator first, BidirectionalIterator last);
634 next_permutation(BidirectionalIterator first, BidirectionalIterator last, Compare comp);
712 #include <__algorithm/next_permutation.h>
H A Dmodule.modulemap271 module next_permutation { private header "__algorithm/next_permutation.h" }
/freebsd-13.1/lib/libc++/
H A DMakefile295 ALG_HEADERS+= next_permutation.h
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5693 } while (std::next_permutation(s.begin(), s.end())); in TEST()
5794 } while (std::next_permutation(s.begin(), s.end())); in TEST_F()
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3870 OLD_FILES+=usr/include/c++/v1/__algorithm/next_permutation.h