HomeSort by: relevance | last modified time | path
    Searched defs:YYERROR (Results 1 - 4 of 4) sorted by relevancy

  /src/tools/m4/bootstrap/
parser.c 49 extern int yyerror(const char *);
349 #define YYERROR goto yyerrlab
417 yyerror("syntax error");
505 yyerror("division by zero");
515 yyerror("modulo zero");
644 yyerror("yacc stack overflow");
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 606 #define YYERROR goto yyerrorlab
609 /* Like YYERROR except do call yyerror. This remains here temporarily
610 to ease the transition to the new meaning of YYERROR, for GCC.
629 yyerror (YY_("syntax error: cannot back up")); \
630 YYERROR; \
927 quotes and backslashes, so that it's suitable for yyerror. The
1523 yyerror (YY_("syntax error"));
1547 yyerror (yymsg);
1551 yyerror (YY_("syntax error"))
    [all...]
dtparser.tab.c 688 #define YYERROR goto yyerrorlab
691 /* Like YYERROR except do call yyerror. This remains here temporarily
692 to ease the transition to the new meaning of YYERROR, for GCC.
711 yyerror (YY_("syntax error: cannot back up")); \
712 YYERROR; \
1009 quotes and backslashes, so that it's suitable for yyerror. The
1718 yyerror (YY_("syntax error"));
1742 yyerror (yymsg);
1746 yyerror (YY_("syntax error"))
    [all...]
prparser.tab.c 691 #define YYERROR goto yyerrorlab
694 /* Like YYERROR except do call yyerror. This remains here temporarily
695 to ease the transition to the new meaning of YYERROR, for GCC.
714 yyerror (YY_("syntax error: cannot back up")); \
715 YYERROR; \
1012 quotes and backslashes, so that it's suitable for yyerror. The
1728 yyerror (YY_("syntax error"));
1752 yyerror (yymsg);
1756 yyerror (YY_("syntax error"))
    [all...]

Completed in 22 milliseconds