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