Lines Matching refs:PT
361 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_bcmp() local
362 if (!PT) in checkCall_bcmp()
365 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy) in checkCall_bcmp()
403 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_bcopy() local
404 if (!PT) in checkCall_bcopy()
407 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy) in checkCall_bcopy()
445 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_bzero() local
446 if (!PT) in checkCall_bzero()
449 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy) in checkCall_bzero()
487 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets() local
488 if (!PT) in checkCall_gets()
491 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_gets()
527 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw() local
528 if (!PT) in checkCall_getpw()
531 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_getpw()
567 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp() local
568 if (!PT) in checkCall_mktemp()
572 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_mktemp()
835 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon() local
836 if (!PT) in checkCall_strCommon()
840 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_strCommon()
869 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() local
870 if (!PT) in checkCall_rand()
873 if (! PT->getPointeeType()->isIntegralOrUnscopedEnumerationType()) in checkCall_rand()