Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp12299 QualType PromoteType; in BuildVAArgExpr() local
12301 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
12302 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()
12303 PromoteType = QualType(); in BuildVAArgExpr()
12306 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
12307 if (!PromoteType.isNull()) in BuildVAArgExpr()
12311 << PromoteType in BuildVAArgExpr()