Searched refs:__original_last (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dpartition.h55 _BidirectionalIterator __original_last = _IterOps<_AlgPolicy>::next(__first, __sentinel); local
56 _BidirectionalIterator __last = __original_last;
63 return std::make_pair(std::move(__first), std::move(__original_last));
71 return std::make_pair(std::move(__first), std::move(__original_last));
H A Dshuffle.h147 auto __original_last = _IterOps<_AlgPolicy>::next(__first, __last_sentinel); local
148 auto __last = __original_last;
161 return __original_last;

Completed in 126 milliseconds