Searched refs:is_permutation (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h350 is_permutation(_FIter1, _FIter1, _FIter2);
356 is_permutation(_FIter1, _FIter1, _FIter2, _BinaryPredicate);
H A Dstl_algo.h3532 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
3626 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
3655 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
H A Dstl_algobase.h2044 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
H A Dhashtable_policy.h36 #include <bits/stl_algobase.h> // for std::min, std::is_permutation.
1951 if (!std::is_permutation(__itx, __itx_end, __ity))
H A Dranges_algo.h842 inline constexpr __is_permutation_fn is_permutation{};
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h350 is_permutation(_FIter1, _FIter1, _FIter2);
356 is_permutation(_FIter1, _FIter1, _FIter2, _BinaryPredicate);
H A Dstl_algo.h3470 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
3564 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
3593 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
H A Dstl_algobase.h2202 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
H A Dhashtable_policy.h35 #include <bits/stl_algobase.h> // for std::min, std::is_permutation.
1872 if (!std::is_permutation(__itx, __itx_end, __ity))
H A Dranges_algo.h632 inline constexpr __is_permutation_fn is_permutation{};
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTree.h323 if (!std::is_permutation(Roots.begin(), Roots.end(), Other.Roots.begin()))

Completed in 170 milliseconds