Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsFloatingPointPromotion

1581   } else if (S.IsFloatingPointPromotion(FromType, ToType)) {
1879 /// IsFloatingPointPromotion - Determines whether the conversion from
1882 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) {
1924 return IsFloatingPointPromotion(FromComplex->getElementType(),