Searched refs:handleIntegerToComplexFloatConversion (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 923 static bool handleIntegerToComplexFloatConversion(Sema &S, ExprResult &IntExpr, in handleIntegerToComplexFloatConversion() function 950 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType, in handleComplexFloatConversion() 953 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType, in handleComplexFloatConversion()
|