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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/unique_copy/requirements/explicit_instantiation/
H A D2.cc36 template out_iterator_type unique_copy(in_iterator_type, in_iterator_type, out_iterator_type);
37 template out_iterator_type unique_copy(in_iterator_type, in_iterator_type, out_iterator_type, predicate_type);
H A Dpod.cc35 template out_iterator_type unique_copy(in_iterator_type, in_iterator_type, out_iterator_type);
36 template out_iterator_type unique_copy(in_iterator_type, in_iterator_type, out_iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/unique_copy/
H A D1.cc28 using std::unique_copy;
43 VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr == array2 );
52 VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr
63 VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr == array2 );
72 VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr
H A D2.cc28 using std::unique_copy;
43 VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr == array2 );
52 VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr
63 VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin(),
73 VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin(),
H A Dcheck_type.cc18 // 25.5.8 [lib.alg.unique_copy]
50 { return std::unique_copy(s1, s1, s2); }
54 { return std::unique_copy(x1, x1, x2, predicate); }
H A D26133.cc38 std::unique_copy(in, in + 4, std::ostream_iterator<int>(oss1, "\n"));
41 std::unique_copy(in, in + 4, std::ostream_iterator<int>(oss2, "\n"),
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h59 using __STD::unique_copy;
H A Dstl_algo.h558 // unique and unique_copy
590 inline _OutputIter unique_copy(_InputIter __first, _InputIter __last, function
633 inline _OutputIter unique_copy(_InputIter __first, _InputIter __last, function
644 return unique_copy(__first, __last, __first);
651 return unique_copy(__first, __last, __first, __binary_pred);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc239 unique_copy(_IIter, _IIter, _OIter);
243 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dalgorithmfwd.h880 unique_copy(_IIter, _IIter, _OIter, __gnu_parallel::sequential_tag);
884 unique_copy(_IIter, _IIter, _OIter, _Predicate,
889 unique_copy(_IIter, _IIter, _OIter);
893 unique_copy(_IIter, _IIter, _OIter, _Predicate);
H A Dalgo.h58 #include <parallel/unique_copy.h>
303 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel
305 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out); }
311 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel
313 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out, __pred); }
322 { return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); }
324 // Parallel unique_copy for random access iterators
338 return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred);
344 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out) function in namespace:__parallel
360 unique_copy(_IIte function in namespace:__parallel
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h127 unique_copy
600 // unique_copy
833 unique_copy(_IIter, _IIter, _OIter);
837 unique_copy(_IIter, _IIter, _OIter, _BinaryPredicate);
H A Dstl_algo.h1039 * unique_copy(_InputIterator, _InputIterator, _OutputIterator,
1068 * unique_copy(_InputIterator, _InputIterator, _OutputIterator,
1100 * unique_copy(_InputIterator, _InputIterator, _OutputIterator,
4352 * unique_copy() is stable, so the relative order of elements that are
4356 * DR 241. Does unique_copy() require CopyConstructible and Assignable?
4359 * DR 538. 241 again: Does unique_copy() require CopyConstructible and
4364 unique_copy(_InputIterator __first, _InputIterator __last, function
4396 * unique_copy() is stable, so the relative order of elements that are
4400 * DR 241. Does unique_copy() require CopyConstructible and Assignable?
4405 unique_copy(_InputIterato function
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dcombine.c3063 subst (x, from, to, in_dest, unique_copy)
3066 int unique_copy;
3086 return (unique_copy && n_occurrences > 1 ? copy_rtx (to) : to);
3127 new = subst (XVECEXP (x, 0, 0), from, to, 0, unique_copy);
3144 new = subst (dest, from, to, 0, unique_copy);
3184 new = (unique_copy && n_occurrences
3191 unique_copy);
3232 new = (unique_copy && n_occurrences ? copy_rtx (to) : to);
3249 && i == 0), unique_copy);
/haiku-buildtools/gcc/gcc/
H A Dcombine.c5179 subst (rtx x, rtx from, rtx to, int in_dest, int in_cond, int unique_copy)
5204 return (unique_copy && n_occurrences > 1 ? copy_rtx (to) : to);
5245 new_rtx = subst (XVECEXP (x, 0, 0), from, to, 0, 0, unique_copy);
5262 new_rtx = subst (dest, from, to, 0, 0, unique_copy);
5302 new_rtx = (unique_copy && n_occurrences
5309 unique_copy);
5367 new_rtx = (unique_copy && n_occurrences ? copy_rtx (to) : to);
5386 unique_copy);
5162 subst(rtx x, rtx from, rtx to, int in_dest, int in_cond, int unique_copy) argument
/haiku-buildtools/gcc/libstdc++-v3/include/
H A DMakefile.am825 ${parallel_srcdir}/unique_copy.h \
H A DMakefile.in1107 ${parallel_srcdir}/unique_copy.h \

Completed in 176 milliseconds