Searched refs:PromoteType (Results 1 – 1 of 1) sorted by relevance
16607 QualType PromoteType; in BuildVAArgExpr() local16609 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()16631 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()16633 PromoteType = QualType(); in BuildVAArgExpr()16639 if (!PromoteType.isNull() && !UnderlyingType->isBooleanType() && in BuildVAArgExpr()16640 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr()16646 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()16648 PromoteType = QualType(); in BuildVAArgExpr()16652 PromoteType = Context.DoubleTy; in BuildVAArgExpr()16653 if (!PromoteType.isNull()) in BuildVAArgExpr()[all …]