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

References

tools/clang/lib/Sema/SemaExpr.cpp
 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,