Home | History | Annotate | Download | only in Checkers

Lines Matching refs:FTP

593   const FunctionProtoType *FTP
595 if (!FTP)
598 if (FTP->getNumArgs() == 1) {
601 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0));
608 else if (FTP->getNumArgs() != 0)
638 const FunctionProtoType *FTP
640 if (!FTP)
644 if (FTP->getNumArgs() != 0)
716 const FunctionProtoType *FTP
718 if (!FTP)
723 if (FTP->getNumArgs() != (identifierid < 4 ? 1 : 2))
727 for (unsigned i = 0; i < FTP->getNumArgs(); i++)
728 if (! FTP->getArgType(i)->isIntegerType())