Home | History | Annotate | Download | only in include

Lines Matching full:__prev

2781         _Tp __prev = *__first++;
2782 if (__comp(*__first, __prev)) {
2784 if (!__comp(__prev, __result.second)) __result.second = __prev;
2787 if ( __comp(__prev, __result.first)) __result.first = __prev;