Home | History | Annotate | Download | only in Checkers

Lines Matching defs:PT

319   const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>();
320 if (!PT)
323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>();
360 if (!PT)
363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>();
400 if (!PT)
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
571 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>();
572 if (!PT)
576 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
600 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>();
601 if (!PT)
604 if (! PT->getPointeeType()->isIntegralOrUnscopedEnumerationType())