Searched refs:is_sorted (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/is_sorted/
H A D1.cc39 VERIFY( std::is_sorted(A, A + i) );
40 VERIFY( std::is_sorted(A, A + i, std::less<int>()) );
41 VERIFY( std::is_sorted(B, B + i, std::greater<int>()) );
42 VERIFY( (i < 2) || !std::is_sorted(B, B + i) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/is_sorted/
H A Dcxx0x.cc27 is_sorted(v.begin(), v.end());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/is_sorted/requirements/explicit_instantiation/
H A Dpod.cc35 template bool is_sorted(iterator_type, iterator_type);
36 template bool is_sorted(iterator_type, iterator_type, compare_type);
H A D2.cc36 template bool is_sorted(iterator_type, iterator_type);
37 template bool is_sorted(iterator_type, iterator_type, compare_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/sort/
H A Drandom_test.cc43 VERIFY( std::is_sorted(con.begin(), con.end()) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/partial_sort/
H A Drandom_test.cc48 VERIFY( std::is_sorted(con.begin(), con.begin() + element) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A Drandom_test.cc54 VERIFY( std::is_sorted(out.begin(), out.begin() + element) );
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h91 using __STD::is_sorted;
H A Dstl_algo.h2849 // is_sorted, a predicated testing whether a range is sorted in
2854 bool is_sorted(_ForwardIter __first, _ForwardIter __last) function
2869 bool is_sorted(_ForwardIter __first, _ForwardIter __last, function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc469 is_sorted(_FIter, _FIter);
473 is_sorted(_FIter, _FIter, _Compare);
/haiku-buildtools/binutils/gold/
H A Dreloc.cc688 bool is_sorted = true; local
802 is_sorted = false;
818 is_sorted = false;
856 if (!is_sorted)
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h74 is_sorted (C++0x)
319 is_sorted(_FIter, _FIter);
323 is_sorted(_FIter, _FIter, _Compare);
H A Dstl_algo.h3208 is_sorted(_ForwardIterator __first, _ForwardIterator __last) function
3222 is_sorted(_ForwardIterator __first, _ForwardIterator __last, function

Completed in 92 milliseconds