Searched refs:unsupportedTypeConversion (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1156 static bool unsupportedTypeConversion(const Sema &S, QualType LHSType, in unsupportedTypeConversion() function 1360 if (unsupportedTypeConversion(*this, LHSType, RHSType)) in UsualArithmeticConversions() 6660 if (unsupportedTypeConversion(*this, LHSTy, RHSTy)) { in CheckConditionalOperands() 7418 if (unsupportedTypeConversion(*this, LHSType, RHSType)) in CheckAssignmentConstraints()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1191 static bool unsupportedTypeConversion(const Sema &S, QualType LHSType, in unsupportedTypeConversion() function 1545 if (unsupportedTypeConversion(*this, LHSType, RHSType)) in UsualArithmeticConversions() 8175 if (unsupportedTypeConversion(*this, LHSTy, RHSTy)) { in CheckConditionalOperands() 9110 if (unsupportedTypeConversion(*this, LHSType, RHSType)) in CheckAssignmentConstraints()
|