Home
last modified time | relevance | path

Searched refs:yyparse (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSUnserialize.cpp112 #define yyparse OSUnserializeparse macro
1191 int yyparse(void *YYPARSE_PARAM);
1193 int yyparse();
1197 int yyparse(void);
1199 int yyparse();
1224 yyparse(void *YYPARSE_PARAM) in yyparse() function
1227 yyparse(YYPARSE_PARAM) in yyparse()
1234 yyparse(void)
1237 yyparse()
2312 if (yyparse() == 0) { in OSUnserialize()
H A DOSUnserialize.y663 if (yyparse() == 0) { in OSUnserialize()
H A DOSUnserializeXML.y1428 (void)yyparse((void *)state); in OSUnserializeXML()
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h112 #define yyparse OSUnserializeXMLparse macro
1268 int yyparse(void *YYPARSE_PARAM);
1270 int yyparse();
1274 int yyparse(void);
1276 int yyparse();
1293 yyparse(void *YYPARSE_PARAM) in yyparse() function
1296 yyparse(YYPARSE_PARAM) in yyparse()
1303 yyparse(void)
1306 yyparse()
3039 (void)yyparse((void *)state); in OSUnserializeXML()
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h112 #define yyparse OSUnserializeXMLparse macro
1268 int yyparse(void *YYPARSE_PARAM);
1270 int yyparse();
1274 int yyparse(void);
1276 int yyparse();
1293 yyparse(void *YYPARSE_PARAM) in yyparse() function
1296 yyparse(YYPARSE_PARAM) in yyparse()
1303 yyparse(void)
1306 yyparse()
3039 (void)yyparse((void *)state); in OSUnserializeXML()
/xnu-11215/SETUP/config/
H A Dconfig.h168 int yyparse(void);
H A Dmain.c132 if (yyparse()) { in main()