| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
| H A D | remove_if.h | 24 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::__fn{};
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 192 bool remove_if(UnaryPredicate P) { in remove_if() function 194 llvm::remove_if(vector_, TestAndEraseFromSet<UnaryPredicate>(P, set_)); in remove_if()
|
| H A D | MapVector.h | 205 template <class Predicate> void remove_if(Predicate Pred); 210 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()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| H A D | algo.h | 86 using std::remove_if;
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/backward/ |
| H A D | algo.h | 86 using std::remove_if;
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 270 I->Imports.remove_if(IsVictim); in removeModules() 271 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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCommand.h | 120 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 360 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function 361 return Nodes.remove_if(P); in remove_if()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 225 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences() 292 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 87 m_active_categories.remove_if(delete_matching_categories(category)); in Disable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 152 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | list.tcc | 309 remove_if(_Predicate __pred) in remove_if() function in list
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | list.tcc | 286 remove_if(_Predicate __pred) in remove_if() function in std::list
|
| H A D | stl_list.h | 965 remove_if(_Predicate);
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 310 llvm::remove_if(Args, [&](StringRef S) { in stripPositionalArgs()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 218 Prefix.erase(std::remove_if(Prefix.begin(), Prefix.end(), ::isspace), in generateName()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenPredicate.cpp | 529 PUsers.remove_if(Done); in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 957 Info->Siblings.remove_if([&](unsigned ID) { return ID == Info->ID; }); in needToBeConvertedToVALU() 1010 SI.Siblings.remove_if([&](unsigned ID) { return ID == C.ID; }); in lowerVGPR2SGPRCopies()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 329 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | UsingLibcxx.rst | 412 * ``remove_if`` 450 * ``ranges::remove_if``
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 558 auto RegionStartIt = remove_if(Blocks, [&](const BlockTy &Block) { in takeSingleEntrySubRegion()
|