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

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_push_heap.h40 namespace __push_heap { namespace in namespace:ranges
49 std::__push_heap<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp);
69 } // namespace __push_heap
72 inline constexpr auto push_heap = __push_heap::__fn{};
H A Dpush_heap.h54 void __push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare& __comp) { function
65 std::__push_heap<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_heap.h70 __push_heap(_RandomAccessIterator __first, function in namespace:std
96 __push_heap(__first, _DistanceType((__last - __first) - 1), _DistanceType(0),
103 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, function in namespace:std
129 __push_heap(__first, _DistanceType((__last - __first) - 1), _DistanceType(0),
151 __push_heap(__first, __holeIndex, __topIndex, __value);
197 __push_heap(__first, __holeIndex, __topIndex, __value, __comp);
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_heap.h117 __push_heap(_RandomAccessIterator __first, function
155 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
162 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, function
203 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
227 std::__push_heap(__first, __holeIndex, __topIndex, __value);
291 std::__push_heap(__first, __holeIndex, __topIndex, __value, __comp);

Completed in 202 milliseconds