Searched refs:replace_copy (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/replace_copy/requirements/explicit_instantiation/
H A D2.cc33 template iterator_type replace_copy(iterator_type, iterator_type,
H A Dpod.cc33 template iterator_type replace_copy(iterator_type, iterator_type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/replace_copy/
H A Dcheck_type.cc18 // 25.2.4 replace_copy
53 return std::replace_copy(begin, end, output, old_val,
H A D1.cc18 // 25.2.4 replace_copy
38 VERIFY(std::replace_copy(in_con.begin(), in_con.end(),
48 VERIFY(std::replace_copy(in_con.begin(), in_con.end(),
59 VERIFY(std::replace_copy(in_con.begin(), in_con.end(),
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr50464.C147 replace_copy(_InputIterator __first, _InputIterator __last, function
167 replace_copy(
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h50 using __STD::replace_copy;
H A Dstl_algo.h465 // replace, replace_if, replace_copy, replace_copy_if
484 _OutputIter replace_copy(_InputIter __first, _InputIter __last, function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc176 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h105 replace_copy
517 replace_copy(_IIter, _IIter, _OIter, const _Tp&, const _Tp&);
H A Dstl_algo.h3135 replace_copy(_InputIterator __first, _InputIterator __last, function

Completed in 87 milliseconds