Searched refs:remove_copy_if (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/requirements/explicit_instantiation/
H A Dpod.cc34 template iterator_type remove_copy_if(iterator_type, iterator_type,
H A D2.cc35 template iterator_type remove_copy_if(iterator_type, iterator_type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/
H A Dcheck_type.cc52 { return std::remove_copy_if(begin, end, output, pred_function); }
58 { return std::remove_copy_if(begin, end, output, pred_obj()); }
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h57 using __STD::remove_copy_if;
H A Dstl_algo.h516 // remove, remove_if, remove_copy, remove_copy_if
530 _OutputIter remove_copy_if(_InputIter __first, _InputIter __last, function
555 : remove_copy_if(++__i, __last, __first, __pred);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc212 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h102 remove_copy_if
511 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
H A Dstl_algo.h694 * remove_copy_if() is stable, so the relative order of elements that are
700 remove_copy_if(_InputIterator __first, _InputIterator __last, function

Completed in 121 milliseconds