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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/push_heap/requirements/explicit_instantiation/
H A D2.cc35 template void push_heap(iterator_type, iterator_type);
36 template void push_heap(iterator_type, iterator_type, compare_type);
H A Dpod.cc34 template void push_heap(iterator_type, iterator_type);
35 template void push_heap(iterator_type, iterator_type, compare_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Dheap.h62 using std::push_heap;
H A Dalgo.h122 using std::push_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
59 // sort array s1 using push_heap/pop_heap
65 std::push_heap(s1, s1 + i);
102 std::push_heap(s1, s1 + i, gt);
H A Dmoveable.cc120 std::push_heap(pushcon.begin(), pushcon.end());
121 std::push_heap(pushcon_ref.begin(), pushcon_ref.end());
H A Dmoveable2.cc121 std::push_heap(pushcon.begin(), pushcon.end(), are_ordered);
122 std::push_heap(pushcon_ref.begin(), pushcon_ref.end(), are_ordered_int);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dheap.cc54 // intermediate results between push_heap and pop_heap and
59 // sort array s1 using push_heap/pop_heap
65 std::push_heap(s1, s1 + i);
97 std::push_heap(s1, s1 + i, gt);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_queue.h502 std::push_heap(c.begin(), c.end(), comp);
510 std::push_heap(c.begin(), c.end(), comp);
518 std::push_heap(c.begin(), c.end(), comp);
H A Dstl_heap.h125 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap,
154 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
203 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
H A Dalgorithmfwd.h94 push_heap
462 push_heap(_RAIter, _RAIter);
466 push_heap(_RAIter, _RAIter, _Compare);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dinsert_fn_imps.hpp48 std::push_heap(m_a_entries, m_a_entries + m_size,
/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.
141 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function in namespace:std
189 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function in namespace:std
H A Dstl_queue.h430 std::push_heap(c.begin(), c.end(), comp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc420 push_heap(_RAIter, _RAIter);
424 push_heap(_RAIter, _RAIter, _Compare);

Completed in 130 milliseconds