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.cpp16381 QualType PromoteType; in BuildVAArgExpr() local
16383 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
16408 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
16410 PromoteType = QualType(); in BuildVAArgExpr()
16416 if (!PromoteType.isNull() && !UnderlyingType->isBooleanType() && in BuildVAArgExpr()
16417 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr()
16423 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
16425 PromoteType = QualType(); in BuildVAArgExpr()
16429 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
16430 if (!PromoteType.isNull()) in BuildVAArgExpr()
[all …]