Searched refs:PromoteType (Results 1 – 1 of 1) sorted by relevance
17391 QualType PromoteType; in BuildVAArgExpr() local17393 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()17418 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()17420 PromoteType = QualType(); in BuildVAArgExpr()17426 if (!PromoteType.isNull() && !UnderlyingType->isBooleanType() && in BuildVAArgExpr()17427 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr()17433 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()17435 PromoteType = QualType(); in BuildVAArgExpr()17439 PromoteType = Context.DoubleTy; in BuildVAArgExpr()17440 if (!PromoteType.isNull()) in BuildVAArgExpr()[all …]