Home | History | Annotate | Download | only in Sema

Lines Matching full:handleinttofloatconversion

746 static QualType handleIntToFloatConversion(Sema &S, ExprResult &FloatExpr,
799 return handleIntToFloatConversion(S, LHS, RHS, LHSType, RHSType,
803 return handleIntToFloatConversion(S, RHS, LHS, RHSType, LHSType,