Searched defs:remove_if (Results 1 – 8 of 8) sorted by relevance
/llvm-project/libcxx/include/__algorithm/ |
H A D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | MapVectorTest.cpp | 216 TEST(MapVectorTest, remove_if) { in TEST() argument 373 TEST(SmallMapVectorSmallTest, remove_if) { in TEST() argument 491 TEST(SmallMapVectorLargeTest, remove_if) { in TEST() argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 229 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
H A D | SetVector.h | 237 bool remove_if(UnaryPredicate P) { in remove_if() function
|
H A D | SmallPtrSet.h | 378 bool remove_if(UnaryPredicate P) { remove_if() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePipeliner.h | 366 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { remove_if() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 277 template <typename PredFn> void remove_if(PredFn &&Pred) { remove_if() function
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 458 remove_if(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _UnaryPredi… in remove_if() function
|