Searched refs:__adjust_heap (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_heap.h | 135 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, in __adjust_heap() function 161 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __value); in __pop_heap() 181 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, in __adjust_heap() function 207 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), in __pop_heap() 243 __adjust_heap(__first, __parent, __len, _ValueType(*(__first + __parent))); in make_heap() 268 __adjust_heap(__first, __parent, __len, in make_heap()
|
H A D | stl_algo.h | 2607 __adjust_heap(__result_first, _DistanceType(0), in partial_sort_copy() 2663 __adjust_heap(__result_first, _DistanceType(0), in partial_sort_copy()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_heap.h | 209 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, in __adjust_heap() function 238 std::__adjust_heap(__first, _Distance(0), _Distance(__last - __first), in __pop_heap() 272 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, in __adjust_heap() function 302 std::__adjust_heap(__first, _Distance(0), _Distance(__last - __first), in __pop_heap() 364 std::__adjust_heap(__first, __parent, __len, in make_heap() 404 std::__adjust_heap(__first, __parent, __len, in make_heap()
|
H A D | stl_algo.h | 2648 std::__adjust_heap(__result_first, _DistanceType(0), in partial_sort_copy() 2717 std::__adjust_heap(__result_first, _DistanceType(0), in partial_sort_copy()
|