Searched refs:PromoteType (Results 1 – 1 of 1) sorted by relevance
15839 QualType PromoteType; in BuildVAArgExpr() local15841 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()15863 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()15865 PromoteType = QualType(); in BuildVAArgExpr()15871 if (!PromoteType.isNull() && in BuildVAArgExpr()15872 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr()15878 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()15880 PromoteType = QualType(); in BuildVAArgExpr()15884 PromoteType = Context.DoubleTy; in BuildVAArgExpr()15885 if (!PromoteType.isNull()) in BuildVAArgExpr()[all …]