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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/move_backward/requirements/explicit_instantiation/
H A D2.cc34 template iterator_type move_backward(iterator_type, iterator_type,
H A Dpod.cc34 template iterator_type move_backward(iterator_type, iterator_type,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/move_backward/
H A D1.cc30 using std::move_backward;
51 move_backward(incon.begin(), incon.end(), outcon.end());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/move_backward/deque_iterators/
H A D1.cc40 move_backward(data.begin() + i, data.begin() + j,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_deque.h409 move_backward(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
415 move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
418 { return std::move_backward(_Deque_iterator<_Tp,
H A Dstl_algobase.h490 * [first,last); the move_backward function should be used instead.
669 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) function
684 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp)

Completed in 172 milliseconds