Searched refs:copy_n (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy_n/
H A D1.cc36 copy_n(A, N, i1);
40 copy_n(A, N, v1.begin());
44 copy_n(A, N, s1);
H A D58982.cc40 std::copy_n(t, 1, result); // { dg-error "here" }
H A D3.cc38 copy_n(a.begin(), N, i1);
42 copy_n(a.begin(), N, v1.begin());
46 copy_n(a.begin(), N, s1);
H A D4.cc38 copy_n(a.begin(), N, i1);
42 copy_n(a.begin(), N, v1.begin());
46 copy_n(a.begin(), N, s1);
H A D2.cc37 copy_n(a.begin(), N, i1);
41 copy_n(a.begin(), N, v1.begin());
45 copy_n(a.begin(), N, s1);
H A D50119.cc35 copy_n(istream_iterator<int>(s), 2, back_inserter(v));
40 copy_n(istream_iterator<int>(s), 2, back_inserter(v));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/explicit_instantiation/
H A D2.cc35 template iterator_type copy_n(iterator_type, size_type, iterator_type);
H A Dpod.cc35 template iterator_type copy_n(iterator_type, size_type, iterator_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/
H A D1.cc34 using std::copy_n;
52 copy_n(std::move_iterator<input_iterator_wrapper<rvalstruct> >(incon.begin()),
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgobase.h51 using __STD::copy_n;
H A Dstl_algobase.h306 // copy_n (not part of the C++ standard)
338 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
H A Dropeimpl.h977 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr16688.C59 copy_n(_II __first, _II __last, _OI __result) function in struct:__copy_normal
69 return __copy_normal::copy_n(__first, __last, __result);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc221 copy_n(_IIter, _Size, _OIter);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h54 copy_n (C++0x)
226 copy_n(_IIter, _Size, _OIter);
H A Dstl_algo.h796 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h47 #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
1091 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;

Completed in 208 milliseconds