Home
last modified time | relevance | path

Searched refs:__last_it (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_find_last.h47 auto __last_it = ranges::next(__first, __last); in __find_last_impl() local
48 for (auto __it = ranges::prev(__last_it); __it != __first; --__it) { in __find_last_impl()
50 return subrange<_Iter>(std::move(__it), std::move(__last_it)); in __find_last_impl()
54 return subrange<_Iter>(std::move(__first), std::move(__last_it)); in __find_last_impl()
56 return subrange<_Iter>(__last_it, __last_it); in __find_last_impl()