reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  516     remove_if(_FIter, _FIter, _Predicate);

References

include/llvm/ADT/STLExtras.h
 1206   return std::remove_if(adl_begin(Range), adl_end(Range), P);
lib/IR/Metadata.cpp
 1168   auto I = std::remove_if(Attachments.begin(), Attachments.end(),
lib/Target/AArch64/AArch64ISelLowering.cpp
 3931         CSInfo.erase(std::remove_if(CSInfo.begin(), CSInfo.end(),
lib/Target/AArch64/AArch64InstrInfo.cpp
 5087     RepeatedSequenceLocs.erase(std::remove_if(RepeatedSequenceLocs.begin(),
lib/Transforms/IPO/Inliner.cpp
 1121               std::remove_if(Calls.begin() + i + 1, Calls.end(),
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  953         Selects.erase(std::remove_if(Selects.begin(), Selects.end(),
tools/clang/include/clang/AST/DeclBase.h
  517     Vec.erase(std::remove_if(Vec.begin(), Vec.end(), isa<T, Attr*>), Vec.end());
tools/clang/include/clang/AST/DeclContextInternals.h
  133       Vec.erase(std::remove_if(Vec.begin(), Vec.end(),
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  243     Bindings.erase(std::remove_if(Bindings.begin(), Bindings.end(), Predicate),
tools/clang/include/clang/Analysis/CloneDetection.h
  239         std::remove_if(CloneGroups.begin(), CloneGroups.end(), Filter),
tools/clang/lib/AST/ASTContext.cpp
 8305       std::remove_if(IntersectionSet.begin(),
tools/clang/lib/AST/CXXInheritance.cpp
  762           std::remove_if(Overriding.begin(), Overriding.end(), IsHidden),
tools/clang/lib/AST/CommentSema.cpp
  237         std::remove_if(ArgLower.begin(), ArgLower.end(), clang::isWhitespace),
tools/clang/lib/AST/ExprConstant.cpp
 1033           std::remove_if(CleanupStack.begin(), CleanupStack.end(),
 1327             std::remove_if(NewEnd, Info.CleanupStack.end(),
tools/clang/lib/AST/ExternalASTMerger.cpp
  429       std::remove_if(Importers.begin(), Importers.end(),
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2974     Features.erase(std::remove_if(
tools/clang/lib/Driver/Multilib.cpp
  302   Ms.erase(std::remove_if(Ms.begin(), Ms.end(), F), Ms.end());
tools/clang/lib/Frontend/ASTUnit.cpp
 1074       std::remove_if(StoredDiags.begin(), StoredDiags.end(), isNonDriverDiag),
tools/clang/lib/Frontend/CompilerInstance.cpp
 1062       std::remove_if(PPOpts.Macros.begin(), PPOpts.Macros.end(),
tools/clang/lib/Lex/PPMacroExpansion.cpp
  155     LeafMacros.erase(std::remove_if(LeafMacros.begin(), LeafMacros.end(),
tools/clang/lib/Sema/Sema.cpp
 1000       std::remove_if(UnusedFileScopedDecls.begin(nullptr, true),
tools/clang/lib/Serialization/ModuleManager.cpp
  246   Roots.erase(std::remove_if(Roots.begin(), Roots.end(), IsVictim),
tools/clang/lib/Serialization/MultiOnDiskHashTable.h
  139     Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(),
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  156       toScanFor.erase(std::remove_if(toScanFor.begin(), toScanFor.end(), P),
tools/clang/lib/Tooling/CompilationDatabase.cpp
  297   Args.erase(std::remove_if(Args.begin(), Args.end(), FilterUnusedFlags()),
  328   std::vector<const char *>::iterator End = std::remove_if(
  332   End = std::remove_if(Args.begin(), End, MatchesAny(DiagClient.UnusedInputs));
tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
   77   s.erase(std::remove_if(s.begin(), s.end(),
tools/lld/COFF/Writer.cpp
 1042       std::remove_if(outputSections.begin(), outputSections.end(), isUnused),
 1051       std::remove_if(outputSections.begin(), outputSections.end(), isEmpty),
tools/lld/include/lld/Core/Simple.h
   79     auto newEnd = std::remove_if(atoms.begin(), atoms.end(),
tools/lld/lib/Core/Resolver.cpp
  383   _atoms.erase(std::remove_if(_atoms.begin(), _atoms.end(),
  400         std::remove_if(undefinedAtoms.begin(), undefinedAtoms.end(),
  444   _atoms.erase(std::remove_if(_atoms.begin(), _atoms.end(),
tools/lldb/source/Breakpoint/BreakpointList.cpp
  103       std::remove_if(m_breakpoints.begin(), m_breakpoints.end(),
tools/lldb/source/Breakpoint/BreakpointResolver.cpp
  235       worklist_end = std::remove_if(
  246         worklist_end = std::remove_if(
  255       worklist_end = std::remove_if(worklist_begin, worklist_end,
  276           std::remove_if(std::next(first), worklist_end,
tools/llvm-cov/CodeCoverage.cpp
  432   UncoveredFilesIt = std::remove_if(
tools/llvm-objcopy/COFF/Object.cpp
   42       std::remove_if(std::begin(Symbols), std::end(Symbols),
   95         std::remove_if(std::begin(Sections), std::end(Sections),
  106         std::remove_if(
tools/llvm-objcopy/ELF/Object.cpp
  702       std::remove_if(std::begin(Symbols) + 1, std::end(Symbols),
tools/llvm-objcopy/MachO/Object.cpp
   15     LC.Sections.erase(std::remove_if(std::begin(LC.Sections),
tools/polly/lib/Analysis/ScopInfo.cpp
 1333   MemAccs.erase(std::remove_if(MemAccs.begin(), MemAccs.end(), Predicate),
unittests/Analysis/DomTreeUpdaterTest.cpp
  380         std::remove_if(BasicBlocks.begin(), BasicBlocks.end(),