Searched defs:yyssp (Results 1 - 6 of 6) sorted by relevance

/external/bison/data/
H A Dyacc.c243 yytype_int16 *yyssp;
770 yystate = *yyssp; \]b4_lac_if([[
1008 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1053 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1055 yytype_int16 *yyes_prev = yyssp;
1246 YYSIZE_T *yyes_capacity, ]])[yytype_int16 *yyssp, int yytoken)
1293 int yyn = yypact[*yyssp];]b4_lac_if([[
1312 yyssp, yyx);
1486 #define yyssp yyps->yyssp macro
[all...]
/external/e2fsprogs/intl/
H A Dplural.c702 register short *yyssp; local
717 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
719 # define YYPOPSTACK (yyvsp--, yyssp--)
748 yyssp = yyss;
762 yyssp++;
765 *yyssp = yystate;
767 if (yyssp >= yyss + yystacksize - 1)
770 YYSIZE_T yysize = yyssp - yyss + 1;
787 &yyss1, yysize * sizeof (*yyssp),
794 &yyss1, yysize * sizeof (*yyssp),
[all...]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp659 yystate = *yyssp; \
770 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, Context *context) argument
782 yystos[yyssp[yyi + 1 - yynrhs]],
792 yy_reduce_print (yyssp, yyvsp, Rule, context); \
919 yytype_int16 *yyssp, int yytoken)
957 int yyn = yypact[*yyssp];
1100 yytype_int16 *yyssp;
1124 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1130 yyssp = yyss = yyssa;
1148 yyssp
918 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) argument
[all...]
/external/bison/src/
H A Dparse-gram.c958 yystate = *yyssp; \
1437 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1482 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1484 yytype_int16 *yyes_prev = yyssp;
1690 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1730 int yyn = yypact[*yyssp];
1742 yyssp, yyx);
1936 yytype_int16 *yyssp; local
1974 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
1980 yyssp
1481 yy_lac(yytype_int16 *yyesa, yytype_int16 **yyes, YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) argument
1688 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyesa, yytype_int16 **yyes, YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) argument
[all...]
/external/libpcap/
H A Dgrammar.c1401 yystate = *yyssp; \
1513 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t *cstate) argument
1525 yystos[yyssp[yyi + 1 - yynrhs]],
1535 yy_reduce_print (yyssp, yyvsp, Rule, yyscanner, cstate); \
1662 yytype_int16 *yyssp, int yytoken)
1700 int yyn = yypact[*yyssp];
1844 yytype_int16 *yyssp; local
1868 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1874 yyssp = yyss = yyssa;
1892 yyssp
1661 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) argument
[all...]
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp1611 yystate = *yyssp; \
1791 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, TParseContext* context, void* yyscanner) argument
1803 yystos[yyssp[yyi + 1 - yynrhs]],
1813 yy_reduce_print (yyssp, yyvsp, yylsp, Rule, context, yyscanner); \
1940 yytype_int16 *yyssp, int yytoken)
1978 int yyn = yypact[*yyssp];
2132 yytype_int16 *yyssp;
2165 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
2171 yyssp = yyss = yyssa;
2191 yyssp
1939 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) argument
[all...]

Completed in 94 milliseconds