Home | History | Annotate | Download | only in bits

Lines Matching refs:__dest

1219       _ForwardIterator __dest = __first;
1222 if (!(*__dest == *__first))
1223 *++__dest = _GLIBCXX_MOVE(*__first);
1224 return ++__dest;
1261 _ForwardIterator __dest = __first;
1264 if (!bool(__binary_pred(*__dest, *__first)))
1265 *++__dest = _GLIBCXX_MOVE(*__first);
1266 return ++__dest;