Home | History | Annotate | Download | only in Checkers

Lines Matching refs:FTP

593   const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
594 if (!FTP)
597 if (FTP->getNumParams() == 1) {
600 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>();
606 } else if (FTP->getNumParams() != 0)
636 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
637 if (!FTP)
641 if (FTP->getNumParams() != 0)
711 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
712 if (!FTP)
717 if (FTP->getNumParams() != (identifierid < 4 ? 1 : 2))
721 for (unsigned i = 0; i < FTP->getNumParams(); i++)
722 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType())