Searched refs:isPromotableIntegerType (Results 1 – 14 of 14) sorted by relevance
1725 if (Ty->isPromotableIntegerType()) { in classifyArgumentType()3296 RetTy->isPromotableIntegerType()) in classifyReturnType()3441 Ty->isPromotableIntegerType()) in classifyArgumentType()4487 if (Ty->isPromotableIntegerType()) in isPromotableTypeForABI()5108 return (Ty->isPromotableIntegerType() && isDarwinPCS() in classifyArgumentType()6427 bool isPromotableIntegerType(QualType Ty) const;6469 if (Ty->isPromotableIntegerType()) in isPromotableIntegerType()6728 if (isPromotableIntegerType(Ty)) in classifyArgumentType()7107 if (RetTy->isPromotableIntegerType()) in classifyReturnType()7536 if (Ty->isPromotableIntegerType()) { in classifyArgumentType()[all …]
145 if (!BaseTy->isPromotableIntegerType() || in getUnwidenedIntegerType()
640 if (LTy->isPromotableIntegerType()) { in doIntTypeConversion()647 if (RTy->isPromotableIntegerType()) { in doIntTypeConversion()
307 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
2248 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
444 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType()
2455 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
5707 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()8657 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
719 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()1278 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()9312 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()10186 if (IntType->isPromotableIntegerType()) in checkArithmeticOrEnumeralThreeWayCompare()12865 if (!T->isPromotableIntegerType()) in isOverflowingIntegerType()13899 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
5443 if (!Type->isPromotableIntegerType()) in SemaBuiltinVAStart()7782 From->isPromotableIntegerType() && in isArithmeticArgumentPromotion()
4763 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
2683 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
1997 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
16743 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()