Home | History | Annotate | Download | only in compiler

Lines Matching full:booleanexpr

236         return booleanExpr(branchIf, expr);
917 booleanExpr(false, expr.condExpr());
984 booleanExpr(true, expr);
1094 private boolean booleanExpr(boolean branchIf, ASTree expr)
1107 booleanExpr(!branchIf, ((Expr)expr).oprand1());
1110 booleanExpr(!isAndAnd, bexpr.oprand1());
1114 booleanExpr(isAndAnd, bexpr.oprand2());
1470 booleanExpr(false, expr);