Searched refs:__pop_heap (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_pop_heap.h40 namespace __pop_heap { namespace in namespace:ranges
50 std::__pop_heap<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp, __len);
70 } // namespace __pop_heap
73 inline constexpr auto pop_heap = __pop_heap::__fn{};
H A Dpop_heap.h31 void __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare& __comp, function
61 std::__pop_heap<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp, __len);
H A Dsort_heap.h34 std::__pop_heap<_AlgPolicy>(__first, __last, __comp_ref, __n);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_heap.h156 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function in namespace:std
175 __pop_heap(__first, __last - 1, __last - 1, _ValueType(*(__last - 1)));
202 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function in namespace:std
221 __pop_heap(__first, __last - 1, __last - 1, _ValueType(*(__last - 1)), __comp);
H A Dstl_algo.h2520 __pop_heap(__first, __middle, __i, _ValueType(*__i));
2560 __pop_heap(__first, __middle, __i, _ValueType(*__i), __comp);
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_heap.h232 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
265 std::__pop_heap(__first, __last - 1, __last - 1,
296 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
330 std::__pop_heap(__first, __last - 1, __last - 1,
H A Dstl_algo.h2482 std::__pop_heap(__first, __middle, __i, _ValueType(*__i));
2502 std::__pop_heap(__first, __middle, __i, _ValueType(*__i), __comp);

Completed in 294 milliseconds