Lines Matching refs:consistent
127 AT_NONASSOC_AND_EOF_CHECK([[-Dlr.default-reductions=consistent]],
130 # lr.default-reductions=consistent happens to work for this test case.
152 ## %error-verbose and consistent errors. ##
155 AT_SETUP([[%error-verbose and consistent errors]])
272 start: consistent-error-on-a-a 'a' ;
274 consistent-error-on-a-a:
285 start: 'b' consistent-error-on-a-a 'c' ;
294 # consistent state with an error action, and that case always triggered
321 %define lr.default-reductions consistent]],
371 start: error-reduce consistent-error 'a' { USE ($][3); } ;
374 'a' 'a' consistent-reduction consistent-error 'a'
380 consistent-reduction: /*empty*/ {
386 consistent-error:
393 start: 'b' consistent-error 'b' ;
411 AT_CONSISTENT_ERRORS_CHECK([[%define lr.default-reductions consistent]],