Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:FTP

4539   const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4540 // FTP will be null for closures that don't take arguments.
4546 if (FTP) {
4547 for (auto &I : FTP->param_types()) {
4600 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4601 // FTP will be null for closures that don't take arguments.
4613 if (FTP) {
4614 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()) {