Lines Matching refs:FTP
742 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local
743 if (!FTP) in checkCall_rand()
746 if (FTP->getNumParams() == 1) { in checkCall_rand()
749 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand()
755 } else if (FTP->getNumParams() != 0) in checkCall_rand()
785 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local
786 if (!FTP) in checkCall_random()
790 if (FTP->getNumParams() != 0) in checkCall_random()
860 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local
861 if (!FTP) in checkUncheckedReturnValue()
866 if (FTP->getNumParams() != (identifierid < 4 ? 1 : 2)) in checkUncheckedReturnValue()
870 for (unsigned i = 0; i < FTP->getNumParams(); i++) in checkUncheckedReturnValue()
871 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType()) in checkUncheckedReturnValue()