| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 235 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 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()
|
| H A D | MapVector.h | 224 template <class Predicate> void remove_if(Predicate Pred); 229 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()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 259 I->Imports.remove_if(IsVictim); in removeModules() 260 I->ImportedBy.remove_if(IsVictim); in removeModules()
|
| H A D | MultiOnDiskHashTable.h | 139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 232 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences() 299 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()
|
| H A D | LoopDistribute.cpp | 403 PartitionContainer.remove_if( in mergeToAvoidDuplicatedLoads()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 361 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function 362 return Nodes.remove_if(P); in remove_if()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 87 m_active_categories.remove_if(delete_matching_categories(category)); in Disable()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 283 using std::remove_if; 287 using std::ranges::remove_if;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 152 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 312 llvm::remove_if(Args, [&](StringRef S) { in stripPositionalArgs()
|
| /freebsd-14.2/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()
|
| H A D | fdt.cc | 1109 children.erase(std::remove_if(children.begin(), children.end(), in merge_node() 1124 props.erase(std::remove_if(props.begin(), props.end(), in merge_node()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 445 std::remove_if(Calls.begin() + I + 1, Calls.end(), in run()
|
| H A D | HotColdSplitting.cpp | 599 auto RegionStartIt = remove_if(Blocks, [&](const BlockTy &Block) { in takeSingleEntrySubRegion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenPredicate.cpp | 529 PUsers.remove_if(Done); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 981 Info->Siblings.remove_if([&](unsigned ID) { return ID == Info->ID; }); in needToBeConvertedToVALU() 1038 SI.Siblings.remove_if([&](unsigned ID) { return ID == C.ID; }); in lowerVGPR2SGPRCopies()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 330 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | forward_list | 133 size_type remove_if(Predicate pred); // void before C++20 854 _LIBCPP_HIDE_FROM_ABI __remove_return_type remove_if(_Predicate __pred); 1357 typename forward_list<_Tp, _Alloc>::__remove_return_type forward_list<_Tp, _Alloc>::remove_if(_Pred… 1556 return __c.remove_if(__pred);
|
| H A D | list | 144 size_type remove_if(Pred pred); // void before C++20 905 _LIBCPP_HIDE_FROM_ABI __remove_return_type remove_if(_Pred __pred); 1514 typename list<_Tp, _Alloc>::__remove_return_type list<_Tp, _Alloc>::remove_if(_Pred __pred) { 1720 return __c.remove_if(__pred);
|