Searched refs:isPromotableIntegerType (Results 1 – 14 of 14) sorted by relevance
679 if (LTy->isPromotableIntegerType()) { in doIntTypeConversion()686 if (RTy->isPromotableIntegerType()) { in doIntTypeConversion()
308 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
2417 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
454 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType()
2780 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
7044 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()10238 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
162 if (!BaseTy->isPromotableIntegerType() || in getUnwidenedIntegerType()2587 if (type->isPromotableIntegerType()) { in EmitScalarPrePostIncDec()
110 if (Ty->isPromotableIntegerType()) in isPromotableIntegerTypeForABI()4594 if (Ty->isPromotableIntegerType()) in isPromotableTypeForABI()
840 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()1562 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()11252 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()12271 if (IntType->isPromotableIntegerType()) in checkArithmeticOrEnumeralThreeWayCompare()15519 if (!T->isPromotableIntegerType()) in isOverflowingIntegerType()16608 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
16287 ED->setPromotionType(EnumTy->isPromotableIntegerType() in ActOnTag()16913 ED->setPromotionType(EnumTy->isPromotableIntegerType() in ActOnTag()19019 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
7166 if (!Type->isPromotableIntegerType()) in SemaBuiltinVAStart()10008 From->isPromotableIntegerType() && in isArithmeticArgumentPromotion()
5393 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
2937 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
2075 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()