Searched refs:__sort_heap (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsort_heap.h29 void __sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare&& __comp) { function
43 std::__sort_heap<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp);
H A Dranges_sort_heap.h40 namespace __sort_heap { namespace in namespace:ranges
49 std::__sort_heap<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp);
69 } // namespace __sort_heap
72 inline constexpr auto sort_heap = __sort_heap::__fn{};
H A Dpartial_sort.h51 std::__sort_heap<_AlgPolicy>(std::move(__first), std::move(__middle), __comp);
H A Dpartial_sort_copy.h55 std::__sort_heap<_AlgPolicy>(__result_first, __r, __projected_comp);

Completed in 189 milliseconds