Home
last modified time | relevance | path

Searched refs:remove_if (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
Dforward_list50 { __cont.remove_if(__pred); }
Ddeque52 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
Dlist50 { __cont.remove_if(__pred); }
Dvector54 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
Dstring53 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dlist.tcc393 remove_if(_Predicate __pred) in remove_if() function in std::list
Dforward_list.tcc321 remove_if(_Pred __pred) in remove_if() function in std::forward_list
Dforward_list.h1119 remove_if(_Pred __pred); in _GLIBCXX_VISIBILITY()
Dstl_list.h1339 remove_if(_Predicate); in _GLIBCXX_VISIBILITY()
Dalgorithmfwd.h489 remove_if(_FIter, _FIter, _Predicate); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dforward_list.tcc312 remove_if(_Pred __pred) in remove_if() function in std::forward_list
Dlist.tcc515 remove_if(_Predicate __pred) in remove_if() function in std::list
Dalgorithmfwd.h516 remove_if(_FIter, _FIter, _Predicate); in _GLIBCXX_VISIBILITY()
Dforward_list.h1186 remove_if(_Pred __pred); in _GLIBCXX_VISIBILITY()
Dstl_list.h1704 remove_if(_Predicate); in _GLIBCXX_VISIBILITY()
Dstl_algo.h929 remove_if(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Dslist712 remove_if(_Predicate __pred);
942 void slist<_Tp, _Alloc>::remove_if(_Predicate __pred)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Dslist711 remove_if(_Predicate __pred);
941 void slist<_Tp, _Alloc>::remove_if(_Predicate __pred)
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
Dlist467 remove_if(_Predicate __pred)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/
Dlist496 remove_if(_Predicate __pred)
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
Dlist578 remove_if(_Predicate __pred)
Dforward_list513 remove_if(_Pred __pred)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
Dforward_list672 remove_if(_Pred __pred)
Dlist658 remove_if(_Predicate __pred)
/dragonfly/contrib/gcc-8.0/gcc/
HDgcov.c1168 functions.erase (remove_if (functions.begin (), functions.end (), in process_all_functions()

12