Searched refs:replace_copy_if (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/requirements/explicit_instantiation/
H A D2.cc35 template iterator_type replace_copy_if(iterator_type, iterator_type,
H A Dpod.cc34 template iterator_type replace_copy_if(iterator_type, iterator_type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/
H A Dcheck_type.cc18 // 25.2.4 replace_copy_if
53 return std::replace_copy_if(begin, end, output, predicate,
H A D1.cc18 // 25.2.4 replace_copy_if
42 VERIFY(std::replace_copy_if(in_con.begin(), in_con.end(),
52 VERIFY(std::replace_copy_if(in_con.begin(), in_con.end(),
63 VERIFY(std::replace_copy_if(in_con.begin(), in_con.end(),
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h51 using __STD::replace_copy_if;
H A Dstl_algo.h465 // replace, replace_if, replace_copy, replace_copy_if
493 _OutputIter replace_copy_if(Iterator __first, Iterator __last, function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc180 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h106 replace_copy_if
521 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
H A Dstl_algo.h3170 replace_copy_if(_InputIterator __first, _InputIterator __last, function

Completed in 265 milliseconds