Searched refs:PromoteType (Results 1 – 1 of 1) sorted by relevance
10946 QualType PromoteType; in BuildVAArgExpr() local10948 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()10949 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()10950 PromoteType = QualType(); in BuildVAArgExpr()10953 PromoteType = Context.DoubleTy; in BuildVAArgExpr()10954 if (!PromoteType.isNull()) in BuildVAArgExpr()10958 << PromoteType in BuildVAArgExpr()