Searched refs:booleanExpr (Results 1 – 2 of 2) sorted by relevance
236 return booleanExpr(branchIf, expr); in compileBooleanExpr()917 booleanExpr(false, expr.condExpr()); in atCondExpr()984 booleanExpr(true, expr); in atBinExpr()1094 private boolean booleanExpr(boolean branchIf, ASTree expr) in booleanExpr() method in CodeGen1107 booleanExpr(!branchIf, ((Expr)expr).oprand1()); in booleanExpr()1110 booleanExpr(!isAndAnd, bexpr.oprand1()); in booleanExpr()1114 booleanExpr(isAndAnd, bexpr.oprand2()); in booleanExpr()1470 booleanExpr(false, expr); in atExpr()
282 booleanExpr(expr.condExpr()); in atCondExpr()336 booleanExpr(expr); in atBinExpr()508 private void booleanExpr(ASTree expr) in booleanExpr() method in TypeChecker585 booleanExpr(expr); in atExpr()