Lines Matching refs:FTP
860 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local
861 if (!FTP) in checkCall_rand()
864 if (FTP->getNumParams() == 1) { in checkCall_rand()
867 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand()
873 } else if (FTP->getNumParams() != 0) in checkCall_rand()
903 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local
904 if (!FTP) in checkCall_random()
908 if (FTP->getNumParams() != 0) in checkCall_random()
1026 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local
1027 if (!FTP) in checkUncheckedReturnValue()
1032 if (FTP->getNumParams() != (identifierid < 4 ? 1 : 2)) in checkUncheckedReturnValue()
1036 for (unsigned i = 0; i < FTP->getNumParams(); i++) in checkUncheckedReturnValue()
1037 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType()) in checkUncheckedReturnValue()