Searched refs:_GLIBCXX_MAKE_MOVE_ITERATOR (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h2838 _GLIBCXX_STD_P::merge(_GLIBCXX_MAKE_MOVE_ITERATOR(__buffer),
2839 _GLIBCXX_MAKE_MOVE_ITERATOR(__buffer_end),
2840 _GLIBCXX_MAKE_MOVE_ITERATOR(__middle),
2841 _GLIBCXX_MAKE_MOVE_ITERATOR(__last),
2847 std::__merge_backward(_GLIBCXX_MAKE_MOVE_ITERATOR(__first),
2848 _GLIBCXX_MAKE_MOVE_ITERATOR(__middle),
2849 _GLIBCXX_MAKE_MOVE_ITERATOR(__buffer),
2850 _GLIBCXX_MAKE_MOVE_ITERATOR(__buffer_end),
2901 _GLIBCXX_STD_P::merge(_GLIBCXX_MAKE_MOVE_ITERATOR(__buffer),
2902 _GLIBCXX_MAKE_MOVE_ITERATOR(__buffer_en
[all...]
H A Dstl_uninitialized.h326 return std::__uninitialized_copy_a(_GLIBCXX_MAKE_MOVE_ITERATOR(__first),
327 _GLIBCXX_MAKE_MOVE_ITERATOR(__last),
H A Dstl_iterator.h1071 #define _GLIBCXX_MAKE_MOVE_ITERATOR(_Iter) std::make_move_iterator(_Iter) macro
1073 #define _GLIBCXX_MAKE_MOVE_ITERATOR(_Iter) (_Iter)

Completed in 63 milliseconds