Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp15718 QualType PromoteType; in BuildVAArgExpr() local
15720 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
15721 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()
15722 PromoteType = QualType(); in BuildVAArgExpr()
15725 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
15726 if (!PromoteType.isNull()) in BuildVAArgExpr()
15730 << PromoteType in BuildVAArgExpr()