Searched defs:justRead (Results 1 – 3 of 3) sorted by relevance
182 List<Expr> justRead = new ArrayList<Expr>(); in testReadConstantTernary() local203 List<Expr> justRead = new ArrayList<Expr>(); in testTernaryWithPlus() local594 List<Expr> justRead = new ArrayList<Expr>(); in testInterExprCircularDependency4() local995 private List<Expr> getReadFirst(List<Expr> shouldRead, final List<Expr> justRead) { in getReadFirst()
452 public boolean considerElevatingConditionals(Expr justRead) { in considerElevatingConditionals()615 public boolean shouldReadNow(final List<Expr> justRead) { in shouldReadNow()
768 val justRead = arrayListOf<Expr>() in <lambda>() constant