Home
last modified time | relevance | path

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

123

/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.h229 /// V.erase(remove_if(V, P), V.end());
233 /// algorithm like remove_if impossible to use.
237 bool remove_if(UnaryPredicate P) { in remove_if() function
241 return llvm::remove_if(vector_, P); in remove_if()
243 return llvm::remove_if(vector_, in remove_if()
330 /// A wrapper predicate designed for use with std::remove_if.
332 /// This predicate wraps a predicate suitable for use with std::remove_if to
H A DMapVector.h192 /// usually better to use \a remove_if() if possible. in erase()
224 template <class Predicate> void remove_if(Predicate Pred); in remove_if()
229 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) {
208 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { remove_if() function
H A DPriorityWorklist.h195 remove_if(V, TestAndEraseFromMap<UnaryPredicate>(P, M)); in erase_if()
H A DSmallPtrSet.h378 bool remove_if(UnaryPredicate P) { in remove_if() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp244 worklist_end = std::remove_if( in SetSCMatchesByLine()
255 worklist_end = std::remove_if( in SetSCMatchesByLine()
264 worklist_end = std::remove_if(worklist_begin, worklist_end, in SetSCMatchesByLine()
285 std::remove_if(std::next(first), worklist_end, in SetSCMatchesByLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h195 PreservedIDs.remove_if( in intersect()
216 PreservedIDs.remove_if( in intersect()
/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.h79 inline constexpr auto remove_if = __remove_if::__fn{};
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp
/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.cpp235 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences()
302 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h366 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
367 return Nodes.remove_if(P); in remove_if()
/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.inc282 using std::remove_if;
286 using std::ranges::remove_if;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp153 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp211 SrcWE->getBlocksSet().remove_if([&](MachineBasicBlock *MBB){ in recalculate()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/freebsd/usr.bin/dtc/
H A Dfdt.hh668 children.erase(std::remove_if(children.begin(), children.end(), predicate), children.end()); in delete_children_if()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp454 std::remove_if(Calls.begin() + I + 1, Calls.end(), in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp529 PUsers.remove_if(Done); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp979 Info->Siblings.remove_if([&](unsigned ID) { return ID == Info->ID; }); in needToBeConvertedToVALU()
1036 SI.Siblings.remove_if([&](unsigned ID) { return ID == C.ID; }); in lowerVGPR2SGPRCopies()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp330 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()

123