Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dremove_if.h27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dremove_if.h27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h231 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
H A DSetVector.h247 bool remove_if(UnaryPredicate P) { in remove_if() function
H A DSmallPtrSet.h424 bool remove_if(UnaryPredicate P) { in remove_if() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h554 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h294 template <typename PredFn> void remove_if(PredFn &&Pred) { in remove_if() function
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_impl.h