Searched refs:handleComplexIntConversion (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1263 static QualType handleComplexIntConversion(Sema &S, ExprResult &LHS, in handleComplexIntConversion() function 1375 return handleComplexIntConversion(*this, LHS, RHS, LHSType, RHSType, in UsualArithmeticConversions()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1297 static QualType handleComplexIntConversion(Sema &S, ExprResult &LHS, in handleComplexIntConversion() function 1560 return handleComplexIntConversion(*this, LHS, RHS, LHSType, RHSType, in UsualArithmeticConversions()
|