Searched refs:make_heap (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/make_heap/requirements/explicit_instantiation/
H A D2.cc35 template void make_heap(iterator_type, iterator_type);
36 template void make_heap(iterator_type, iterator_type, compare_type);
H A Dpod.cc34 template void make_heap(iterator_type, iterator_type);
35 template void make_heap(iterator_type, iterator_type, compare_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Dheap.h64 using std::make_heap;
H A Dalgo.h124 using std::make_heap;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/is_heap/
H A D1.cc34 std::make_heap(con.begin(), con.end());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/is_heap/
H A D1.cc35 std::make_heap(con.begin(), con.end());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp110 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
111 std::make_heap(other.m_a_entries, other.m_a_entries + other.m_size, static_cast<entry_cmp& >(other));
160 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
H A Dconstructors_destructor_fn_imps.hpp65 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
H A Derase_fn_imps.hpp152 std::make_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/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
77 std::make_heap(s2, s2 + N);
120 // sort array s2 using make_heap/sort_heap
125 std::make_heap(s2, s2 + N, gt);
H A Dmoveable.cc58 std::make_heap(makecon.begin(), makecon.end());
59 std::make_heap(makecon_ref.begin(), makecon_ref.end());
H A Dmoveable2.cc59 std::make_heap(makecon.begin(), makecon.end(), are_ordered);
60 std::make_heap(makecon_ref.begin(), makecon_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
77 std::make_heap(s2, s2 + N);
111 // sort array s2 using make_heap/sort_heap
116 std::make_heap(s2, s2 + N, gt);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_queue.h391 { std::make_heap(c.begin(), c.end(), comp); }
397 { std::make_heap(c.begin(), c.end(), comp); }
403 { std::make_heap(c.begin(), c.end(), comp); }
430 std::make_heap(c.begin(), c.end(), comp);
441 std::make_heap(c.begin(), c.end(), comp);
452 std::make_heap(c.begin(), c.end(), comp);
H A Dstl_heap.h125 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap,
373 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
413 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
H A Dalgorithmfwd.h75 make_heap
335 make_heap(_RAIter, _RAIter);
339 make_heap(_RAIter, _RAIter, _Compare);
H A Dstl_algo.h1899 std::make_heap(__first, __middle);
1912 std::make_heap(__first, __middle, __comp);
1970 std::make_heap(__result_first, __result_real_last);
2040 std::make_heap(__result_first, __result_real_last, __comp);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_queue.h367 { std::make_heap(c.begin(), c.end(), comp); }
392 std::make_heap(c.begin(), c.end(), comp);
H A Dstl_heap.h113 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
344 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function in namespace:std
384 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function in namespace:std
H A Dstl_algo.h2432 std::make_heap(__first, __middle);
2475 std::make_heap(__first, __middle, __comp);
2530 std::make_heap(__result_first, __result_real_last);
2597 std::make_heap(__result_first, __result_real_last, __comp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc436 make_heap(_RAIter, _RAIter);
440 make_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
419 std::make_heap(__warnings.begin(), __warnings.end(),

Completed in 192 milliseconds