Searched refs:sort_heap (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/sort_heap/requirements/explicit_instantiation/
H A D2.cc36 template void sort_heap(iterator_type, iterator_type);
37 template void sort_heap(iterator_type, iterator_type, compare_type);
H A Dpod.cc35 template void sort_heap(iterator_type, iterator_type);
36 template void sort_heap(iterator_type, iterator_type, compare_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Dheap.h65 using std::sort_heap;
H A Dalgo.h125 using std::sort_heap;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/heap/
H A D1.cc52 // results between push_heap and pop_heap and make_heap and sort_heap
72 // sort array s2 using make_heap/sort_heap
78 std::sort_heap(s2, s2 + N);
120 // sort array s2 using make_heap/sort_heap
131 std::sort_heap(s2, s2 + N, gt);
H A Dmoveable.cc98 std::sort_heap(sortcon.begin(), sortcon.end());
99 std::sort_heap(sortcon_ref.begin(), sortcon_ref.end());
H A Dmoveable2.cc99 std::sort_heap(sortcon.begin(), sortcon.end(), are_ordered);
100 std::sort_heap(sortcon_ref.begin(), sortcon_ref.end(), are_ordered_int);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dheap.cc55 // make_heap and sort_heap are not checked (they could be).
72 // sort array s2 using make_heap/sort_heap
78 std::sort_heap(s2, s2 + N);
111 // sort array s2 using make_heap/sort_heap
120 std::sort_heap(s2, s2 + N, gt);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_heap.h113 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
422 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function in namespace:std
448 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function in namespace:std
H A Dstl_algo.h2436 std::sort_heap(__first, __middle);
2479 std::sort_heap(__first, __middle, __comp);
2540 std::sort_heap(__result_first, __result_real_last);
2608 std::sort_heap(__result_first, __result_real_last, __comp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_heap.h125 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap,
452 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
481 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
H A Dalgorithmfwd.h116 sort_heap
529 sort_heap(_RAIter, _RAIter);
533 sort_heap(_RAIter, _RAIter, _Compare);
H A Dstl_algo.h1980 std::sort_heap(__result_first, __result_real_last);
2051 std::sort_heap(__result_first, __result_real_last, __comp);
5060 std::sort_heap(__first, __middle);
5101 std::sort_heap(__first, __middle, __comp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc444 sort_heap(_RAIter, _RAIter);
448 sort_heap(_RAIter, _RAIter, _Compare);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_trace.h60 #include <bits/stl_heap.h> // for std::make_heap, std::sort_heap
421 std::sort_heap(__warnings.begin(), __warnings.end(),

Completed in 214 milliseconds