Home
last modified time | relevance | path

Searched refs:__pop_heap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_pop_heap.h43 namespace __pop_heap {
53 std::__pop_heap<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp, __len); in __pop_heap_fn_impl()
73 } // namespace __pop_heap
76 inline constexpr auto pop_heap = __pop_heap::__fn{};
H A Dpop_heap.h35 __pop_heap(_RandomAccessIterator __first, in __pop_heap() function
68 std::__pop_heap<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp, __len); in pop_heap()
H A Dsort_heap.h40 std::__pop_heap<_AlgPolicy>(__first, __last, __comp_ref, __n); in __sort_heap()