Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsFloatingPointPromotion

1461   } else if (S.IsFloatingPointPromotion(FromType, ToType)) {
1744 /// IsFloatingPointPromotion - Determines whether the conversion from
1747 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) {
1788 return IsFloatingPointPromotion(FromComplex->getElementType(),