Lines Matching refs:FTP
862 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local
863 if (!FTP) in checkCall_rand()
866 if (FTP->getNumParams() == 1) { in checkCall_rand()
869 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand()
875 } else if (FTP->getNumParams() != 0) in checkCall_rand()
901 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local
902 if (!FTP) in checkCall_random()
906 if (FTP->getNumParams() != 0) in checkCall_random()
1036 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local
1037 if (!FTP) in checkUncheckedReturnValue()
1042 if (FTP->getNumParams() != (identifierid < 4 ? 1 : 2)) in checkUncheckedReturnValue()
1046 for (unsigned i = 0; i < FTP->getNumParams(); i++) in checkUncheckedReturnValue()
1047 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType()) in checkUncheckedReturnValue()