Searched refs:handleComplexFloatConversion (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1117 static QualType handleComplexFloatConversion(Sema &S, ExprResult &Shorter, in handleComplexFloatConversion() function 1155 return handleComplexFloatConversion(S, LHS, LHSType, RHSType, in handleComplexConversion() 1158 return handleComplexFloatConversion(S, RHS, RHSType, LHSType, in handleComplexConversion()
|