Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FPT

860   const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
862 if (!isFuncTypeConvertible(FPT))
892 const FunctionProtoType *FPT = Fn->getType()->getAs<FunctionProtoType>();
893 if (FPT && FPT->isNothrow(getContext()))