| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 247 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 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 | 247 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 D | MapVector.h | 226 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 D | PriorityWorklist.h | 195 remove_if(V, TestAndEraseFromMap<UnaryPredicate>(P, M)); in erase_if()
|
| H A D | SmallPtrSet.h | 424 bool remove_if(UnaryPredicate P) { in remove_if() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Analysis.h | 206 PreservedIDs.remove_if( in intersect() 227 PreservedIDs.remove_if( in intersect()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
| /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 | 77 inline constexpr auto remove_if = __remove_if{};
|
| /freebsd/contrib/llvm-project/libcxx/include/__vector/ |
| H A D | erase.h | 40 __c.erase(std::remove_if(__c.begin(), __c.end(), __pred), __c.end()); in erase_if()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Diagnostics.cpp | |
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 263 I->Imports.remove_if(IsVictim); in removeModules() 264 I->ImportedBy.remove_if(IsVictim); in removeModules()
|
| H A D | MultiOnDiskHashTable.h | 137 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
|
| /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 | 233 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 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 | 284 using std::remove_if; 288 using std::ranges::remove_if;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 554 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 D | SVEIntrinsicOpts.cpp | 150 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
|
| H A D | AArch64MachineFunctionInfo.h | 524 LOHRelated.remove_if([&](auto *MI) { return MIs.contains(MI); }); in clearLinkerOptimizationHints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExceptionInfo.cpp | 210 SrcWE->getBlocksSet().remove_if([&](MachineBasicBlock *MBB){ in recalculate()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 306 llvm::remove_if(Args, [&](StringRef S) { in stripPositionalArgs()
|
| /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()
|