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

/darwin-on-arm/xnu/SETUP/config/
H A Dparser.y246 yyerror("Unknown machine type");
352 yyerror("extraneous root device specification");
370 yyerror("extraneous dump device specification");
389 yyerror("extraneous arg device specification");
531 yyerror("wrong machine type for vme16d16");
538 yyerror("wrong machine type for vme24d16");
545 yyerror("wrong machine type for vme32d16");
551 yyerror("wrong machine type for vme16d32");
557 yyerror("wrong machine type for vme24d32");
563 yyerror("wron
[all...]
H A Dconfig.h263 void yyerror(const char *s);
H A Dmkioconf.c996 yyerror("invalid controller");
1003 yyerror("parameter below range");
1007 yyerror("parameter above range");
1015 yyerror("invalid parameter");
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.y77 static int yyerror(const char *s);
123 | SYNTAX_ERROR { yyerror("syntax error"); YYERROR; }
137 yyerror("forward reference detected");
233 yyerror(const char *s) /* Called by yyparse on error */
H A DOSUnserializeXML.y101 #undef yyerror
102 #define yyerror(s) OSUnserializeerror(STATE, (s))
145 input: /* empty */ { yyerror("unexpected end of buffer");
153 | SYNTAX_ERROR { yyerror("syntax error");
169 yyerror("forward reference detected");
H A DOSUnserialize.cpp114 #define yyerror OSUnserializeerror macro
163 static int yyerror(const char *s);
657 /* Like YYERROR except do call yyerror. This remains here temporarily
677 yyerror (YY_("syntax error: cannot back up")); \
972 quotes and backslashes, so that it's suitable for yyerror. The
1473 { yyerror("syntax error"); YYERROR; ;}
1517 yyerror("forward reference detected");
1643 yyerror (YY_("syntax error"));
1667 yyerror (yymsg);
1671 yyerror (YY
[all...]
H A DOSUnserializeXML.cpp114 #define yyerror OSUnserializeXMLerror macro
196 #undef yyerror macro
197 #define yyerror(s) OSUnserializeerror(STATE, (s)) macro
691 /* Like YYERROR except do call yyerror. This remains here temporarily
711 yyerror (YY_("syntax error: cannot back up")); \
1006 quotes and backslashes, so that it's suitable for yyerror. The
1497 { yyerror("unexpected end of buffer");
1513 { yyerror("syntax error");
1559 yyerror("forward reference detected");
1683 yyerror (YY
[all...]

Completed in 31 milliseconds