Searched refs:remove_if (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/remove_if/requirements/explicit_instantiation/
H A D2.cc35 template iterator_type remove_if(iterator_type, iterator_type,
H A Dpod.cc34 template iterator_type remove_if(iterator_type, iterator_type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/remove_if/
H A Dcheck_type.cc43 { return std::remove_if(begin, end, pred_fn); }
48 { return std::remove_if(begin, end, pred_obj()); }
H A D1.cc37 VERIFY(std::remove_if(con.begin(), con.end(), equal1).ptr == array);
45 VERIFY(std::remove_if(con.begin(), con.end(), equal0).ptr == array + 1);
46 VERIFY(std::remove_if(con.begin(), con.end(), equal1).ptr == array);
54 VERIFY(std::remove_if(con.begin(), con.end(), equal1).ptr == array + 4);
H A Dmoveable.cc45 VERIFY(std::remove_if(con.begin(), con.end(), equal0).ptr == array + 1);
46 VERIFY(std::remove_if(con.begin(), con.end(), equal1).ptr == array);
56 VERIFY(std::remove_if(con.begin(), con.end(), equal1).ptr == array + 4);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A D3.cc30 // remove_if
36 fl.remove_if(std::bind2nd(std::less<int>(),5));
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h55 using __STD::remove_if;
H A Dstl_list.h505 template <class _Predicate> void remove_if(_Predicate);
754 void list<_Tp, _Alloc>::remove_if(_Predicate __pred) function in class:list
H A Dstl_slist.h671 void remove_if(_Predicate __pred);
863 void slist<_Tp,_Alloc>::remove_if(_Predicate __pred) function in class:slist
H A Dstl_algo.h516 // remove, remove_if, remove_copy, remove_copy_if
550 _ForwardIter remove_if(_ForwardIter __first, _ForwardIter __last, function
/haiku-buildtools/legacy/gcc/libstdc++/tests/
H A Dtlist.cc124 g.remove_if (is_odd);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc204 remove_if(_FIter, _FIter, _Predicate);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A D20100727.C740 template < typename _Predicate > void remove_if (_Predicate);
H A Dpr46567.C2241 remove_if(_Predicate);
2585 remove_if(_Predicate __pred) function in class:std::list
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h103 remove_if
503 remove_if(_FIter, _FIter, _Predicate);
H A Dstl_list.h1564 remove_if(_Predicate);
H A Dforward_list.h1127 remove_if(_Pred __pred);
H A Dstl_algo.h918 * remove_if() is stable, so the relative order of elements that are
926 remove_if(_ForwardIterator __first, _ForwardIterator __last, function

Completed in 127 milliseconds