/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetOperations.h | 25 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 D | SetVector.h | 229 /// 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 D | MapVector.h | 192 /// 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 D | PriorityWorklist.h | 195 remove_if(V, TestAndEraseFromMap<UnaryPredicate>(P, M)); in erase_if()
|
H A D | SmallPtrSet.h | 378 bool remove_if(UnaryPredicate P) { in remove_if() function
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolver.cpp | 244 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 D | Analysis.h | 195 PreservedIDs.remove_if( in intersect() 216 PreservedIDs.remove_if( in intersect()
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
H A D | ranges_remove_if.h | 79 inline constexpr auto remove_if = __remove_if::__fn{};
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Diagnostics.cpp |
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCommand.h | 121 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 235 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 D | MachinePipeliner.h | 366 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 D | TypeCategoryMap.cpp | 99 m_active_categories.remove_if(delete_matching_categories(category)); in Disable()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | algorithm.cppm |
|
H A D | algorithm.inc | 282 using std::remove_if; 286 using std::ranges::remove_if;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 153 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 211 SrcWE->getBlocksSet().remove_if([&](MachineBasicBlock *MBB){ in recalculate()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.hh | 668 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 D | LVElement.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 454 std::remove_if(Calls.begin() + I + 1, Calls.end(), in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenPredicate.cpp | 529 PUsers.remove_if(Done); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 979 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 D | CXXInheritance.cpp | 330 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
|