Lines Matching refs:yyssp
982 yystate = *yyssp; \
1161 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, glcpp_parser_t *parser)
1173 yystos[yyssp[yyi + 1 - yynrhs]],
1183 yy_reduce_print (yyssp, yyvsp, yylsp, Rule, parser); \
1310 yytype_int16 *yyssp, int yytoken)
1348 int yyn = yypact[*yyssp];
1502 yytype_int16 *yyssp;
1535 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
1541 yyssp = yyss = yyssa;
1573 yyssp++;
1576 *yyssp = (yytype_int16) yystate;
1578 if (yyss + yystacksize - 1 <= yyssp)
1581 YYSIZE_T yysize = (YYSIZE_T) (yyssp - yyss + 1);
1597 &yyss1, yysize * sizeof (*yyssp),
1632 yyssp = yyss + yysize - 1;
1639 if (yyss + yystacksize - 1 <= yyssp)
2777 YY_STACK_PRINT (yyss, yyssp);
2787 const int yyi = yypgoto[yylhs] + *yyssp;
2788 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp
2812 yyssp, yytoken)
2885 YY_STACK_PRINT (yyss, yyssp);
2886 yystate = *yyssp;
2911 if (yyssp == yyss)
2918 yystate = *yyssp;
2919 YY_STACK_PRINT (yyss, yyssp);
2975 YY_STACK_PRINT (yyss, yyssp);
2976 while (yyssp != yyss)
2979 yystos[*yyssp], yyvsp, yylsp, parser);