Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp247 worklist_end = std::remove_if( in SetSCMatchesByLine()
258 worklist_end = std::remove_if( in SetSCMatchesByLine()
267 worklist_end = std::remove_if(worklist_begin, worklist_end, in SetSCMatchesByLine()
288 std::remove_if(std::next(first), worklist_end, in SetSCMatchesByLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h25 decltype(std::declval<Set>().remove_if(std::declval<Fn>()));
61 S1.remove_if(Pred); in set_intersect()
115 S1.remove_if(Pred); in set_subtract()
H A DSetVector.h247 bool remove_if(UnaryPredicate P) { in remove_if() function
251 return llvm::remove_if(vector_, P); in remove_if()
253 return llvm::remove_if(vector_, in remove_if()
H A DMapVector.h226 template <class Predicate> void remove_if(Predicate Pred);
231 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()
H A DSmallPtrSet.h424 bool remove_if(UnaryPredicate P) { in remove_if() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h206 PreservedIDs.remove_if( in intersect()
227 PreservedIDs.remove_if( in intersect()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dremove_if.h27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dremove_if.h27 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{};
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Derase.h40 __c.erase(std::remove_if(__c.begin(), __c.end(), __pred), __c.end()); in erase_if()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp263 I->Imports.remove_if(IsVictim); in removeModules()
264 I->ImportedBy.remove_if(IsVictim); in removeModules()
H A DMultiOnDiskHashTable.h137 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h121 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp233 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences()
300 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp99 m_active_categories.remove_if(delete_matching_categories(category)); in Disable()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc284 using std::remove_if;
288 using std::ranges::remove_if;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h554 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
555 return Nodes.remove_if(P); in remove_if()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp150 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
H A DAArch64MachineFunctionInfo.h524 LOHRelated.remove_if([&](auto *MI) { return MIs.contains(MI); }); in clearLinkerOptimizationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp210 SrcWE->getBlocksSet().remove_if([&](MachineBasicBlock *MBB){ in recalculate()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp306 llvm::remove_if(Args, [&](StringRef S) { in stripPositionalArgs()
/freebsd/usr.bin/dtc/
H A Dfdt.hh668 children.erase(std::remove_if(children.begin(), children.end(), predicate), children.end()); in delete_children_if()

1234