Searched refs:isPromotableIntegerType (Results 1 – 14 of 14) sorted by relevance
657 if (LTy->isPromotableIntegerType()) { in doIntTypeConversion()664 if (RTy->isPromotableIntegerType()) { in doIntTypeConversion()
308 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
2341 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
449 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType()
2737 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
6416 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()9611 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
166 if (!BaseTy->isPromotableIntegerType() || in getUnwidenedIntegerType()2528 if (type->isPromotableIntegerType()) { in EmitScalarPrePostIncDec()
104 if (Ty->isPromotableIntegerType()) in isPromotableIntegerTypeForABI()4494 if (Ty->isPromotableIntegerType()) in isPromotableTypeForABI()
801 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()1536 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()10773 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()11672 if (IntType->isPromotableIntegerType()) in checkArithmeticOrEnumeralThreeWayCompare()14759 if (!T->isPromotableIntegerType()) in isOverflowingIntegerType()15840 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
6269 if (!Type->isPromotableIntegerType()) in SemaBuiltinVAStart()9022 From->isPromotableIntegerType() && in isArithmeticArgumentPromotion()
5301 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
2909 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
2074 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
18269 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()