Lines Matching refs:FTP
859 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local
860 if (!FTP) in checkCall_rand()
863 if (FTP->getNumParams() == 1) { in checkCall_rand()
866 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand()
872 } else if (FTP->getNumParams() != 0) in checkCall_rand()
902 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local
903 if (!FTP) in checkCall_random()
907 if (FTP->getNumParams() != 0) in checkCall_random()
1025 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local
1026 if (!FTP) in checkUncheckedReturnValue()
1031 if (FTP->getNumParams() != (identifierid < 4 ? 1 : 2)) in checkUncheckedReturnValue()
1035 for (unsigned i = 0; i < FTP->getNumParams(); i++) in checkUncheckedReturnValue()
1036 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType()) in checkUncheckedReturnValue()