Searched refs:isPromotableIntegerType (Results 1 – 16 of 16) sorted by relevance
164 if (getContext().isPromotableIntegerType(Ty)) in isPromotableIntegerTypeForABI()
180 if (!Ctx.isPromotableIntegerType(BaseTy) || in getUnwidenedIntegerType()3136 if (CGF.getContext().isPromotableIntegerType(type)) { in EmitScalarPrePostIncDec()
698 if (Ctx.isPromotableIntegerType(LTy)) { in doIntTypeConversion()705 if (Ctx.isPromotableIntegerType(RTy)) { in doIntTypeConversion()
542 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType()
1979 bool ASTContext::isPromotableIntegerType(QualType T) const { in isPromotableIntegerType() function in ASTContext8209 assert(isPromotableIntegerType(Promotable)); in getPromotedIntegerType()11525 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()
160 if (getContext().isPromotableIntegerType(Ty)) in isPromotableTypeForABI()
435 if (cgf.getContext().isPromotableIntegerType(type)) { in emitScalarPrePostIncDec()1270 if (!astContext.isPromotableIntegerType(baseTy) || in getUnwidenedIntegerType()
2648 bool isPromotableIntegerType(QualType T) const; // C99 6.3.1.1p2
863 if (Context.isPromotableIntegerType(Ty)) { in UsualUnaryConversions()1675 if (Context.isPromotableIntegerType(LHSType)) in UsualArithmeticConversions()11239 if (Context.isPromotableIntegerType(LHSTy)) in CheckAdditionOperands()12297 if (S.Context.isPromotableIntegerType(IntType)) in checkArithmeticOrEnumeralThreeWayCompare()15637 if (!Ctx.isPromotableIntegerType(T)) in isOverflowingIntegerType()16752 if (Context.isPromotableIntegerType(TInfo->getType())) { in BuildVAArgExpr()
17656 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()18296 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()20460 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
2046 SemaRef.Context.isPromotableIntegerType(UnderlyingType) in VisitEnumDecl()
5171 if (!Context.isPromotableIntegerType(Type)) in BuiltinVAStart()8170 S.Context.isPromotableIntegerType(From) && in isArithmeticArgumentPromotion()
3292 if (Context.isPromotableIntegerType(CharTy)) in CheckDesignatedInitializer()
5244 if (Context.isPromotableIntegerType(ParamTy)) { in GetFullTypeForDeclarator()
2632 if (Context.isPromotableIntegerType(FromType) && !FromType->isBooleanType() && in IsIntegralPromotion()
10900 {"_ZNK5clang4Type23isPromotableIntegerTypeEv", "clang::Type::isPromotableIntegerType() const"},