Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A 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/libcxx/include/__algorithm/
H A Dremove_if.h24 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in remove_if() function
H A Dranges_remove_if.h77 inline constexpr auto remove_if = __remove_if::__fn{};
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSetVector.h192 bool remove_if(UnaryPredicate P) { in remove_if() function
194 llvm::remove_if(vector_, TestAndEraseFromSet<UnaryPredicate>(P, set_)); in remove_if()
H A 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
H A DPriorityWorklist.h195 remove_if(V, TestAndEraseFromMap<UnaryPredicate>(P, M)); in erase_if()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dalgo.h86 using std::remove_if;
/openbsd-src/gnu/gcc/libstdc++-v3/include/backward/
H A Dalgo.h86 using std::remove_if;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp270 I->Imports.remove_if(IsVictim); in removeModules()
271 I->ImportedBy.remove_if(IsVictim); in removeModules()
H A DMultiOnDiskHashTable.h139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h120 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A 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/
H A DLoopLoadElimination.cpp225 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences()
292 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp87 m_active_categories.remove_if(delete_matching_categories(category)); in Disable()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp152 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dlist.tcc309 remove_if(_Predicate __pred) in remove_if() function in list
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlist.tcc286 remove_if(_Predicate __pred) in remove_if() function in std::list
H A Dstl_list.h965 remove_if(_Predicate);
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DCompilationDatabase.cpp310 llvm::remove_if(Args, [&](StringRef S) { in stripPositionalArgs()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp218 Prefix.erase(std::remove_if(Prefix.begin(), Prefix.end(), ::isspace), in generateName()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp529 PUsers.remove_if(Done); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A 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/
H A DCXXInheritance.cpp329 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
/openbsd-src/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst412 * ``remove_if``
450 * ``ranges::remove_if``
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp558 auto RegionStartIt = remove_if(Blocks, [&](const BlockTy &Block) { in takeSingleEntrySubRegion()

123