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

References

tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  220         BugType = "Dead initialization";
  244         BugType = "Dead increment";
  247         if (!BugType) BugType = "Dead assignment";
  247         if (!BugType) BugType = "Dead assignment";
  255         BugType = "Dead nested assignment";
  263     BR.EmitBasicReport(AC->getDecl(), Checker, BugType, "Dead store", os.str(),