Searched refs:isPromotableIntegerType (Results 1 – 13 of 13) sorted by relevance
164 if (getContext().isPromotableIntegerType(Ty)) in isPromotableIntegerTypeForABI()
176 if (!Ctx.isPromotableIntegerType(BaseTy) || in getUnwidenedIntegerType()2883 if (CGF.getContext().isPromotableIntegerType(type)) { in EmitScalarPrePostIncDec()
681 if (Ctx.isPromotableIntegerType(LTy)) { in doIntTypeConversion()688 if (Ctx.isPromotableIntegerType(RTy)) { in doIntTypeConversion()
557 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType()
1825 bool ASTContext::isPromotableIntegerType(QualType T) const { in isPromotableIntegerType() function in ASTContext7613 assert(isPromotableIntegerType(Promotable)); in getPromotedIntegerType()10952 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()
160 if (getContext().isPromotableIntegerType(Ty)) in isPromotableTypeForABI()
2466 bool isPromotableIntegerType(QualType T) const; // C99 6.3.1.1p2
849 if (Context.isPromotableIntegerType(Ty)) { in UsualUnaryConversions()1574 if (Context.isPromotableIntegerType(LHSType)) in UsualArithmeticConversions()10957 if (Context.isPromotableIntegerType(LHSTy)) in CheckAdditionOperands()11950 if (S.Context.isPromotableIntegerType(IntType)) in checkArithmeticOrEnumeralThreeWayCompare()15271 if (!Ctx.isPromotableIntegerType(T)) in isOverflowingIntegerType()16382 if (Context.isPromotableIntegerType(TInfo->getType())) { in BuildVAArgExpr()
17152 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()17785 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()19919 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
4717 if (!Context.isPromotableIntegerType(Type)) in BuiltinVAStart()7209 S.Context.isPromotableIntegerType(From) && in isArithmeticArgumentPromotion()
5166 if (Context.isPromotableIntegerType(ParamTy)) { in GetFullTypeForDeclarator()
3210 if (Context.isPromotableIntegerType(CharTy)) in CheckDesignatedInitializer()
2455 if (Context.isPromotableIntegerType(FromType) && !FromType->isBooleanType() && in IsIntegralPromotion()