Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16751 QualType PromoteType; in BuildVAArgExpr() local
16753 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
16778 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
16780 PromoteType = QualType(); in BuildVAArgExpr()
16786 if (!PromoteType.isNull() && !UnderlyingType->isBooleanType() && in BuildVAArgExpr()
16787 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr()
16793 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
16795 PromoteType = QualType(); in BuildVAArgExpr()
16799 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
16800 if (!PromoteType.isNull()) in BuildVAArgExpr()
[all …]