Searched refs:PromoteType (Results 1 – 1 of 1) sorted by relevance
11453 QualType PromoteType; in BuildVAArgExpr() local11455 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()11456 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()11457 PromoteType = QualType(); in BuildVAArgExpr()11460 PromoteType = Context.DoubleTy; in BuildVAArgExpr()11461 if (!PromoteType.isNull()) in BuildVAArgExpr()11465 << PromoteType in BuildVAArgExpr()