Home
last modified time | relevance | path

Searched refs:RHSuccess (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1588 bool RHSuccess = RHS->EvaluateAsInt(RHSRes, SemaRef.getASTContext(), in CheckUnicodeArithmeticConversions() local
1594 if (LHSSuccess != RHSuccess) { in CheckUnicodeArithmeticConversions()
1601 if (!LHSSuccess || !RHSuccess) { in CheckUnicodeArithmeticConversions()