Home | History | Annotate | Download | only in Sema

Lines Matching refs:PromoteType

10767     QualType PromoteType;
10769 PromoteType = Context.getPromotedIntegerType(TInfo->getType());
10770 if (Context.typesAreCompatible(PromoteType, TInfo->getType()))
10771 PromoteType = QualType();
10774 PromoteType = Context.DoubleTy;
10775 if (!PromoteType.isNull())
10779 << PromoteType