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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  179     CastedAllocFinder Finder(&BR.getContext());
  202         if (typesCompatible(BR.getContext(), PointeeType, SizeofType))
  207         if (compatibleWithArrayType(BR.getContext(), PointeeType, SizeofType))
  238                 BR.getSourceManager(), ADC);
  240         BR.EmitBasicReport(D, this, "Allocator sizeof operand mismatch",