Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16876 QualType PromoteType; in BuildVAArgExpr() local
16878 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
16900 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
16902 PromoteType = QualType(); in BuildVAArgExpr()
16908 if (!PromoteType.isNull() && !UnderlyingType->isBooleanType() && in BuildVAArgExpr()
16909 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr()
16915 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
16917 PromoteType = QualType(); in BuildVAArgExpr()
16921 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
16922 if (!PromoteType.isNull()) in BuildVAArgExpr()
[all …]