Searched refs:handleIntToFloatConversion (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1184 static QualType handleIntToFloatConversion(Sema &S, ExprResult &FloatExpr, function
1252 return handleIntToFloatConversion(S, LHS, RHS, LHSType, RHSType,
1257 return handleIntToFloatConversion(S, RHS, LHS, RHSType, LHSType,

Completed in 215 milliseconds