Searched refs:isPromotableIntegerType (Results 1 – 13 of 13) sorted by relevance
164 if (getContext().isPromotableIntegerType(Ty)) in isPromotableIntegerTypeForABI()
162 if (!Ctx.isPromotableIntegerType(BaseTy) || in getUnwidenedIntegerType()2626 if (CGF.getContext().isPromotableIntegerType(type)) { in EmitScalarPrePostIncDec()
681 if (Ctx.isPromotableIntegerType(LTy)) { in doIntTypeConversion()688 if (Ctx.isPromotableIntegerType(RTy)) { in doIntTypeConversion()
544 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType()
1793 bool ASTContext::isPromotableIntegerType(QualType T) const { in isPromotableIntegerType() function in ASTContext7157 assert(isPromotableIntegerType(Promotable)); in getPromotedIntegerType()10479 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()
159 if (getContext().isPromotableIntegerType(Ty)) in isPromotableTypeForABI()
2389 bool isPromotableIntegerType(QualType T) const; // C99 6.3.1.1p2
859 if (Context.isPromotableIntegerType(Ty)) { in UsualUnaryConversions()1589 if (Context.isPromotableIntegerType(LHSType)) in UsualArithmeticConversions()11947 if (Context.isPromotableIntegerType(LHSTy)) in CheckAdditionOperands()12970 if (S.Context.isPromotableIntegerType(IntType)) in checkArithmeticOrEnumeralThreeWayCompare()16275 if (!Ctx.isPromotableIntegerType(T)) in isOverflowingIntegerType()17392 if (Context.isPromotableIntegerType(TInfo->getType())) { in BuildVAArgExpr()
17350 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()17980 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()20249 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
9073 if (!Context.isPromotableIntegerType(Type)) in SemaBuiltinVAStart()12011 S.Context.isPromotableIntegerType(From) && in isArithmeticArgumentPromotion()
3071 if (Context.isPromotableIntegerType(CharTy)) in CheckDesignatedInitializer()
5598 if (Context.isPromotableIntegerType(ParamTy)) { in GetFullTypeForDeclarator()
2306 if (Context.isPromotableIntegerType(FromType) && !FromType->isBooleanType() && in IsIntegralPromotion()