Searched refs:yyssp (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 852 yystate = *yyssp; \ 1202 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 1245 int yyn = yypact[*yyssp]; in yysyntax_error() 1457 yytype_int16 *yyssp; local 1481 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1503 yyssp = yyss; 1514 yyssp++; 1517 *yyssp = yystate; 1519 if (yyss + yystacksize - 1 <= yyssp) 1522 YYSIZE_T yysize = yyssp - yyss + 1; [all …]
|
D | zconf.tab.c_shipped | 852 yystate = *yyssp; \ 1202 yytype_int16 *yyssp, int yytoken) 1245 int yyn = yypact[*yyssp]; 1457 yytype_int16 *yyssp; 1481 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1503 yyssp = yyss; 1514 yyssp++; 1517 *yyssp = yystate; 1519 if (yyss + yystacksize - 1 <= yyssp) 1522 YYSIZE_T yysize = yyssp - yyss + 1; [all …]
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 918 yystate = *yyssp; \ 1240 yytype_int16 *yyssp, int yytoken) 1282 int yyn = yypact[*yyssp]; 1463 yytype_int16 *yyssp; 1487 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) 1493 yyssp = yyss = yyssa; 1511 yyssp++; 1514 *yyssp = yystate; 1516 if (yyss + yystacksize - 1 <= yyssp) 1519 YYSIZE_T yysize = yyssp - yyss + 1; [all …]
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 719 yystate = *yyssp; \ 897 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) 909 yystos[yyssp[yyi + 1 - yynrhs]], 919 yy_reduce_print (yyssp, yyvsp, yylsp, Rule); \ 1046 yytype_int16 *yyssp, int yytoken) 1084 int yyn = yypact[*yyssp]; 1230 yytype_int16 *yyssp; 1263 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) 1269 yyssp = yyss = yyssa; 1289 yyssp++; [all …]
|