Searched refs:PromoteType (Results 1 – 1 of 1) sorted by relevance
15718 QualType PromoteType; in BuildVAArgExpr() local15720 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()15721 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()15722 PromoteType = QualType(); in BuildVAArgExpr()15725 PromoteType = Context.DoubleTy; in BuildVAArgExpr()15726 if (!PromoteType.isNull()) in BuildVAArgExpr()15730 << PromoteType in BuildVAArgExpr()