Lines Matching defs:FPT
549 if (const auto *FPT = Ty->getAs<FunctionProtoType>()) {
550 if (FPT->getAArch64SMEAttributes() &
553 if (FPT->getAArch64SMEAttributes() &
1199 Sema &S, const ParsedAttr &AL, const FunctionProtoType *FPT,
1256 if (auto *FPT = dyn_cast<FunctionProtoType>(D->getFunctionType())) {
1258 FunctionType::getArmZAState(FPT->getAArch64SMEAttributes());
1260 checkNewAttrMutualExclusion(SemaRef, AL, FPT, ZAState, "za"))
1263 FunctionType::getArmZT0State(FPT->getAArch64SMEAttributes());
1265 checkNewAttrMutualExclusion(SemaRef, AL, FPT, ZT0State, "zt0"))
1329 if (const auto *FPT = FD->getType()->getAs<FunctionProtoType>()) {
1330 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
1348 if (const auto *FPT = FD->getType()->getAs<FunctionProtoType>()) {
1349 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();