reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1063 bool RHSFloat = RHSType->isRealFloatingType(); 1068 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); 1076 LHS = S.ImpCastExprToType(LHS.get(), RHSType, CK_FloatingCast); 1077 return RHSType; 1085 return handleIntToFloatConversion(S, LHS, RHS, LHSType, RHSType, 1090 return handleIntToFloatConversion(S, RHS, LHS, RHSType, LHSType,