Searched defs:remove_if (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | remove_if.h | 24 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in remove_if() function
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | MapVectorTest.cpp | 105 TEST(MapVectorTest, remove_if) { in TEST() argument 262 TEST(SmallMapVectorSmallTest, remove_if) { in TEST() argument 380 TEST(SmallMapVectorLargeTest, remove_if) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | MapVector.h | 210 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
| H A D | SetVector.h | 199 bool remove_if(UnaryPredicate P) { in remove_if() function
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 358 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 269 template <typename PredFn> void remove_if(PredFn &&Pred) { in remove_if() function
|
| /llvm-project-15.0.7/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
|