Lines Matching defs:yyssp
1201 yystate = *yyssp; \
1380 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, struct asm_parser_state *state)
1392 yystos[yyssp[yyi + 1 - yynrhs]],
1402 yy_reduce_print (yyssp, yyvsp, yylsp, Rule, state); \
1529 yytype_int16 *yyssp, int yytoken)
1567 int yyn = yypact[*yyssp];
1721 yytype_int16 *yyssp;
1754 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
1760 yyssp = yyss = yyssa;
1780 yyssp++;
1783 *yyssp = (yytype_int16) yystate;
1785 if (yyss + yystacksize - 1 <= yyssp)
1788 YYSIZE_T yysize = (YYSIZE_T) (yyssp - yyss + 1);
1804 &yyss1, yysize * sizeof (*yyssp),
1839 yyssp = yyss + yysize - 1;
1846 if (yyss + yystacksize - 1 <= yyssp)
4363 YY_STACK_PRINT (yyss, yyssp);
4373 const int yyi = yypgoto[yylhs] + *yyssp;
4374 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp
4398 yyssp, yytoken)
4471 YY_STACK_PRINT (yyss, yyssp);
4472 yystate = *yyssp;
4497 if (yyssp == yyss)
4504 yystate = *yyssp;
4505 YY_STACK_PRINT (yyss, yyssp);
4561 YY_STACK_PRINT (yyss, yyssp);
4562 while (yyssp != yyss)
4565 yystos[*yyssp], yyvsp, yylsp, state);