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