Home
last modified time | relevance | path

Searched refs:PromoteType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp16607 QualType PromoteType; in BuildVAArgExpr() local
16609 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
16631 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
16633 PromoteType = QualType(); in BuildVAArgExpr()
16639 if (!PromoteType.isNull() && !UnderlyingType->isBooleanType() && in BuildVAArgExpr()
16640 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr()
16646 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
16648 PromoteType = QualType(); in BuildVAArgExpr()
16652 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
16653 if (!PromoteType.isNull()) in BuildVAArgExpr()
[all …]