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

References

tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  196     if (Escaped.count(V))
  221         os << "Value stored to '" << *V
  224         ASTContext &ACtx = V->getASTContext();
  226           if (V->getInit()->HasSideEffects(ACtx,
  234                   V->getTypeSourceInfo()->getTypeLoc().getEndLoc(),
  237               Lexer::getLocForEndOfToken(V->getInit()->getEndLoc(), 1, SM, LO);
  248         os << "Value stored to '" << *V << "' is never read";
  256         os << "Although the value stored to '" << *V
  259            << *V << "'";