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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_heap.h250 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
289 std::__pop_heap(__first, __last, __last);
322 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
360 std::__pop_heap(__first, __last, __last, __comp);
465 std::__pop_heap(__first, __last, __last);
493 std::__pop_heap(__first, __last, __last, __comp);
H A Dstl_algo.h1902 std::__pop_heap(__first, __middle, __i);
1915 std::__pop_heap(__first, __middle, __i, __comp);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_heap.h232 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function in namespace:std
265 std::__pop_heap(__first, __last - 1, __last - 1,
296 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function in namespace:std
330 std::__pop_heap(__first, __last - 1, __last - 1,
H A Dstl_algo.h2435 std::__pop_heap(__first, __middle, __i, _ValueType(*__i));
2478 std::__pop_heap(__first, __middle, __i, _ValueType(*__i), __comp);

Completed in 131 milliseconds