Home | History | Annotate | Download | only in bits

Lines Matching refs:__comp

90 		    _Compare __comp)
95 if (__comp(__first[__parent], __first[__child]))
113 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n)
114 { return std::__is_heap_until(__first, __n, __comp) == __n; }
124 _Compare __comp)
125 { return std::__is_heap(__first, __comp, std::distance(__first, __last)); }
179 _Distance __topIndex, _Tp __value, _Compare __comp)
183 && __comp(*(__first + __parent), __value))
206 _Compare __comp)
217 __glibcxx_requires_heap_pred(__first, __last - 1, __comp);
221 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp);
298 _Distance __len, _Tp __value, _Compare __comp)
305 if (__comp(*(__first + __secondChild),
319 _GLIBCXX_MOVE(__value), __comp);
325 _RandomAccessIterator __result, _Compare __comp)
336 _GLIBCXX_MOVE(__value), __comp);
353 _RandomAccessIterator __last, _Compare __comp)
359 __glibcxx_requires_heap_pred(__first, __last, __comp);
362 std::__pop_heap(__first, __last, __last, __comp);
416 _Compare __comp)
437 __comp);
484 _Compare __comp)
490 __glibcxx_requires_heap_pred(__first, __last, __comp);
495 std::__pop_heap(__first, __last, __last, __comp);
539 _Compare __comp)
548 __comp);
574 _Compare __comp)
575 { return std::is_heap_until(__first, __last, __comp) == __last; }