Lines Matching refs:reductions
26 # I once hacked Bison in such a way that it lost its reductions on the
125 # We must disable default reductions in inconsistent states in order to
127 AT_NONASSOC_AND_EOF_CHECK([[-Dlr.default-reductions=consistent]],
130 # lr.default-reductions=consistent happens to work for this test case.
321 %define lr.default-reductions consistent]],
326 %define lr.default-reductions accepting]],
411 AT_CONSISTENT_ERRORS_CHECK([[%define lr.default-reductions consistent]],
417 AT_CONSISTENT_ERRORS_CHECK([[%define lr.default-reductions accepting]],
431 %define lr.default-reductions accepting]],
1270 ## Solved conflicts report for multiple reductions in a state. ##
1273 AT_SETUP([[Solved conflicts report for multiple reductions in a state]])
1344 ## %nonassoc error actions for multiple reductions in a state. ##
1348 # multiple reductions in a state.
1353 AT_SETUP([[%nonassoc error actions for multiple reductions in a state]])