Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_move_backward.h44 __move_backward_impl(_InIter __first, _Sent __last, _OutIter __result) { in __move_backward_impl()
53 return __move_backward_impl(std::move(__first), std::move(__last), std::move(__result));
60 return __move_backward_impl(ranges::begin(__range), ranges::end(__range), std::move(__result));
41 __move_backward_impl(_InIter __first, _Sent __last, _OutIter __result) { __move_backward_impl() function
H A Dmove_backward.h36 struct __move_backward_impl { struct
123 return std::__copy_move_unwrap_iters<__move_backward_impl<_AlgPolicy> >( in __move_backward() argument