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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  221         OS << "Result of ";
  224           OS << '\'' << Callee->getIdentifier()->getName() << '\'';
  226           OS << "call";
  227         OS << " is converted to a pointer of type '"
  241                            categories::UnixAPI, OS.str(), L, Ranges);