Searched refs:__make_heap (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
H A D | ranges_make_heap.h | 40 namespace __make_heap { 49 std::__make_heap<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp); in __make_heap_fn_impl() 72 inline constexpr auto make_heap = __make_heap::__fn{};
|
H A D | make_heap.h | 28 void __make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare&& __comp) { in __make_heap() function 44 std::__make_heap<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp); in make_heap()
|
H A D | partial_sort.h | 39 std::__make_heap<_AlgPolicy>(__first, __middle, __comp); in __partial_sort_impl()
|
H A D | partial_sort_copy.h | 48 std::__make_heap<_AlgPolicy>(__result_first, __r, __projected_comp); in __partial_sort_copy()
|