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

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.y121 input: /* empty */ { parsedObject = (OSObject *)NULL; YYACCEPT; }
122 | object { parsedObject = (OSObject *)$1; YYACCEPT; }
H A DOSUnserialize.cpp652 #define YYACCEPT goto yyacceptlab macro
1410 YYACCEPT;
1463 { parsedObject = (OSObject *)NULL; YYACCEPT; ;}
1468 { parsedObject = (OSObject *)(yyvsp[(1) - (1)]); YYACCEPT; ;}
1758 YYACCEPT;
1771 | yyacceptlab -- YYACCEPT comes here. |
1799 this YYABORT or YYACCEPT. */
H A DOSUnserializeXML.cpp686 #define YYACCEPT goto yyacceptlab macro
1444 YYACCEPT;
1507 YYACCEPT;
1798 YYACCEPT;
1811 | yyacceptlab -- YYACCEPT comes here. |
1839 this YYABORT or YYACCEPT. */
H A DOSUnserializeXML.y151 YYACCEPT;

Completed in 34 milliseconds