Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSetOperations.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()
HDSetVector.h237 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()
HDMapVector.h224 template <class Predicate> void remove_if(Predicate Pred);
229 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
HDPriorityWorklist.h195 remove_if(V, TestAndEraseFromMap<UnaryPredicate>(P, M)); in erase_if()
HDSmallPtrSet.h378 bool remove_if(UnaryPredicate P) { in remove_if() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolver.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-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAnalysis.h195 PreservedIDs.remove_if( in intersect()
216 PreservedIDs.remove_if( in intersect()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__algorithm/
HDremove_if.h27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
HDranges_remove_if.h79 inline constexpr auto remove_if = __remove_if::__fn{};
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDModuleManager.cpp259 I->Imports.remove_if(IsVictim); in removeModules()
260 I->ImportedBy.remove_if(IsVictim); in removeModules()
HDMultiOnDiskHashTable.h139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerCommand.h121 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopLoadElimination.cpp235 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences()
302 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachinePipeliner.h366 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
367 return Nodes.remove_if(P); in remove_if()
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDTypeCategoryMap.cpp99 m_active_categories.remove_if(delete_matching_categories(category)); in Disable()
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDalgorithm.inc282 using std::remove_if;
286 using std::ranges::remove_if;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyExceptionInfo.cpp211 SrcWE->getBlocksSet().remove_if([&](MachineBasicBlock *MBB){ in recalculate()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDSVEIntrinsicOpts.cpp153 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
HDCompilationDatabase.cpp312 llvm::remove_if(Args, [&](StringRef S) { in stripPositionalArgs()
/freebsd-13-stable/usr.bin/dtc/
HDfdt.hh668 children.erase(std::remove_if(children.begin(), children.end(), predicate), children.end()); in delete_children_if()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDInliner.cpp454 std::remove_if(Calls.begin() + I + 1, Calls.end(), in run()
HDHotColdSplitting.cpp617 auto RegionStartIt = remove_if(Blocks, [&](const BlockTy &Block) { in takeSingleEntrySubRegion()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonGenPredicate.cpp529 PUsers.remove_if(Done); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIFixSGPRCopies.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-13-stable/contrib/llvm-project/clang/lib/AST/
HDCXXInheritance.cpp330 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()

123