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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  139   if (B->isVoidPointerType() && A->getAs<PointerType>())
  144     B = B.getCanonicalType();
  144     B = B.getCanonicalType();
  146     if (A.getTypePtr() == B.getTypePtr())
  150       if (const PointerType *ptrB = B->getAs<PointerType>()) {
  152         B = ptrB->getPointeeType();