Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp11760 QualType PromoteType; in BuildVAArgExpr() local
11762 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
11763 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()
11764 PromoteType = QualType(); in BuildVAArgExpr()
11767 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
11768 if (!PromoteType.isNull()) in BuildVAArgExpr()
11772 << PromoteType in BuildVAArgExpr()