Searched defs:yyerror (Results 1 - 11 of 11) sorted by relevance

/external/bison/lib/
H A Dyyerror.c24 int yyerror (char const *);
27 yyerror (char const *message) function
/external/bison/data/
H A Dglr.c70 # Optional effective arguments passed to yyerror: user args plus yylloc, and
102 # Arguments passed to yyerror: user formals plus yylocp with leading comma.
199 #define yyerror ]b4_prefix[error macro
613 quotes and backslashes, so that it's suitable for yyerror. The
766 yyerror (]b4_yyerror_args[yymsg);
855 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
1730 yyerror (]b4_yyerror_args[YY_("syntax is ambiguous"));
2015 yyerror (]b4_lyyerror_args[YY_("syntax error"));
2130 yyerror (]b4_lyyerror_args[yymsg);
2135 yyerror (]b4_lyyerror_arg
[all...]
H A Dyacc.c87 # Expand ARG iff yyerror is to be given a location as argument.
95 # Arguments passed to yyerror: user args plus yylloc.
363 #define yyerror ]b4_prefix[error macro
746 /* Like YYERROR except do call yyerror. This remains here temporarily
776 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
1187 quotes and backslashes, so that it's suitable for yyerror. The
1436 yyerror (]b4_yyerror_args[YY_("memory exhausted"));]], [[
1438 yyerror (]b4_yyerror_args[YY_("memory exhausted"));]])[
1856 yyerror (]b4_yyerror_args[YY_("syntax error"));
1886 yyerror (]b4_yyerror_arg
[all...]
/external/e2fsprogs/intl/
H A Dplural.c8 #define yyerror __gettexterror macro
79 static void yyerror (const char *str);
459 /* Like YYERROR except do call yyerror. This remains here temporarily
476 yyerror ("syntax error: cannot back up"); \
1169 yyerror (yymsg);
1173 yyerror ("parse error; also virtual memory exhausted");
1177 yyerror ("parse error");
1302 yyerror ("parser stack overflow");
1487 yyerror (const char *str) function
/external/mksh/src/
H A Dlex.c902 yyerror("no closing quote\n");
1206 yyerror("%s '%s' unclosed\n", "here document", eof);
1234 yyerror(const char *fmt, ...) function
1636 yyerror("missing ]\n");
/external/elfutils/src/src/
H A Dldscript.c65 #define yyerror lderror macro
110 static void yyerror (const char *s);
824 /* Like YYERROR except do call yyerror. This remains here temporarily
853 yyerror (YY_("syntax error: cannot back up")); \
1114 quotes and backslashes, so that it's suitable for yyerror. The
2167 yyerror (YY_("syntax error"));
2194 yyerror (yymsgp);
2311 yyerror (YY_("memory exhausted"));
2353 yyerror (const char *s) function
/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-events-bison.c67 #define yyerror parse_events_error macro
669 /* Like YYERROR except do call yyerror. This remains here temporarily
697 yyerror (_data, scanner, YY_("syntax error: cannot back up")); \
992 quotes and backslashes, so that it's suitable for yyerror. The
1976 yyerror (_data, scanner, YY_("syntax error"));
2003 yyerror (_data, scanner, yymsgp);
2118 yyerror (_data, scanner, YY_("memory exhausted"));
H A Dpmu-bison.c67 #define yyerror perf_pmu_error macro
559 /* Like YYERROR except do call yyerror. This remains here temporarily
587 yyerror (format, name, YY_("syntax error: cannot back up")); \
882 quotes and backslashes, so that it's suitable for yyerror. The
1515 yyerror (format, name, YY_("syntax error"));
1542 yyerror (format, name, yymsgp);
1657 yyerror (format, name, YY_("memory exhausted"));
/external/bison/src/
H A Dparse-gram.c67 #define yyerror gram_error macro
124 #undef yyerror macro
125 #define yyerror(Msg) \ macro
934 /* Like YYERROR except do call yyerror. This remains here temporarily
964 yyerror (YY_("syntax error: cannot back up")); \
1631 quotes and backslashes, so that it's suitable for yyerror. The
2949 yyerror (YY_("syntax error"));
2979 yyerror (yymsgp);
3106 yyerror (YY_("memory exhausted"));
/external/elfutils/src/libcpu/
H A Di386_parse.c65 #define yyerror i386_error macro
128 static void yyerror (const char *s);
827 /* Like YYERROR except do call yyerror. This remains here temporarily
856 yyerror (YY_("syntax error: cannot back up")); \
1117 quotes and backslashes, so that it's suitable for yyerror. The
2038 yyerror (YY_("syntax error"));
2065 yyerror (yymsgp);
2182 yyerror (YY_("memory exhausted"));
2224 yyerror (const char *s) function
/external/libpcap/
H A Dgrammar.c67 #define yyerror pcap_error macro
240 yyerror(const char *msg) function
1428 /* Like YYERROR except do call yyerror. This remains here temporarily
1456 yyerror (YY_("syntax error: cannot back up")); \
1743 quotes and backslashes, so that it's suitable for yyerror. The
3793 yyerror (YY_("syntax error"));
3820 yyerror (yymsgp);
3935 yyerror (YY_("memory exhausted"));

Completed in 426 milliseconds