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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/pop_heap/requirements/explicit_instantiation/
H A D2.cc35 template void pop_heap(iterator_type, iterator_type, compare_type);
H A Dpod.cc34 template void pop_heap(iterator_type, iterator_type, compare_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Dheap.h63 using std::pop_heap;
H A Dalgo.h123 using std::pop_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
68 std::pop_heap(s1, s1 + i);
111 std::pop_heap(s1, s1 + i, gt);
H A Dmoveable.cc78 std::pop_heap(popcon.begin(), popcon.end());
79 std::pop_heap(popcon_ref.begin(), popcon_ref.end());
H A Dmoveable2.cc79 std::pop_heap(popcon.begin(), popcon.end(), are_ordered);
80 std::pop_heap(popcon_ref.begin(), popcon_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
68 std::pop_heap(s1, s1 + i);
104 std::pop_heap(s1, s1 + i, 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.
253 pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function in namespace:std
319 pop_heap(_RandomAccessIterator __first, function in namespace:std
433 std::pop_heap(__first, __last--);
458 std::pop_heap(__first, __last--, __comp);
H A Dstl_queue.h456 std::pop_heap(c.begin(), c.end(), comp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp97 std::pop_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
/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,
276 pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
350 pop_heap(_RandomAccessIterator __first, function
H A Dstl_queue.h537 std::pop_heap(c.begin(), c.end(), comp);
H A Dalgorithmfwd.h92 pop_heap
446 pop_heap(_RAIter, _RAIter);
450 pop_heap(_RAIter, _RAIter, _Compare);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc428 pop_heap(_RAIter, _RAIter);
432 pop_heap(_RAIter, _RAIter, _Compare);

Completed in 135 milliseconds