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

References

tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
  111       OS << "The " << (isLeft ? "left" : "right") << " operand of '"
  115         OS << " due to array index out of bounds";
  121         OS << "The result of the "
  130         OS << "The result of the "
  140           OS << "a value that is";
  142           OS << '\'' << I->getZExtValue() << "\', which is";
  144           OS << '\'' << I->getSExtValue() << "\', which is";
  146         OS << " greater or equal to the width of type '"
  150         OS << "The result of the left shift is undefined because the left "
  161         OS << "The result of the left shift is undefined due to shifting \'"
  168         OS << "The result of the '"
  173     auto report = std::make_unique<PathSensitiveBugReport>(*BT, OS.str(), N);