Home
last modified time | relevance | path

Searched refs:remove_if (Results 1 – 25 of 115) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp270 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 DSetVector.h199 bool remove_if(UnaryPredicate P) { in remove_if() function
201 llvm::remove_if(vector_, TestAndEraseFromSet<UnaryPredicate>(P, set_)); in remove_if()
H A DMapVector.h204 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 DPriorityWorklist.h196 remove_if(V, TestAndEraseFromMap<UnaryPredicate>(P, M)); in erase_if()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstring52 # include <bits/stl_algo.h> // For remove and remove_if
129 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
H A Ddeque62 # include <bits/stl_algo.h> // For remove and remove_if
101 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
H A Dvector62 # include <bits/stl_algo.h> // For remove and remove_if
111 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
H A Dforward_list70 { return __cont.remove_if(__pred); }
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DFileIndexRecord.cpp55 std::remove_if(Decls.begin(), Decls.end(), [](const DeclOccurrence &D) { in removeHeaderGuardMacros()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DJsonSupport.h104 std::remove_if(filename.begin(), filename.end(), [](auto Char) {
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dlist51 { __cont.remove_if(__pred); }
H A Dforward_list51 { __cont.remove_if(__pred); }
H A Dvector55 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
H A Ddeque53 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
H A Dstring54 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dlist51 { __cont.remove_if(__pred); }
H A Dforward_list51 { __cont.remove_if(__pred); }
H A Dvector55 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
H A Ddeque53 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
H A Dstring54 __cont.erase(std::remove_if(__cont.begin(), __cont.end(), __pred),
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCommand.h121 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h349 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 Dforward_list70 { return __cont.remove_if(__pred); }
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp330 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 DLoopLoadElimination.cpp225 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences()
292 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()

12345