Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, TParseContext* co… in yy_reduce_print() argument
1806 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
1815 yy_reduce_print (yyssp, yyvsp, yylsp, Rule, context, yyscanner); \
2139 YYSTYPE *yyvsp; in yyparse() local
2167 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) in yyparse()
2174 yyvsp = yyvs = yyvsa; in yyparse()
2218 &yyvs1, yysize * sizeof (*yyvsp), in yyparse()
2254 yyvsp = yyvs + yysize - 1; in yyparse()
2331 *++yyvsp = yylval; in yyparse()
2362 yyval = yyvsp[1-yylen]; in yyparse()
[all …]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.c1196 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, struct parser_param *param) in yy_reduce_print() argument
1209 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
1218 yy_reduce_print (yyssp, yyvsp, Rule, param); \
1782 YYSTYPE *yyvsp; in yyparse() local
1801 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1808 yyvsp = yyvs = yyvsa; in yyparse()
1849 &yyvs1, yysize * sizeof (*yyvsp), in yyparse()
1882 yyvsp = yyvs + yysize - 1; in yyparse()
1958 *++yyvsp = yylval; in yyparse()
1989 yyval = yyvsp[1-yylen]; in yyparse()
[all …]
/external/libpcap/
Dgrammar.c1513 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t… in yy_reduce_print() argument
1526 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
1535 yy_reduce_print (yyssp, yyvsp, Rule, yyscanner, cstate); \
1849 YYSTYPE *yyvsp; in yyparse() local
1868 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1875 yyvsp = yyvs = yyvsa; in yyparse()
1916 &yyvs1, yysize * sizeof (*yyvsp), in yyparse()
1949 yyvsp = yyvs + yysize - 1; in yyparse()
2025 *++yyvsp = yylval; in yyparse()
2056 yyval = yyvsp[1-yylen]; in yyparse()
[all …]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, Context *context) in yy_reduce_print() argument
806 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
815 yy_reduce_print (yyssp, yyvsp, Rule, context); \
1128 YYSTYPE *yyvsp; in yyparse() local
1147 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1154 yyvsp = yyvs = yyvsa; in yyparse()
1195 &yyvs1, yysize * sizeof (*yyvsp), in yyparse()
1228 yyvsp = yyvs + yysize - 1; in yyparse()
1304 *++yyvsp = yylval; in yyparse()
1335 yyval = yyvsp[1-yylen]; in yyparse()
[all …]
/external/e2fsprogs/intl/
Dplural.c707 register YYSTYPE *yyvsp; in yyparse() local
717 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
719 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
749 yyvsp = yyvs; in yyparse()
788 &yyvs1, yysize * sizeof (*yyvsp), in yyparse()
795 &yyvs1, yysize * sizeof (*yyvsp), in yyparse()
831 yyvsp = yyvs + yysize - 1; in yyparse()
938 *++yyvsp = yylval; in yyparse()
977 yyval = yyvsp[1-yylen]; in yyparse()
1008 if (yyvsp[0].exp == NULL) in yyparse()
[all …]
/external/toybox/kconfig/
Dzconf.tab.c_shipped1218 YYSTYPE *yyvsp;
1222 #define YYPOPSTACK (yyvsp--, yyssp--)
1248 yyvsp = yyvs;
1284 &yyvs1, yysize * sizeof (*yyvsp),
1319 yyvsp = yyvs + yysize - 1;
1392 *++yyvsp = yylval;
1429 yyval = yyvsp[1-yylen];
1442 { zconf_error("unknown statement \"%s\"", (yyvsp[-2].string)); ;}
1448 zconf_error("unexpected option \"%s\"", kconf_id_strings + (yyvsp[-2].id)->name);
1459 { zconf_error("unknown option \"%s\"", (yyvsp[-2].string)); ;}
[all …]