Home
last modified time | relevance | path

Searched defs:remove_if (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dremove_if.h24 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in remove_if() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DMapVector.h210 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
H A DSetVector.h192 bool remove_if(UnaryPredicate P) { in remove_if() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dlist.tcc309 remove_if(_Predicate __pred) in remove_if() function in list
H A Dstl_algo.h1288 remove_if(_ForwardIterator __first, _ForwardIterator __last, in remove_if() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlist.tcc286 remove_if(_Predicate __pred) in remove_if() function in std::list
H A Dstl_algo.h1077 remove_if(_ForwardIter __first, _ForwardIter __last, in remove_if() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h360 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h274 template <typename PredFn> void remove_if(PredFn &&Pred) { in remove_if() function