Searched refs:yyerror (Results 1 - 25 of 78) sorted by relevance

1234

/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-parse.y168 int yyerror (char *msg);
183 yyerror (char *msg)
237 yyerror ("Dregs expected");
243 yyerror ("Bad register pair");
249 yyerror ("Bad register pair");
262 return yyerror ("Source multiplication register mismatch");
284 return yyerror ("(M) not allowed with A0MAC");
286 return yyerror ("Vector AxMACs can't be same");
294 return yyerror ("(M) not allowed with A0MAC");
296 return yyerror ("Ba
[all...]
H A Dm68k-parse.y35 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
44 #define yyerror m68k_error
88 static void yyerror (const char *);
276 yyerror (_("syntax error"));
313 yyerror (_("syntax error"));
324 yyerror (_("syntax error"));
390 yyerror (_("syntax error"));
402 yyerror (_("syntax error"));
427 yyerror (_("syntax error"));
435 yyerror (
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Ddlltool.h37 extern int yyerror (const char *);
H A Darparse.y34 static int yyerror (const char *);
95 | FILENAME { yyerror("foo"); }
197 yyerror (const char *x ATTRIBUTE_UNUSED)
H A Dsysinfo.y34 static int yyerror (char *s);
430 yyerror (char *s)
H A Dsysinfo.c94 static int yyerror (char *s);
491 /* Like YYERROR except do call yyerror. This remains here temporarily
511 yyerror (YY_("syntax error: cannot back up")); \
736 quotes and backslashes, so that it's suitable for yyerror. The
1632 yyerror (yymsg);
1637 yyerror (YY_("syntax error"));
1643 yyerror (YY_("syntax error"));
1751 yyerror (YY_("memory exhausted"));
1803 yyerror (char *s)
1799 yyerror (char *s) function
/haiku-buildtools/binutils/binutils/
H A Ddlltool.h34 extern int yyerror (const char *);
H A Darparse.y34 static int yyerror (const char *);
95 | FILENAME { yyerror("foo"); }
197 yyerror (const char *x ATTRIBUTE_UNUSED)
H A Dwindmc.h82 int yyerror (const char *, ...);
H A Dsysinfo.y35 static int yyerror (char *s);
425 yyerror (char *s)
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y163 int yyerror (const char *);
181 yyerror (const char *msg)
230 yyerror ("Dregs expected");
236 yyerror ("Bad register pair");
242 yyerror ("Bad register pair");
255 return yyerror ("Source multiplication register mismatch");
297 return yyerror ("Bad opt mode");
305 return yyerror ("(M) not allowed with A0MAC");
307 return yyerror ("Vector AxMACs can't be same");
315 return yyerror ("(
[all...]
H A Dm68k-parse.y34 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
43 #define yyerror m68k_error
87 static void yyerror (const char *);
275 yyerror (_("syntax error"));
312 yyerror (_("syntax error"));
323 yyerror (_("syntax error"));
389 yyerror (_("syntax error"));
401 yyerror (_("syntax error"));
426 yyerror (_("syntax error"));
434 yyerror (
[all...]
/haiku-buildtools/jam/
H A Dscan.h12 * yyerror( char *s ) - print a parsing error message
45 void yyerror( const char *s );
H A Dscan.c68 yyerror( const char *s ) function
262 yyerror( "action block too big" );
268 yyerror( "unmatched {} in action block" );
350 yyerror( "string too big" );
356 yyerror( "unmatched \" in string" );
/haiku-buildtools/legacy/binutils/ld/
H A Dldmisc.h30 extern void yyerror (const char *);
/haiku-buildtools/binutils/ld/
H A Dldmisc.h30 extern void yyerror (const char *);
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-lex.h84 extern void yyerror PROTO((const char *));
H A Dcexp.y53 static void yyerror PVPROTO((const char *, ...))
450 yyerror ("too many `l's in integer constant");
456 yyerror ("two `u's in integer constant");
461 yyerror ("Floating point numbers not allowed in #if expressions");
463 yyerror ("missing white space after number `%.*s'",
541 yyerror ("`%s' not allowed in operand of `#if'", toktab->operator);
778 yyerror ("string constants not allowed in #if expressions");
810 yyerror ("Invalid token in expression");
927 yyerror ("\\x used with no following hex digits");
1009 yyerror VPROT
[all...]
H A Dcexp.c49 static void yyerror PVPROTO((const char *, ...))
408 /* Like YYERROR except do call yyerror.
423 { yyerror ("syntax error: cannot back up"); YYERROR; } \
666 yyerror("parser stack overflow");
1209 yyerror(msg);
1213 yyerror ("parse error; also virtual memory exceeded");
1217 yyerror("parse error");
1368 yyerror ("too many `l's in integer constant");
1374 yyerror ("two `u's in integer constant");
1379 yyerror ("Floatin
1922 yyerror VPROTO ((const char * msgid, ...)) function
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Ditbl-parse.y277 static int yyerror PARAMS ((const char *));
453 yyerror (msg)
/haiku-buildtools/binutils/gas/
H A Ditbl-parse.y277 static int yyerror (const char *);
453 yyerror (const char *msg)
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c10 #define yyerror java_error macro
2305 /* Like YYERROR except do call yyerror.
2320 { yyerror ("syntax error: cannot back up"); YYERROR; } \
2573 yyerror("parser stack overflow");
2812 {yyerror ("Missing name"); RECOVER;;
2816 {yyerror ("';' expected"); RECOVER;;
2848 {yyerror ("Missing name"); RECOVER;;
2852 {yyerror ("';' expected"); RECOVER;;
2870 {yyerror ("'*' expected"); RECOVER;;
2874 {yyerror ("';' expecte
5080 yyerror (msg) function
[all...]
H A Dparse.y569 {yyerror ("Missing name"); RECOVER;}
571 {yyerror ("';' expected"); RECOVER;}
607 {yyerror ("Missing name"); RECOVER;}
609 {yyerror ("';' expected"); RECOVER;}
626 {yyerror ("'*' expected"); RECOVER;}
628 {yyerror ("';' expected"); RECOVER;}
648 yyerror ("Class or interface declaration expected");
689 {yyerror ("Missing class name"); RECOVER;}
691 {yyerror ("Missing class name"); RECOVER;}
694 if (!ctxp->class_err) yyerror ("'{' expecte
[all...]
/haiku-buildtools/binutils/intl/
H A Dplural.c8 #define yyerror __gettexterror macro
91 static void yyerror PARAMS ((const char *str));
483 /* Like YYERROR except do call yyerror. This remains here temporarily
500 yyerror ("syntax error: cannot back up"); \
1196 yyerror (yymsg);
1200 yyerror ("parse error; also virtual memory exhausted");
1204 yyerror ("parse error");
1329 yyerror ("parser stack overflow");
1517 yyerror (str)
1514 yyerror (str) function
/haiku-buildtools/gcc/intl/
H A Dplural.c8 #define yyerror __gettexterror macro
91 static void yyerror PARAMS ((const char *str));
483 /* Like YYERROR except do call yyerror. This remains here temporarily
500 yyerror ("syntax error: cannot back up"); \
1196 yyerror (yymsg);
1200 yyerror ("parse error; also virtual memory exhausted");
1204 yyerror ("parse error");
1329 yyerror ("parser stack overflow");
1517 yyerror (str)
1514 yyerror (str) function

Completed in 531 milliseconds

1234