Searched refs:__make_heap (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_make_heap.h | 43 namespace __make_heap { 52 std::__make_heap<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp); in __make_heap_fn_impl() 75 inline constexpr auto make_heap = __make_heap::__fn{};
|
H A D | make_heap.h | 31 __make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare&& __comp) { in __make_heap() function 47 std::__make_heap<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp); in make_heap()
|
H A D | partial_sort_copy.h | 58 std::__make_heap<_AlgPolicy>(__result_first, __r, __projected_comp); in __partial_sort_copy()
|
H A D | partial_sort.h | 41 std::__make_heap<_AlgPolicy>(__first, __middle, __comp); in __partial_sort_impl()
|