| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 270 I->Imports.remove_if(IsVictim); in removeModules() 271 I->ImportedBy.remove_if(IsVictim); in removeModules() 273 Roots.erase(std::remove_if(Roots.begin(), Roots.end(), IsVictim), in removeModules()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 199 bool remove_if(UnaryPredicate P) { in remove_if() function 201 llvm::remove_if(vector_, TestAndEraseFromSet<UnaryPredicate>(P, set_)); in remove_if()
|
| H A D | MapVector.h | 204 template <class Predicate> void remove_if(Predicate Pred); 209 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
| H A D | PriorityWorklist.h | 196 remove_if(V, TestAndEraseFromMap<UnaryPredicate>(P, M)); in erase_if()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | string | 52 # include <bits/stl_algo.h> // For remove and remove_if 129 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| H A D | deque | 62 # include <bits/stl_algo.h> // For remove and remove_if 101 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| H A D | vector | 62 # include <bits/stl_algo.h> // For remove and remove_if 111 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| H A D | forward_list | 70 { return __cont.remove_if(__pred); }
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 55 std::remove_if(Decls.begin(), Decls.end(), [](const DeclOccurrence &D) { in removeHeaderGuardMacros()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | JsonSupport.h | 104 std::remove_if(filename.begin(), filename.end(), [](auto Char) {
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
| H A D | list | 51 { __cont.remove_if(__pred); }
|
| H A D | forward_list | 51 { __cont.remove_if(__pred); }
|
| H A D | vector | 55 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| H A D | deque | 53 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| H A D | string | 54 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
| H A D | list | 51 { __cont.remove_if(__pred); }
|
| H A D | forward_list | 51 { __cont.remove_if(__pred); }
|
| H A D | vector | 55 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| H A D | deque | 53 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| H A D | string | 54 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerCommand.h | 121 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 349 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function 350 return Nodes.remove_if(P); in remove_if()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | forward_list | 70 { return __cont.remove_if(__pred); }
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 330 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases() 675 std::remove_if(Overriding.begin(), Overriding.end(), IsHidden), in getFinalOverriders()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 225 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences() 292 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()
|