Home | History | Annotate | Download | only in Sema

Lines Matching defs:fp

531   // Half FP is a bit different: it's a storage-only type, meaning that any
787 QualType fp = cast<ComplexType>(ComplexTy)->getElementType();
788 OtherExpr = S.ImpCastExprToType(OtherExpr.take(), fp, CK_FloatingCast);
8711 // Though we still have to promote half FP to float...