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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y124 | SYNTAX_ERROR { yyerror("syntax error"); YYERROR; }
139 YYERROR;
H A DOSUnserialize.cpp371 #define YYERROR goto yyerrlab1 macro
372 /* Like YYERROR except do call yyerror.
374 transition to the new meaning of YYERROR, for GCC.
387 { yyerror ("syntax error: cannot back up"); YYERROR; } \
836 { yyerror("syntax error"); YYERROR; ;
873 YYERROR;
H A DOSUnserializeXML.y151 YYERROR;
159 YYERROR;
175 YYERROR;
H A DOSUnserializeXML.cpp693 #define YYERROR goto yyerrorlab macro
696 /* Like YYERROR except do call yyerror. This remains here temporarily
697 to ease the transition to the new meaning of YYERROR, for GCC.
717 YYERROR; \
1503 YYERROR;
1519 YYERROR;
1565 YYERROR;
1751 | yyerrorlab -- error raised explicitly by YYERROR. |
1756 YYERROR and the label yyerrorlab therefore never appears in user
1762 this YYERROR
[all...]

Completed in 38 milliseconds