Searched defs:__iters (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | ranges_minmax.h | 72 auto __iters = std::__minmax_element_impl(__il.begin(), __il.end(), __comp, __proj); local
|
| H A D | move_backward.h | 61 auto __iters = in operator() local
|
| H A D | move.h | 93 auto __iters = std::__move<_AlgPolicy>(__first, __first + __size, __local_first); in operator() local
|
| H A D | copy_backward.h | 180 auto __iters = in operator() local
|
| H A D | copy.h | 210 auto __iters = std::__copy(__first, __first + __size, __local_first); in operator() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | move_backward.h | 55 auto __iters = in operator() local
|
| H A D | copy_backward.h | 54 auto __iters = in operator() local
|
| H A D | move.h | 84 auto __iters = std::__move<_AlgPolicy>(__first, __first + __size, __local_first); in operator() local
|
| H A D | copy.h | 84 auto __iters = std::__copy<_AlgPolicy>(__first, __first + __size, __local_first); in operator() local
|