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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y78 static int yyerror(char *s);
124 | SYNTAX_ERROR { yyerror("syntax error"); YYERROR; }
138 yyerror("forward reference detected");
234 yyerror(char *s) /* Called by yyparse on error */
H A DOSUnserialize.cpp65 #define yyerror OSUnserializeerror macro
95 static int yyerror(char *s);
372 /* Like YYERROR except do call yyerror.
387 { yyerror ("syntax error: cannot back up"); YYERROR; } \
640 yyerror("parser stack overflow");
836 { yyerror("syntax error"); YYERROR; ;
872 yyerror("forward reference detected");
1045 yyerror(msg);
1049 yyerror ("parse error; also virtual memory exceeded");
1053 yyerror("pars
1190 yyerror(char *s) /* Called by yyparse on error */ function
[all...]
H A DOSUnserializeXML.y101 #undef yyerror
102 #define yyerror(s) OSUnserializeerror(STATE, (s))
150 input: /* empty */ { yyerror("unexpected end of buffer");
158 | SYNTAX_ERROR { yyerror("syntax error");
174 yyerror("forward reference detected");
H A DOSUnserializeXML.cpp114 #define yyerror OSUnserializeXMLerror macro
196 #undef yyerror macro
197 #define yyerror(s) OSUnserializeerror(STATE, (s)) macro
696 /* Like YYERROR except do call yyerror. This remains here temporarily
716 yyerror (YY_("syntax error: cannot back up")); \
1011 quotes and backslashes, so that it's suitable for yyerror. The
1502 { yyerror("unexpected end of buffer");
1518 { yyerror("syntax error");
1564 yyerror("forward reference detected");
1688 yyerror (YY
[all...]

Completed in 19 milliseconds