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

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  635   out << "Call to '" << Name << "' should have at least 6 'X's in the"
  638     out << 's';
  639   out << " seen";
  641     out << ", " << suffix << " character";
  643       out << 's';
  644     out << " used as a suffix";
  646   out << ')';
  649                      out.str(), CELoc, strArg->getSourceRange());