Home
last modified time | relevance | path

Searched refs:yytable (Results 1 – 12 of 12) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dpmu-bison.c523 static const yytype_uint8 yytable[] = variable
996 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
1336 yyn = yytable[yyn];
1495 yystate = yytable[yystate];
1610 yyn = yytable[yyn];
Dparse-events-bison.c612 static const yytype_uint8 yytable[] = variable
1106 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
1445 yyn = yytable[yyn];
1956 yystate = yytable[yystate];
2071 yyn = yytable[yyn];
/external/e2fsprogs/intl/
Dplural.c277 static const short yytable[] = variable
908 yyn = yytable[yyn]; in yyparse()
1115 yystate = yytable[yystate]; in yyparse()
1259 yyn = yytable[yyn]; in yyparse()
/external/bison/data/
Dyacc.c713 static const ]b4_int_type_for([b4_table])[ yytable[] =
1079 yyrule = yytable[yyrule];
1121 yystate = yytable[yystate];
1321 && !yytable_value_is_error (yytable[yyx + yyn]))
1732 yyn = yytable[yyn];
1836 yystate = yytable[yystate];
1955 yyn = yytable[yyn];
Dglr.c428 static const ]b4_int_type_for([b4_table])[ yytable[] =
988 else if (! yytable_value_is_error (yytable[yyindex]))
990 *yyaction = yytable[yyindex];
1006 return yytable[yyr];
2070 && !yytable_value_is_error (yytable[yyx + yyn]))
2193 else if (! yytable_value_is_error (yytable[yyj]))
2218 && yyisShiftAction (yytable[yyj]))
2225 YY_SYMBOL_PRINT ("Shifting", yystos[yytable[yyj]],
2227 yyglrShift (yystackp, 0, yytable[yyj],
/external/bison/src/
Dparse-gram.c855 static const yytype_int16 yytable[] = variable
1508 yyrule = yytable[yyrule]; in yy_lac()
1550 yystate = yytable[yystate]; in yy_lac()
2136 yyn = yytable[yyn];
2929 yystate = yytable[yystate];
3048 yyn = yytable[yyn];
/external/elfutils/src/src/
Dldscript.c732 static const yytype_uint8 yytable[] = variable
1227 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
1552 yyn = yytable[yyn];
2147 yystate = yytable[yystate];
2262 yyn = yytable[yyn];
/external/libpcap/
Dgrammar.c1225 static const yytype_int16 yytable[] = variable
1857 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
2192 yyn = yytable[yyn];
3773 yystate = yytable[yystate];
3888 yyn = yytable[yyn];
/external/elfutils/src/libcpu/
Di386_parse.c784 static const yytype_uint8 yytable[] = variable
1230 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
1555 yyn = yytable[yyn];
2018 yystate = yytable[yystate];
2133 yyn = yytable[yyn];
/external/toybox/kconfig/
Dzconf.tab.c_shipped650 static const short int yytable[] =
1373 yyn = yytable[yyn];
1854 yystate = yytable[yystate];
2031 yyn = yytable[yyn];
/external/bison/tests/
Dregression.at818 static const yytype_uint8 yytable[] =
/external/bison/
DChangeLog-20122004 Actually handle the yytable zero value correctly this time.
2014 check for a zero value in yytable.
2022 yytable comments: zero indicates syntax error not default
2057 * src/tables.h: Improve comments about yypact, yytable, etc.
2058 more. Most importantly, say yytable value of zero means syntax
2088 * src/tables.h: Improve comments about yypact, yytable, etc.
14442 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
15646 (yytable): Complete its comment.
15658 (yytable): Complete its comment.
16508 (yypact, yytable): Compute their types instead of hard-coded