Home | History | Annotate | Download | only in bits

Lines Matching refs:__dest

1189       _ForwardIterator __dest = __first;
1192 if (!(*__dest == *__first))
1193 *++__dest = _GLIBCXX_MOVE(*__first);
1194 return ++__dest;
1231 _ForwardIterator __dest = __first;
1234 if (!bool(__binary_pred(*__dest, *__first)))
1235 *++__dest = _GLIBCXX_MOVE(*__first);
1236 return ++__dest;