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

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

Completed in 80 milliseconds