| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
| D | forward_list | 50 { __cont.remove_if(__pred); }
|
| D | deque | 52 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| D | list | 50 { __cont.remove_if(__pred); }
|
| D | vector | 54 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| D | string | 53 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | list.tcc | 393 remove_if(_Predicate __pred) in remove_if() function in std::list
|
| D | forward_list.tcc | 321 remove_if(_Pred __pred) in remove_if() function in std::forward_list
|
| D | forward_list.h | 1119 remove_if(_Pred __pred); in _GLIBCXX_VISIBILITY()
|
| D | stl_list.h | 1339 remove_if(_Predicate); in _GLIBCXX_VISIBILITY()
|
| D | algorithmfwd.h | 489 remove_if(_FIter, _FIter, _Predicate); in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | forward_list.tcc | 312 remove_if(_Pred __pred) in remove_if() function in std::forward_list
|
| D | list.tcc | 515 remove_if(_Predicate __pred) in remove_if() function in std::list
|
| D | algorithmfwd.h | 516 remove_if(_FIter, _FIter, _Predicate); in _GLIBCXX_VISIBILITY()
|
| D | forward_list.h | 1186 remove_if(_Pred __pred); in _GLIBCXX_VISIBILITY()
|
| D | stl_list.h | 1704 remove_if(_Predicate); in _GLIBCXX_VISIBILITY()
|
| D | stl_algo.h | 929 remove_if(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| D | slist | 712 remove_if(_Predicate __pred); 942 void slist<_Tp, _Alloc>::remove_if(_Predicate __pred)
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| D | slist | 711 remove_if(_Predicate __pred); 941 void slist<_Tp, _Alloc>::remove_if(_Predicate __pred)
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/ |
| D | list | 467 remove_if(_Predicate __pred)
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/ |
| D | list | 496 remove_if(_Predicate __pred)
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
| D | list | 578 remove_if(_Predicate __pred)
|
| D | forward_list | 513 remove_if(_Pred __pred)
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
| D | forward_list | 672 remove_if(_Pred __pred)
|
| D | list | 658 remove_if(_Predicate __pred)
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcov.c | 1168 functions.erase (remove_if (functions.begin (), functions.end (), in process_all_functions()
|