reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1068 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); 1070 RHS = S.ImpCastExprToType(RHS.get(), LHSType, CK_FloatingCast); 1076 LHS = S.ImpCastExprToType(LHS.get(), RHSType, CK_FloatingCast); 1082 if (LHSType->isHalfType() && !S.getLangOpts().NativeHalfType) 1083 LHSType = S.Context.FloatTy; 1085 return handleIntToFloatConversion(S, LHS, RHS, LHSType, RHSType, 1090 return handleIntToFloatConversion(S, RHS, LHS, RHSType, LHSType,