Home | History | Annotate | Download | only in Sema

Lines Matching refs:CondRHS

6041   Expr *CondRHS;
6043 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS))
6045 if (!ExprLooksBoolean(CondRHS))
6062 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd()));