Searched defs:__topIndex (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_heap.h212 const _Distance __topIndex = __holeIndex; local
275 const _Distance __topIndex = __holeIndex; local
117 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value) argument
162 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value, _Compare __comp) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_heap.h138 _Distance __topIndex = __holeIndex; local
184 _Distance __topIndex = __holeIndex; local
70 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value) argument
103 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value, _Compare __comp) argument

Completed in 191 milliseconds