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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr39732.C7 _OI __copy_move_a2(_OI __result);
11 return __copy_move_a2 (__result);
H A Dpr65694.C97 _OI __copy_move_a2(_II p1, _II p2, _OI p3) { function
104 return __copy_move_a2<A::__value>(c, b, p3);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr59510.C24 __copy_move_a2 (ostreambuf_iterator <_CharT>);
28 __copy_move_a2 <false> (__first, __miter_base (__last), __result);
57 void __copy_move_a2 (_CharT * __first,_CharT * __last,ostreambuf_iterator <_CharT> __result) function
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h80 __copy_move_a2(istreambuf_iterator<_CharT2>,
310 __copy_move_a2(_CharT* __first, _CharT* __last, function
322 __copy_move_a2(const _CharT* __first, const _CharT* __last, function
334 __copy_move_a2(istreambuf_iterator<_CharT> __first, function
H A Dstl_algobase.h419 __copy_move_a2(_CharT*, _CharT*,
425 __copy_move_a2(const _CharT*, const _CharT*,
431 __copy_move_a2(istreambuf_iterator<_CharT, char_traits<_CharT> >,
436 __copy_move_a2(_II __first, _II __last, _OI __result) function
470 return (std::__copy_move_a2<__is_move_iterator<_II>::__value>
503 return std::__copy_move_a2<true>(std::__miter_base(__first),
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr65554.C33 template <int, typename _II, typename _OI> void __copy_move_a2 (_II p1, _II p2, _OI p3) function in namespace:std
39 __copy_move_a2 <B::__value> (std::__miter_base (p1), std::__miter_base (p2), p3);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr46567.C1220 __copy_move_a2(_CharT*, _CharT*,
1225 __copy_move_a2(const _CharT*, const _CharT*,
1230 __copy_move_a2(istreambuf_iterator<_CharT, char_traits<_CharT> >,
1234 __copy_move_a2(_II __first, _II __last, _OI __result) function in namespace:std
1248 return (std::__copy_move_a2<__is_move_iterator<_II>::__value>

Completed in 74 milliseconds