Lines Matching refs:YYERROR
1183 @findex YYERROR
1184 @cindex GLR parsers and @code{YYERROR}
1185 Another Bison feature requiring special consideration is @code{YYERROR}
1188 During deterministic GLR operation, the effect of @code{YYERROR} is
4834 error via @code{YYERROR} are not discarded automatically. As a rule
6305 macro @code{YYERROR} (@pxref{Action Features, ,Special Features for Use
6448 @deffn {Macro} YYERROR @code{;}
6453 the @samp{YYERROR;} statement. @xref{Error Recovery}.
10872 @deftypefn {Statement} {return} YYERROR @code{;}
10901 Java lacks a preprocessor, so the @code{YYERROR}, @code{YYACCEPT},
11869 @deffn {Macro} YYERROR
11874 the @samp{YYERROR;} statement. @xref{Error Recovery}.
11876 For Java parsers, this functionality is invoked using @code{return YYERROR;}