Home | History | Annotate | Download | only in Checkers

Lines Matching refs:PT

316   const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
317 if (!PT)
320 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
358 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(1));
359 if (!PT)
362 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
400 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
401 if (!PT)
405 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
577 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(i));
578 if (!PT)
582 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
607 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0));
608 if (!PT)
611 if (! PT->getPointeeType()->isIntegerType())