Searched refs:yyssp (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 1180 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 1223 int yyn = yypact[*yyssp]; in yysyntax_error() 1435 yytype_int16 *yyssp; local 1459 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1481 yyssp = yyss; 1492 yyssp++; 1495 *yyssp = yystate; 1497 if (yyss + yystacksize - 1 <= yyssp) 1500 YYSIZE_T yysize = yyssp - yyss + 1; 1515 &yyss1, yysize * sizeof (*yyssp), [all …]
|
D | zconf.tab.c_shipped | 1180 yytype_int16 *yyssp, int yytoken) 1223 int yyn = yypact[*yyssp]; 1435 yytype_int16 *yyssp; 1459 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1481 yyssp = yyss; 1492 yyssp++; 1495 *yyssp = yystate; 1497 if (yyss + yystacksize - 1 <= yyssp) 1500 YYSIZE_T yysize = yyssp - yyss + 1; 1515 &yyss1, yysize * sizeof (*yyssp), [all …]
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 905 yystate = *yyssp; \ 1255 yytype_int16 *yyssp, int yytoken) 1298 int yyn = yypact[*yyssp]; 1480 yytype_int16 *yyssp; 1504 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1526 yyssp = yyss; 1537 yyssp++; 1540 *yyssp = yystate; 1542 if (yyss + yystacksize - 1 <= yyssp) 1545 YYSIZE_T yysize = yyssp - yyss + 1; [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 765 yystate = *yyssp; \ 1083 yytype_int16 *yyssp, int yytoken) 1125 int yyn = yypact[*yyssp]; 1301 yytype_int16 *yyssp; 1325 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1331 yyssp = yyss = yyssa; 1349 yyssp++; 1352 *yyssp = yystate; 1354 if (yyss + yystacksize - 1 <= yyssp) 1357 YYSIZE_T yysize = yyssp - yyss + 1; [all …]
|