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

References

tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  142     OS << "Comparing ";
  144     OS << "Converting ";
  146   OS << "a pointer value of type '" << ObjT.getAsString() << "' to a ";
  165     OS << EuphemismForPlain << " integer value";
  167     OS << EuphemismForPlain << " BOOL value";
  169     OS << EuphemismForPlain << " bool value";
  171     OS << EuphemismForPlain << " boolean value";
  175     OS << "; instead, either compare the pointer to "
  178     OS << "; did you mean to ";
  181     OS << "compare the result of calling " << SuggestedApi;
  183     OS << "call " << SuggestedApi;
  186     OS << "?";
  190       OS.str(),