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

/external/clang/lib/Sema/
H A DSemaExpr.cpp9815 QualType PromoteType; local
9817 PromoteType = Context.getPromotedIntegerType(TInfo->getType());
9818 if (Context.typesAreCompatible(PromoteType, TInfo->getType()))
9819 PromoteType = QualType();
9822 PromoteType = Context.DoubleTy;
9823 if (!PromoteType.isNull())
9827 << PromoteType

Completed in 108 milliseconds