Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:FTP

4536   const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4537 // FTP will be null for closures that don't take arguments.
4543 if (FTP) {
4544 for (auto &I : FTP->param_types()) {
4597 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4598 // FTP will be null for closures that don't take arguments.
4610 if (FTP) {
4611 for (auto &I : FTP->param_types()) {
4814 const FunctionProtoType *FTP;
4817 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4821 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4823 if (FTP) {
4824 for (const auto &I : FTP->param_types())
4832 const FunctionProtoType *FTP;
4835 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4839 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4841 if (FTP) {
4842 for (const auto &I : FTP->param_types()) {