Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointResolver.cpp235 worklist_end = std::remove_if( in SetSCMatchesByLine()
246 worklist_end = std::remove_if( in SetSCMatchesByLine()
255 worklist_end = std::remove_if(worklist_begin, worklist_end, in SetSCMatchesByLine()
276 std::remove_if(std::next(first), worklist_end, in SetSCMatchesByLine()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DSetVector.h192 bool remove_if(UnaryPredicate P) { in remove_if() function
194 llvm::remove_if(vector_, TestAndEraseFromSet<UnaryPredicate>(P, set_)); in remove_if()
DMapVector.h205 template <class Predicate> void remove_if(Predicate Pred);
210 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
DPriorityWorklist.h195 remove_if(V, TestAndEraseFromMap<UnaryPredicate>(P, M)); in erase_if()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/
Dalgo.h86 using std::remove_if;
/openbsd/src/gnu/gcc/libstdc++-v3/include/backward/
Dalgo.h86 using std::remove_if;
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DModuleManager.cpp270 I->Imports.remove_if(IsVictim); in removeModules()
271 I->ImportedBy.remove_if(IsVictim); in removeModules()
DMultiOnDiskHashTable.h139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerCommand.h120 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachinePipeliner.h360 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
361 return Nodes.remove_if(P); in remove_if()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp225 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences()
292 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dlist.tcc286 remove_if(_Predicate __pred) in remove_if() function in std::list
Dstl_list.h965 remove_if(_Predicate);
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlist.tcc309 remove_if(_Predicate __pred) in remove_if() function in list
Dstl_list.h1010 remove_if(_Predicate);
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DTypeCategoryMap.cpp87 m_active_categories.remove_if(delete_matching_categories(category)); in Disable()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DSVEIntrinsicOpts.cpp152 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
/openbsd/src/gnu/llvm/clang/lib/Tooling/
DCompilationDatabase.cpp310 llvm::remove_if(Args, [&](StringRef S) { in stripPositionalArgs()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonGenPredicate.cpp529 PUsers.remove_if(Done); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIFixSGPRCopies.cpp957 Info->Siblings.remove_if([&](unsigned ID) { return ID == Info->ID; }); in needToBeConvertedToVALU()
1010 SI.Siblings.remove_if([&](unsigned ID) { return ID == C.ID; }); in lowerVGPR2SGPRCopies()
/openbsd/src/gnu/llvm/clang/lib/AST/
DCXXInheritance.cpp329 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
/openbsd/src/gnu/llvm/libcxx/docs/
DUsingLibcxx.rst412 * ``remove_if``
450 * ``ranges::remove_if``
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp558 auto RegionStartIt = remove_if(Blocks, [&](const BlockTy &Block) { in takeSingleEntrySubRegion()
/openbsd/src/gnu/llvm/libcxx/include/
Dforward_list125 size_type remove_if(Predicate pred); // void before C++20
846 template <class _Predicate> __remove_return_type remove_if(_Predicate __pred);
1533 forward_list<_Tp, _Alloc>::remove_if(_Predicate __pred)
1769 return __c.remove_if(__pred);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DMetadata.cpp1025 MDs.remove_if([&](Metadata *MD) { return !BSet.count(MD); }); in intersect()
1414 Info.remove_if([&KnownSet](const MDAttachments::Attachment &I) { in dropUnknownNonDebugMetadata()

123