Lines Matching defs:RHSExpr
927 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
930 const Expr *BoolExpr = RHSExpr;
933 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
966 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
970 const Expr *BoolExpr = RHSExpr;
973 IntLiteral1 = getIntegerLiteralSubexpressionValue(RHSExpr);
1087 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
1103 TryResult Result = CheckLogicalOpWithNegatedVariable(LHSExpr, RHSExpr);
1106 Result = CheckLogicalOpWithNegatedVariable(RHSExpr, LHSExpr);
1111 const auto *RHS = dyn_cast<BinaryOperator>(RHSExpr);