/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.cpp | 40 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols() 96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections() 104 llvm::erase_if( in removeSections()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 45 template <typename Fn> DeclListNode::Decls *erase_if(Fn ShouldErase) { in erase_if() function 97 erase_if([ND](NamedDecl *D) { return D == ND; }); in erase() 167 erase_if([](NamedDecl *ND) { return ND->isFromASTFile(); }); in removeExternalDecls() 176 DeclListNode::Decls *Tail = erase_if([Decls](NamedDecl *ND) { in replaceExternalDecls()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObject.cpp | 29 llvm::erase_if(Sections, ToRemove); in removeSections()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | deque.cppm |
|
H A D | forward_list.cppm |
|
H A D | list.cppm |
|
H A D | set.cppm |
|
H A D | map.cppm |
|
H A D | unordered_set.cppm |
|
H A D | vector.cppm |
|
H A D | unordered_map.cppm |
|
H A D | flat_set.cppm |
|
H A D | flat_map.cppm |
|
H A D | string.cppm |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineOrder.h | 29 virtual void erase_if(function_ref<bool(T)> Pred) = 0;
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | FileIndexRecord.cpp | 48 llvm::erase_if(Decls, [](const DeclOccurrence &D) { in removeHeaderGuardMacros()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 266 void erase_if(function_ref<bool(T)> Pred) override { in erase_if() function in __anona7cbcc7e0111::PriorityInlineOrder 270 llvm::erase_if(Heap, PredWrapper); in erase_if()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | PriorityWorklist.h | 193 bool erase_if(UnaryPredicate P) { in erase_if() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.h | 107 llvm::erase_if(Instructions, [&Insts](const llvm::MCInst &Inst) { in dropInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ModuleInliner.cpp | 261 Calls->erase_if([&](const std::pair<CallBase *, int> &Call) { in run()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointList.cpp | 106 llvm::erase_if(m_breakpoints,
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | MultilibBuilder.cpp | 185 llvm::erase_if(Multilibs, [&R](const MultilibBuilder &M) { in FilterOut()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 232 llvm::erase_if(CloneGroups, Filter); in filterGroups()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 523 void erase_if(std::map<Ts...> &map, Pred p) in erase_if() function 526 void erase_if(std::map<T, U> &map, Pred p) in erase_if() 538 template <typename Pred, typename T> void erase_if(T &&container, Pred p) { in erase_if() function 539 llvm::erase_if(std::forward<T>(container), p); in erase_if() 913 erase_if(AddrGroups, [](auto &G) { return G.second.size() == 1; }); in createAddressGroups() 915 erase_if(AddrGroups, [&](auto &G) { in createAddressGroups() 969 erase_if(LoadGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createLoadGroups() 973 erase_if(LoadGroups, [](const MoveGroup &G) { return G.IsHvx; }); in createLoadGroups() 1020 erase_if(StoreGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createStoreGroups() 1024 erase_if(StoreGroups, [](const MoveGroup &G) { return G.IsHvx; }); in createStoreGroups() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 221 erase_if(MemGroup.FreeMem, [](FreeMemBlock &FreeMB) { in applyMemoryGroupPermissions()
|