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

References

tools/clang/lib/Sema/SemaExpr.cpp
 1062   bool LHSFloat = LHSType->isRealFloatingType();
 1068     int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
 1070       RHS = S.ImpCastExprToType(RHS.get(), LHSType, CK_FloatingCast);
 1071       return LHSType;
 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,