Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FPT

393                                    const FunctionProtoType *FPT,
401 FunctionType::ExtInfo info = FPT->getExtInfo();
402 adjustCXXMethodInfo(*this, info, FPT->isVariadic());
403 FPT->getResultType()),
979 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
981 if (!isFuncTypeConvertible(FPT))
1015 const FunctionProtoType *FPT = Fn->getType()->getAs<FunctionProtoType>();
1016 if (FPT && FPT->isNothrow(getContext()))