reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 1070       RHS = S.ImpCastExprToType(RHS.get(), LHSType, CK_FloatingCast);
 1070       RHS = S.ImpCastExprToType(RHS.get(), LHSType, CK_FloatingCast);
 1085     return handleIntToFloatConversion(S, LHS, RHS, LHSType, RHSType,
 1090   return handleIntToFloatConversion(S, RHS, LHS, RHSType, LHSType,