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 714 #define YYERROR goto yyerrorlab
717 /* Like YYERROR except do call yyerror. This remains here temporarily
718 to ease the transition to the new meaning of YYERROR, for GCC.
737 yyerror (YY_("syntax error: cannot back up")); \
738 YYERROR; \
1035 quotes and backslashes, so that it's suitable for yyerror. The
1631 yyerror (YY_("syntax error"));
1655 yyerror (yymsg);
1659 yyerror (YY_("syntax error"))
    [all...]
dtparser.tab.c 796 #define YYERROR goto yyerrorlab
799 /* Like YYERROR except do call yyerror. This remains here temporarily
800 to ease the transition to the new meaning of YYERROR, for GCC.
819 yyerror (YY_("syntax error: cannot back up")); \
820 YYERROR; \
1117 quotes and backslashes, so that it's suitable for yyerror. The
1826 yyerror (YY_("syntax error"));
1850 yyerror (yymsg);
1854 yyerror (YY_("syntax error"))
    [all...]
prparser.tab.c 799 #define YYERROR goto yyerrorlab
802 /* Like YYERROR except do call yyerror. This remains here temporarily
803 to ease the transition to the new meaning of YYERROR, for GCC.
822 yyerror (YY_("syntax error: cannot back up")); \
823 YYERROR; \
1120 quotes and backslashes, so that it's suitable for yyerror. The
1836 yyerror (YY_("syntax error"));
1860 yyerror (yymsg);
1864 yyerror (YY_("syntax error"))
    [all...]

Completed in 17 milliseconds