Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp11453 QualType PromoteType; in BuildVAArgExpr() local
11455 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
11456 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) in BuildVAArgExpr()
11457 PromoteType = QualType(); in BuildVAArgExpr()
11460 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
11461 if (!PromoteType.isNull()) in BuildVAArgExpr()
11465 << PromoteType in BuildVAArgExpr()