| /openbsd/src/gnu/llvm/lldb/source/Breakpoint/ |
| 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/llvm/include/llvm/ADT/ |
| 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()
|
| 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
|
| D | PriorityWorklist.h | 195 remove_if(V, TestAndEraseFromMap<UnaryPredicate>(P, M)); in erase_if()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| D | algo.h | 86 using std::remove_if;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/backward/ |
| D | algo.h | 86 using std::remove_if;
|
| /openbsd/src/gnu/llvm/clang/lib/Serialization/ |
| D | ModuleManager.cpp | 270 I->Imports.remove_if(IsVictim); in removeModules() 271 I->ImportedBy.remove_if(IsVictim); in removeModules()
|
| D | MultiOnDiskHashTable.h | 139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| D | FuzzerCommand.h | 120 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| 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/ |
| D | LoopLoadElimination.cpp | 225 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &C) { in findStoreToLoadDependences() 292 Candidates.remove_if([&](const StoreToLoadForwardingCandidate &Cand) { in removeDependencesFromMultipleStores()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | list.tcc | 286 remove_if(_Predicate __pred) in remove_if() function in std::list
|
| D | stl_list.h | 965 remove_if(_Predicate);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | list.tcc | 309 remove_if(_Predicate __pred) in remove_if() function in list
|
| D | stl_list.h | 1010 remove_if(_Predicate);
|
| /openbsd/src/gnu/llvm/lldb/source/DataFormatters/ |
| D | TypeCategoryMap.cpp | 87 m_active_categories.remove_if(delete_matching_categories(category)); in Disable()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | SVEIntrinsicOpts.cpp | 152 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/ |
| D | CompilationDatabase.cpp | 310 llvm::remove_if(Args, [&](StringRef S) { in stripPositionalArgs()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonGenPredicate.cpp | 529 PUsers.remove_if(Done); in runOnMachineFunction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| 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/ |
| D | CXXInheritance.cpp | 329 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
|
| /openbsd/src/gnu/llvm/libcxx/docs/ |
| D | UsingLibcxx.rst | 412 * ``remove_if`` 450 * ``ranges::remove_if``
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | HotColdSplitting.cpp | 558 auto RegionStartIt = remove_if(Blocks, [&](const BlockTy &Block) { in takeSingleEntrySubRegion()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | forward_list | 125 size_type remove_if(Predicate pred); // void before C++20 846 template <class _Predicate> __remove_return_type remove_if(_Predicate __pred); 1533 forward_list<_Tp, _Alloc>::remove_if(_Predicate __pred) 1769 return __c.remove_if(__pred);
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Metadata.cpp | 1025 MDs.remove_if([&](Metadata *MD) { return !BSet.count(MD); }); in intersect() 1414 Info.remove_if([&KnownSet](const MDAttachments::Attachment &I) { in dropUnknownNonDebugMetadata()
|