Home | History | Annotate | Download | only in bits

Lines Matching refs:__dest

1234       _ForwardIterator __dest = __first;
1237 if (!(*__dest == *__first))
1238 *++__dest = _GLIBCXX_MOVE(*__first);
1239 return ++__dest;
1276 _ForwardIterator __dest = __first;
1279 if (!bool(__binary_pred(*__dest, *__first)))
1280 *++__dest = _GLIBCXX_MOVE(*__first);
1281 return ++__dest;