Searched refs:PromoteType (Results 1 – 1 of 1) sorted by relevance
13898 QualType PromoteType; in BuildVAArgExpr() local13900 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()13901 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()13902 PromoteType = QualType(); in BuildVAArgExpr()13905 PromoteType = Context.DoubleTy; in BuildVAArgExpr()13906 if (!PromoteType.isNull()) in BuildVAArgExpr()13910 << PromoteType in BuildVAArgExpr()