Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17391 QualType PromoteType; in BuildVAArgExpr() local
17393 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 …]