Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:FTP

4605   const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4606 // FTP will be null for closures that don't take arguments.
4612 if (FTP) {
4613 for (auto &I : FTP->param_types()) {
4666 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4667 // FTP will be null for closures that don't take arguments.
4679 if (FTP) {
4680 for (auto &I : FTP->param_types()) {
4887 const FunctionProtoType *FTP;
4890 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4894 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4896 if (FTP) {
4897 for (const auto &I : FTP->param_types())
4905 const FunctionProtoType *FTP;
4908 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4912 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4914 if (FTP) {
4915 for (const auto &I : FTP->param_types()) {