Home
last modified time | relevance | path

Searched refs:__make_heap (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_make_heap.h40 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 Dmake_heap.h28 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 Dpartial_sort.h39 std::__make_heap<_AlgPolicy>(__first, __middle, __comp); in __partial_sort_impl()
H A Dpartial_sort_copy.h48 std::__make_heap<_AlgPolicy>(__result_first, __r, __projected_comp); in __partial_sort_copy()