Searched defs:__move_backward_impl (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | move_backward.h | 40 struct __move_backward_impl { struct 43 operator()(_InIter __first, _Sent __last, _OutIter __result) const { in operator() 56 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator() 87 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator() 135 return std::__copy_move_unwrap_iters<__move_backward_impl<_AlgPolicy> >( in __move_backward() argument
|
| H A D | ranges_move_backward.h | 43 __move_backward_impl(_InIter __first, _Sent __last, _OutIter __result) { in __move_backward_impl() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | move_backward.h | 36 struct __move_backward_impl { struct 38 …OM_ABI pair<_InIter, _OutIter> operator()(_InIter __first, _Sent __last, _OutIter __result) const { in operator() 50 …_ABI pair<_InIter, _OutIter> operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator() 80 …_ABI pair<_InIter, _OutIter> operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator() 119 return std::__copy_move_unwrap_iters<__move_backward_impl<_AlgPolicy> >( in __move_backward() argument
|