Home | History | Annotate | Download | only in Sema

Lines Matching refs:FromComplex

1780   const ComplexType *FromComplex = FromType->getAs<ComplexType>();
1781 if (!FromComplex)
1788 return IsFloatingPointPromotion(FromComplex->getElementType(),
1790 IsIntegralPromotion(0, FromComplex->getElementType(),