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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  187       if (PointeeType->isVoidType())
  202         if (typesCompatible(BR.getContext(), PointeeType, SizeofType))
  207         if (compatibleWithArrayType(BR.getContext(), PointeeType, SizeofType))
  228             << PointeeType.getAsString() << "', which is incompatible with "