Searched refs:move_backward (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshift_right.h13 #include <__algorithm/move_backward.h>
45 return std::move_backward(__first, __m, __last);
54 return std::move_backward(__first, __m, __last);
H A Dranges_move_backward.h14 #include <__algorithm/move_backward.h>
66 inline constexpr auto move_backward = __move_backward::__fn{}; member in namespace:ranges::__cpo
H A Dmove_backward.h131 move_backward(_BidirectionalIterator1 __first, _BidirectionalIterator1 __last, _BidirectionalIterator2 __result) { function
H A Drotate.h14 #include <__algorithm/move_backward.h>
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc217 using std::move_backward;
220 using std::ranges::move_backward;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h803 std::move_backward(I, this->end()-1, this->end());
854 std::move_backward(I, OldEnd-NumToInsert, OldEnd);
920 std::move_backward(I, OldEnd-NumToInsert, OldEnd);
/freebsd-current/lib/libc++/
H A DMakefile337 ALG_HEADERS+= move_backward.h

Completed in 82 milliseconds