Searched refs:rassoc (Results 1 – 1 of 1) sorted by relevance
143 bool rassoc = false; /* is right-associative? */ in append_ast_binop() local158 case Pow: op = " ** "; pr = PR_POWER; rassoc = true; break; in append_ast_binop()166 APPEND_EXPR(e->v.BinOp.left, pr + rassoc); in append_ast_binop()168 APPEND_EXPR(e->v.BinOp.right, pr + !rassoc); in append_ast_binop()