Searched refs:PromoteType (Results 1 – 1 of 1) sorted by relevance
11760 QualType PromoteType; in BuildVAArgExpr() local11762 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()11763 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()11764 PromoteType = QualType(); in BuildVAArgExpr()11767 PromoteType = Context.DoubleTy; in BuildVAArgExpr()11768 if (!PromoteType.isNull()) in BuildVAArgExpr()11772 << PromoteType in BuildVAArgExpr()