Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsFloatingPointPromotion

1566   } else if (S.IsFloatingPointPromotion(FromType, ToType)) {
1866 /// IsFloatingPointPromotion - Determines whether the conversion from
1869 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) {
1911 return IsFloatingPointPromotion(FromComplex->getElementType(),