Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshift_right.h13 #include <__algorithm/move_backward.h>
45 return std::move_backward(__first, __m, __last); in shift_right()
54 return std::move_backward(__first, __m, __last); in shift_right()
H A Dranges_move_backward.h14 #include <__algorithm/move_backward.h>
66 inline constexpr auto move_backward = __move_backward::__fn{};
H A Dmove_backward.h129 move_backward(_BidirectionalIterator1 __first, _BidirectionalIterator1 __last, _BidirectionalIterat… in move_backward() function
/freebsd/contrib/llvm-project/libcxx/include/
H A D__split_buffer15 #include <__algorithm/move_backward.h>
469 __begin_ = std::move_backward(__begin_, __end_, __end_ + __d);
491 __begin_ = std::move_backward(__begin_, __end_, __end_ + __d);
H A Ddeque1675 __e = std::move_backward(__e - __de, __em1, __e);
1724 __e = std::move_backward(__e - __de, __em1, __e);
1937 __old_end = std::move_backward(__old_end - __de, __oen, __old_end);
2338 __r = std::move_backward(__lb, __le, __r);
2417 std::move_backward(__b, __p, std::next(__p));
2445 iterator __i = std::move_backward(__b, __p, __p + __n);
H A D__bit_reference434 // move_backward
437 inline _LIBCPP_HIDE_FROM_ABI __bit_iterator<_Cp, false> move_backward(
H A Dalgorithm706 …ranges::move_backward(I1 first, S1 last, I2 result); // s…
711 …ranges::move_backward(R&& r, I result); // s…
1331 move_backward(BidirectionalIterator1 first, BidirectionalIterator1 last,
1866 #include <__algorithm/move_backward.h>
H A Dmodule.modulemap707 …rithm_move_backward [system] { header "__algorithm/move_backward.h" }
H A Dvector1606 std::move_backward(__from_s, __from_s + __n, __old_last);
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc216 using std::move_backward;
219 using std::ranges::move_backward;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h804 std::move_backward(I, this->end()-1, this->end()); in insert_one_impl()
855 std::move_backward(I, OldEnd-NumToInsert, OldEnd); in insert()
921 std::move_backward(I, OldEnd-NumToInsert, OldEnd); in insert()
/freebsd/lib/libc++/
H A DMakefile341 ALG_HEADERS+= move_backward.h
H A Dlibcxx.imp64 { include: [ "<__algorithm/move_backward.h>", "private", "<algorithm>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2201 SYMBOL(move_backward, std::, <algorithm>)
3661 SYMBOL(move_backward, std::ranges::, <algorithm>)