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

  /xsrc/external/mit/ctwm/dist/
parse_yacc.c 33 void yyerror(char *s) function
  /xsrc/external/mit/xgc/dist/
gram.c 633 #define YYERROR goto yyerrorlab
650 yyerror (YY_("syntax error: cannot back up")); \
651 YYERROR; \
848 quotes and backslashes, so that it's suitable for yyerror. The
1427 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
1430 case of YYERROR or YYBACKUP, subsequent parser actions might lead
1469 yyerror (YY_("syntax error"));
1496 yyerror (yymsgp);
1531 | yyerrorlab -- error raised explicitly by YYERROR. |
1536 YYERROR and the label yyerrorlab therefore never appears in use
1650 yyerror(const char *s) function
    [all...]
  /xsrc/external/mit/xkbevd/dist/
cfgparse.c 117 YYerror = 256, /* error */
156 #define YYerror 256
785 #define YYERROR goto yyerrorlab
803 yyerror (YY_("syntax error: cannot back up")); \
804 YYERROR; \
809 Use YYerror or YYUNDEF. */
1159 else if (yychar == YYerror)
1453 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
1456 case of YYERROR or YYBACKUP, subsequent parser actions might lead
1491 yyerror (YY_("syntax error"))
1640 yyerror(char *s) function
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
scanner.c 1932 void yyerror(const char *message) function
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefsyacc.c 150 static int yyerror (char *s);
777 #define YYERROR goto yyerrorlab
780 /* Like YYERROR except do call yyerror. This remains here temporarily
781 to ease the transition to the new meaning of YYERROR, for GCC.
808 yyerror (YY_("syntax error: cannot back up")); \
809 YYERROR; \
1095 quotes and backslashes, so that it's suitable for yyerror. The
1168 for details. YYERROR is fine as it does not invoke this
1878 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar o
2107 yyerror (char *s) function
    [all...]
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-parse.c 68 #define yyerror glcpp_parser_error macro
109 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error);
970 #define YYERROR goto yyerrorlab
987 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \
988 YYERROR; \
1254 quotes and backslashes, so that it's suitable for yyerror. The
2363 yyerror (& (yylsp[-2]), parser,
2380 yyerror (& (yylsp[-2]), parser,
2767 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
2770 case of YYERROR or YYBACKUP, subsequent parser actions might lea
3566 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error) function
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefsyacc.c 152 static int yyerror (const char *s);
201 YYerror = 256, /* error */
238 #define YYerror 256
944 #define YYERROR goto yyerrorlab
962 yyerror (YY_("syntax error: cannot back up")); \
963 YYERROR; \
968 Use YYerror or YYUNDEF. */
1318 else if (yychar == YYerror)
1634 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
1637 case of YYERROR or YYBACKUP, subsequent parser actions might lea
1824 yyerror (const char *s) function
    [all...]
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-parse.c 70 #define yyerror glcpp_parser_error macro
121 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error);
1105 #define YYERROR goto yyerrorlab
1122 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \
1123 YYERROR; \
1128 Use YYerror or YYUNDEF. */
1442 quotes and backslashes, so that it's suitable for yyerror. The
1868 else if (yychar == YYerror)
2655 yyerror (& (yylsp[-2]), parser,
2672 yyerror (& (yylsp[-2]), parser
3873 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error) function
    [all...]
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_parser.cpp 70 #define yyerror _mesa_glsl_error macro
118 #undef yyerror macro
120 static void yyerror(YYLTYPE *loc, _mesa_glsl_parse_state *st, const char *msg) function
1795 #define YYERROR goto yyerrorlab
1812 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
1813 YYERROR; \
1818 Use YYerror or YYUNDEF. */
2132 quotes and backslashes, so that it's suitable for yyerror. The
2559 else if (yychar == YYerror)
2676 YYERROR;
    [all...]
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_parser.cpp 68 #define yyerror _mesa_glsl_error macro
115 #undef yyerror macro
117 static void yyerror(YYLTYPE *loc, _mesa_glsl_parse_state *st, const char *msg) function
1650 #define YYERROR goto yyerrorlab
1667 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
1668 YYERROR; \
1934 quotes and backslashes, so that it's suitable for yyerror. The
2464 YYERROR;
2475 YYERROR;
2555 YYERROR;
    [all...]
  /xsrc/external/mit/MesaLib.old/src/mesa/program/
program_parse.tab.c 68 #define yyerror _mesa_program_error macro
141 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
1189 #define YYERROR goto yyerrorlab
1206 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
1207 YYERROR; \
1473 quotes and backslashes, so that it's suitable for yyerror. The
1960 yyerror(& (yylsp[0]), state, "invalid fragment program header");
1972 yyerror(& (yylsp[0]), state, "invalid vertex program header");
2001 yyerror(& (yylsp[-1]), state, err_str);
2002 YYERROR;
5019 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s) function
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
xkbparse.c 122 YYerror = 256, /* error */
192 #define YYerror 256
1314 #define YYERROR goto yyerrorlab
1332 yyerror (YY_("syntax error: cannot back up")); \
1333 YYERROR; \
1338 Use YYerror or YYUNDEF. */
1688 else if (yychar == YYerror)
2088 yyerror("cannot use 'alternate' to include other maps");
2808 yyerror("Multiple actions per level is not "
2987 yyerror("Multiple keysyms per level is not
3271 yyerror(const char *s) function
    [all...]
  /xsrc/external/mit/MesaLib/src/mesa/program/
program_parse.tab.c 145 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
1371 #define YYERROR goto yyerrorlab
1388 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
1389 YYERROR; \
1394 Use YYerror or YYUNDEF. */
1708 quotes and backslashes, so that it's suitable for yyerror. The
2121 else if (yychar == YYerror)
2207 yyerror(& (yylsp[0]), state, "invalid fragment program header");
2219 yyerror(& (yylsp[0]), state, "invalid vertex program header");
2248 yyerror(& (yylsp[-1]), state, err_str)
5282 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s) function
    [all...]

Completed in 69 milliseconds