Searched refs:yyssp (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c | 1410 yytype_int16 *yyssp; local 1434 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1456 yyssp = yyss; 1467 yyssp++; 1470 *yyssp = yystate; 1472 if (yyss + yystacksize - 1 <= yyssp) 1475 YYSIZE_T yysize = yyssp - yyss + 1; 1490 &yyss1, yysize * sizeof (*yyssp), 1523 yyssp = yyss + yysize - 1; 1529 if (yyss + yystacksize - 1 <= yyssp) [all …]
|
| H A D | zconf.tab.c_shipped | 1410 yytype_int16 *yyssp; 1434 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1456 yyssp = yyss; 1467 yyssp++; 1470 *yyssp = yystate; 1472 if (yyss + yystacksize - 1 <= yyssp) 1475 YYSIZE_T yysize = yyssp - yyss + 1; 1490 &yyss1, yysize * sizeof (*yyssp), 1523 yyssp = yyss + yysize - 1; 1529 if (yyss + yystacksize - 1 <= yyssp) [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-parser.tab.c_shipped | 1181 yytype_int16 *yyssp; 1205 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1227 yyssp = yyss; 1238 yyssp++; 1241 *yyssp = yystate; 1243 if (yyss + yystacksize - 1 <= yyssp) 1246 YYSIZE_T yysize = yyssp - yyss + 1; 1261 &yyss1, yysize * sizeof (*yyssp), 1294 yyssp = yyss + yysize - 1; 1300 if (yyss + yystacksize - 1 <= yyssp) [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | parse.c_shipped | 1429 yytype_int16 *yyssp; 1453 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1475 yyssp = yyss; 1486 yyssp++; 1489 *yyssp = yystate; 1491 if (yyss + yystacksize - 1 <= yyssp) 1494 YYSIZE_T yysize = yyssp - yyss + 1; 1509 &yyss1, yysize * sizeof (*yyssp), 1542 yyssp = yyss + yysize - 1; 1548 if (yyss + yystacksize - 1 <= yyssp) [all …]
|