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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
   52   ExplodedNode *reportBug(llvm::StringRef Msg, CheckerContext &C) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  164   reportBug(getArgumentValueString(CE, C), C);
  169   reportBug("REACHABLE", C);
  193   reportBug(getArgumentValueString(CE, C), C);
  199     reportBug("Missing argument for explaining", C);
  205   reportBug(Ex.Visit(V), C);
  211     reportBug("Missing argument for dumping", C);
  220   reportBug(OS.str(), C);
  226     reportBug("Missing region for obtaining extent", C);
  232     reportBug("Obtaining extent of a non-region", C);
  272     if (ExplodedNode *BugNode = reportBug("SYMBOL DEAD", C))
  311   reportBug(HashContent, C);
  317     reportBug("clang_analyzer_denote() requires a symbol and a string literal",
  324     reportBug("Not a symbol", C);
  330     reportBug("Not a string literal", C);
  393     reportBug("clang_analyzer_express() requires a symbol", C);
  399     reportBug("Not a symbol", C);
  406     reportBug("Unable to express", C);
  410   reportBug(*Str, C);