Home
last modified time | relevance | path

Searched refs:make_heap (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/gnu/llvm/libcxx/include/__algorithm/
H A Dmake_heap.h43 void make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in make_heap() function
49 void make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in make_heap() function
50 std::make_heap(std::move(__first), std::move(__last), in make_heap()
H A Dranges_make_heap.h72 inline constexpr auto make_heap = __make_heap::__fn{};
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp116 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this)); in split()
117 …std::make_heap(other.m_a_entries, other.m_a_entries + other.m_size, static_cast<entry_cmp& >(other… in split()
166 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this)); in join()
H A Dconstructors_destructor_fn_imps.hpp71 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this)); in copy_from_range()
H A Derase_fn_imps.hpp158 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this)); in erase_if()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/25_algorithms/
H A Dheap.cc78 std::make_heap(s2, s2 + N); in test01()
115 std::make_heap(s2, s2 + N, gt); in test02()
/openbsd/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dheap.h64 using std::make_heap;
H A Dalgo.h124 using std::make_heap;
/openbsd/gnu/gcc/libstdc++-v3/include/backward/
H A Dheap.h64 using std::make_heap;
H A Dalgo.h124 using std::make_heap;
/openbsd/gnu/llvm/libcxx/include/
H A Dqueue220 #include <__algorithm/make_heap.h>
706 _VSTD::make_heap(c.begin(), c.end(), comp);
718 _VSTD::make_heap(c.begin(), c.end(), comp);
731 _VSTD::make_heap(c.begin(), c.end(), comp);
744 _VSTD::make_heap(c.begin(), c.end(), comp);
759 _VSTD::make_heap(c.begin(), c.end(), comp);
794 _VSTD::make_heap(c.begin(), c.end(), comp);
820 _VSTD::make_heap(c.begin(), c.end(), comp);
845 _VSTD::make_heap(c.begin(), c.end(), comp);
858 _VSTD::make_heap(c.begin(), c.end(), comp);
[all …]
/openbsd/gnu/llvm/libcxx/benchmarks/algorithms/
H A Dranges_make_heap.bench.cpp21 [](auto& Copy) { std::ranges::make_heap(Copy); }); in run()
H A Dmake_heap.bench.cpp21 [](auto& Copy) { std::make_heap(Copy.begin(), Copy.end()); }); in run()
H A Dranges_make_heap_then_sort_heap.bench.cpp21 std::ranges::make_heap(Copy); in run()
H A Dmake_heap_then_sort_heap.bench.cpp21 std::make_heap(Copy.begin(), Copy.end()); in run()
H A Dcommon.h172 std::make_heap(V.begin(), V.end()); in sortValues()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_queue.h353 { std::make_heap(c.begin(), c.end(), comp); } in c()
378 std::make_heap(c.begin(), c.end(), comp); in c()
H A Dstl_heap.h344 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) in make_heap() function
384 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, in make_heap() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_queue.h335 { make_heap(c.begin(), c.end(), comp); } in c()
358 make_heap(c.begin(), c.end(), comp); in c()
H A Dstl_heap.h226 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) in make_heap() function
251 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, in make_heap() function
H A Dstl_algo.h2517 make_heap(__first, __middle); in partial_sort()
2557 make_heap(__first, __middle, __comp); in partial_sort()
2604 make_heap(__result_first, __result_real_last); in partial_sort_copy()
2660 make_heap(__result_first, __result_real_last, __comp); in partial_sort_copy()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DPriorityQueue.h71 std::make_heap(this->c.begin(), this->c.end(), this->comp); in reheapify()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineOrder.cpp270 std::make_heap(Heap.begin(), Heap.end(), isLess); in erase_if()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A DCMakeLists.txt162 algorithms/make_heap.bench.cpp
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp308 std::make_heap(BestSpecs.begin(), BestSpecs.begin() + NSpecs, CompareGain); in run()

12