Searched refs:__pop_heap (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_pop_heap.h | 43 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 D | pop_heap.h | 35 __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 D | sort_heap.h | 40 std::__pop_heap<_AlgPolicy>(__first, __last, __comp_ref, __n); in __sort_heap()
|