Home | History | Annotate | Download | only in bits

Lines Matching refs:__dest

1215       _ForwardIterator __dest = __first;
1218 if (!(*__dest == *__first))
1219 *++__dest = _GLIBCXX_MOVE(*__first);
1220 return ++__dest;
1257 _ForwardIterator __dest = __first;
1260 if (!bool(__binary_pred(*__dest, *__first)))
1261 *++__dest = _GLIBCXX_MOVE(*__first);
1262 return ++__dest;