Home
last modified time | relevance | path

Searched refs:yyssp (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp682 yystate = *yyssp; \
793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, Context *context) in yy_reduce_print() argument
805 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
815 yy_reduce_print (yyssp, yyvsp, Rule, context); \
942 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument
980 int yyn = yypact[*yyssp]; in yysyntax_error()
1123 yytype_int16 *yyssp; in yyparse() local
1147 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1153 yyssp = yyss = yyssa; in yyparse()
1171 yyssp++; in yyparse()
[all …]
/external/e2fsprogs/intl/
Dplural.c702 register short *yyssp; in yyparse() local
717 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
719 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
748 yyssp = yyss; in yyparse()
762 yyssp++; in yyparse()
765 *yyssp = yystate; in yyparse()
767 if (yyssp >= yyss + yystacksize - 1) in yyparse()
770 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
787 &yyss1, yysize * sizeof (*yyssp), in yyparse()
794 &yyss1, yysize * sizeof (*yyssp), in yyparse()
[all …]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.c1085 yystate = *yyssp; \
1196 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, struct parser_param *param) in yy_reduce_print() argument
1208 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
1218 yy_reduce_print (yyssp, yyvsp, Rule, param); \
1345 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument
1383 int yyn = yypact[*yyssp]; in yysyntax_error()
1777 yytype_int16 *yyssp; in yyparse() local
1801 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1807 yyssp = yyss = yyssa; in yyparse()
1825 yyssp++; in yyparse()
[all …]
/external/libpcap/
Dgrammar.c1401 yystate = *yyssp; \
1513 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t… in yy_reduce_print() argument
1525 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
1535 yy_reduce_print (yyssp, yyvsp, Rule, yyscanner, cstate); \
1662 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument
1700 int yyn = yypact[*yyssp]; in yysyntax_error()
1844 yytype_int16 *yyssp; in yyparse() local
1868 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1874 yyssp = yyss = yyssa; in yyparse()
1892 yyssp++; in yyparse()
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1613 yystate = *yyssp; \
1793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, TParseContext* co… in yy_reduce_print() argument
1805 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
1815 yy_reduce_print (yyssp, yyvsp, yylsp, Rule, context, yyscanner); \
1942 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument
1980 int yyn = yypact[*yyssp]; in yysyntax_error()
2134 yytype_int16 *yyssp; in yyparse() local
2167 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) in yyparse()
2173 yyssp = yyss = yyssa; in yyparse()
2193 yyssp++; in yyparse()
[all …]
/external/toybox/kconfig/
Dzconf.tab.c_shipped1213 short int *yyssp;
1222 #define YYPOPSTACK (yyvsp--, yyssp--)
1247 yyssp = yyss;
1259 yyssp++;
1262 *yyssp = yystate;
1264 if (yyss + yystacksize - 1 <= yyssp)
1267 YYSIZE_T yysize = yyssp - yyss + 1;
1283 &yyss1, yysize * sizeof (*yyssp),
1318 yyssp = yyss + yysize - 1;
1325 if (yyss + yystacksize - 1 <= yyssp)
[all …]