Lines Matching defs:yyssp
1662 yystate = *yyssp; \
1841 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, struct _mesa_glsl_parse_state *state)
1853 yystos[yyssp[yyi + 1 - yynrhs]],
1863 yy_reduce_print (yyssp, yyvsp, yylsp, Rule, state); \
1990 yytype_int16 *yyssp, int yytoken)
2028 int yyn = yypact[*yyssp];
2182 yytype_int16 *yyssp;
2215 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
2221 yyssp = yyss = yyssa;
2253 yyssp++;
2256 *yyssp = (yytype_int16) yystate;
2258 if (yyss + yystacksize - 1 <= yyssp)
2261 YYSIZE_T yysize = (YYSIZE_T) (yyssp - yyss + 1);
2277 &yyss1, yysize * sizeof (*yyssp),
2312 yyssp = yyss + yysize - 1;
2319 if (yyss + yystacksize - 1 <= yyssp)
5836 YY_STACK_PRINT (yyss, yyssp);
5846 const int yyi = yypgoto[yylhs] + *yyssp;
5847 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp
5871 yyssp, yytoken)
5944 YY_STACK_PRINT (yyss, yyssp);
5945 yystate = *yyssp;
5970 if (yyssp == yyss)
5977 yystate = *yyssp;
5978 YY_STACK_PRINT (yyss, yyssp);
6034 YY_STACK_PRINT (yyss, yyssp);
6035 while (yyssp != yyss)
6038 yystos[*yyssp], yyvsp, yylsp, state);