Home
last modified time | relevance | path

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

/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c394 short *yyssp; variable
565 yyssp = yyss; in yyparse()
567 *yyssp = yystate = 0; in yyparse()
593 if (yyssp >= yyss + yystacksize - 1) in yyparse()
597 *++yyssp = yystate = yytable[yyn]; in yyparse()
626 if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 && in yyparse()
632 to state %d\n", YYPREFIX, *yyssp, yytable[yyn]); in yyparse()
634 if (yyssp >= yyss + yystacksize - 1) in yyparse()
638 *++yyssp = yystate = yytable[yyn]; in yyparse()
647 YYPREFIX, *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/bison/data/
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
1547 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)]b4_locations_if([, yylsp -= (N)])[)
[all …]
/external/bison/src/
Dparse-gram.c958 yystate = *yyssp; \
1437 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1482 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) in yy_lac() argument
1484 yytype_int16 *yyes_prev = yyssp; in yy_lac()
1690 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument
1730 int yyn = yypact[*yyssp]; in yysyntax_error()
1742 yyssp, yyx); in yysyntax_error()
1936 yytype_int16 *yyssp; local
1974 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
1980 yyssp = yyss = yyssa;
[all …]
/external/libpcap/
Dgrammar.c1570 short int *yyssp; local
1579 #define YYPOPSTACK (yyvsp--, yyssp--)
1604 yyssp = yyss;
1616 yyssp++;
1619 *yyssp = yystate;
1621 if (yyss + yystacksize - 1 <= yyssp)
1624 YYSIZE_T yysize = yyssp - yyss + 1;
1640 &yyss1, yysize * sizeof (*yyssp),
1675 yyssp = yyss + yysize - 1;
1682 if (yyss + yystacksize - 1 <= yyssp)
[all …]
/external/elfutils/src/
Dldscript.c1375 yytype_int16 *yyssp; local
1384 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1409 yyssp = yyss;
1420 yyssp++;
1423 *yyssp = yystate;
1425 if (yyss + yystacksize - 1 <= yyssp)
1428 YYSIZE_T yysize = yyssp - yyss + 1;
1444 &yyss1, yysize * sizeof (*yyssp),
1479 yyssp = yyss + yysize - 1;
1486 if (yyss + yystacksize - 1 <= yyssp)
[all …]
/external/elfutils/libcpu/
Di386_parse.c1366 yytype_int16 *yyssp; local
1375 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1400 yyssp = yyss;
1411 yyssp++;
1414 *yyssp = yystate;
1416 if (yyss + yystacksize - 1 <= yyssp)
1419 YYSIZE_T yysize = yyssp - yyss + 1;
1435 &yyss1, yysize * sizeof (*yyssp),
1470 yyssp = yyss + yysize - 1;
1477 if (yyss + yystacksize - 1 <= yyssp)
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1892 yytype_int16 *yyssp; local
1901 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1926 yyssp = yyss;
1937 yyssp++;
1940 *yyssp = yystate;
1942 if (yyss + yystacksize - 1 <= yyssp)
1945 YYSIZE_T yysize = yyssp - yyss + 1;
1961 &yyss1, yysize * sizeof (*yyssp),
1996 yyssp = yyss + yysize - 1;
2003 if (yyss + yystacksize - 1 <= yyssp)
[all …]
/external/bison/
DChangeLog716 * data/yacc.c: Fuse the initializations of yyssp, yyss and the like.
DChangeLog-2012801 (yysyntax_error): Change yystate argument to yyssp so stack top
6157 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
6165 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
6195 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,