Home
last modified time | relevance | path

Searched refs:yyesp (Results 1 – 3 of 3) sorted by relevance

/external/bison/data/
Dyacc.c1056 yytype_int16 *yyesp = yyes_prev;
1065 int yyrule = yypact[*yyesp];
1070 yyrule = yydefact[*yyesp];
1095 if (yyesp != yyes_prev)
1097 YYSIZE_T yysize = yyesp - *yyes + 1;
1100 yyesp -= yylen;
1106 yyesp = yyes_prev;
1110 yyesp = yyes_prev -= yylen;
1116 yystate = yypgoto[yylhs] + *yyesp;
1118 || yycheck[yystate] != *yyesp)
[all …]
/external/bison/src/
Dparse-gram.c1485 yytype_int16 *yyesp = yyes_prev; in yy_lac() local
1494 int yyrule = yypact[*yyesp]; in yy_lac()
1499 yyrule = yydefact[*yyesp]; in yy_lac()
1524 if (yyesp != yyes_prev) in yy_lac()
1526 YYSIZE_T yysize = yyesp - *yyes + 1; in yy_lac()
1529 yyesp -= yylen; in yy_lac()
1535 yyesp = yyes_prev; in yy_lac()
1539 yyesp = yyes_prev -= yylen; in yy_lac()
1545 yystate = yypgoto[yylhs] + *yyesp; in yy_lac()
1547 || yycheck[yystate] != *yyesp) in yy_lac()
[all …]
/external/bison/
DChangeLog-2012645 * data/yacc.c (yy_lac): Don't use printf %d format on *yyesp, as