Searched refs:yyss (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp394 yytype_int16 yyss; member in union:yyalloc
1233 `yyss': related to states,
1242 yytype_int16 *yyss = yyssa;
1277 yyssp = yyss;
1293 if (yyss + yystacksize - 1 <= yyssp)
1296 YYSIZE_T yysize = yyssp - yyss + 1;
1304 yytype_int16 *yyss1 = yyss;
1317 yyss = yyss1;
1332 yytype_int16 *yyss1 = yyss;
1337 YYSTACK_RELOCATE (yyss);
1807 YYSTACK_FREE (yyss); variable
[all...]
H A DOSUnserializeXML.cpp423 yytype_int16 yyss; member in union:yyalloc
1267 `yyss': related to states,
1276 yytype_int16 *yyss = yyssa;
1311 yyssp = yyss;
1327 if (yyss + yystacksize - 1 <= yyssp)
1330 YYSIZE_T yysize = yyssp - yyss + 1;
1338 yytype_int16 *yyss1 = yyss;
1351 yyss = yyss1;
1366 yytype_int16 *yyss1 = yyss;
1371 YYSTACK_RELOCATE (yyss);
1847 YYSTACK_FREE (yyss); variable
[all...]

Completed in 16 milliseconds