Searched refs:isPromotableIntegerType (Results 1 – 12 of 12) sorted by relevance
681 if (Ctx.isPromotableIntegerType(LTy)) { in doIntTypeConversion()688 if (Ctx.isPromotableIntegerType(RTy)) { in doIntTypeConversion()
514 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType()
1868 bool ASTContext::isPromotableIntegerType(QualType T) const { in isPromotableIntegerType() function in ASTContext7150 assert(isPromotableIntegerType(Promotable)); in getPromotedIntegerType()10369 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()
2355 bool isPromotableIntegerType(QualType T) const; // C99 6.3.1.1p2
162 if (!Ctx.isPromotableIntegerType(BaseTy) || in getUnwidenedIntegerType()2610 if (CGF.getContext().isPromotableIntegerType(type)) { in EmitScalarPrePostIncDec()
109 if (getContext().isPromotableIntegerType(Ty)) in isPromotableIntegerTypeForABI()4589 if (getContext().isPromotableIntegerType(Ty)) in isPromotableTypeForABI()
844 if (Context.isPromotableIntegerType(Ty)) { in UsualUnaryConversions()1563 if (Context.isPromotableIntegerType(LHSType)) in UsualArithmeticConversions()11513 if (Context.isPromotableIntegerType(LHSTy)) in CheckAdditionOperands()12532 if (S.Context.isPromotableIntegerType(IntType)) in checkArithmeticOrEnumeralThreeWayCompare()15779 if (!Ctx.isPromotableIntegerType(T)) in isOverflowingIntegerType()16877 if (Context.isPromotableIntegerType(TInfo->getType())) { in BuildVAArgExpr()
16746 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()17372 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()19632 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
7372 if (!Context.isPromotableIntegerType(Type)) in SemaBuiltinVAStart()10305 S.Context.isPromotableIntegerType(From) && in isArithmeticArgumentPromotion()
2951 if (Context.isPromotableIntegerType(CharTy)) in CheckDesignatedInitializer()
5471 if (Context.isPromotableIntegerType(ParamTy)) { in GetFullTypeForDeclarator()
2182 if (Context.isPromotableIntegerType(FromType) && !FromType->isBooleanType() && in IsIntegralPromotion()