Home
last modified time | relevance | path

Searched refs:yydefgoto (Results 1 – 17 of 17) sorted by relevance

/external/bison/src/
Dtables.h134 extern state_number *yydefgoto;
Dtables.c135 state_number *yydefgoto; variable
572 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto); in goto_actions()
580 yydefgoto[i - ntokens] = default_state; in goto_actions()
869 free (yydefgoto); in tables_free()
Doutput.c444 muscle_insert_state_number_table ("defgoto", yydefgoto, in prepare_actions()
445 yydefgoto[0], 1, nsyms - ntokens); in prepare_actions()
Dparse-gram.c812 static const yytype_int16 yydefgoto[] = variable
1548 yystate = yydefgoto[yylhs]; in yy_lac()
2931 yystate = yydefgoto[yyn - YYNTOKENS];
/external/e2fsprogs/intl/
Dplural.c256 static const short yydefgoto[] = variable
1117 yystate = yydefgoto[yyn - YYNTBASE]; in yyparse()
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp564 static const yytype_int8 yydefgoto[] = variable
1692 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/data/
Dyacc.c690 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =
1119 yystate = yydefgoto[yylhs];
1838 yystate = yydefgoto[yyn - YYNTOKENS];
Dglr.c405 static const ]b4_int_type_for([b4_defgoto])[ yydefgoto[] =
1008 return yydefgoto[yylhs - YYNTOKENS];
/external/libpcap/
Dgrammar.c907 static const short int yydefgoto[] = variable
2734 yystate = yydefgoto[yyn - YYNTOKENS];
/external/elfutils/src/
Dldscript.c663 static const yytype_int16 yydefgoto[] = variable
2061 yystate = yydefgoto[yyn - YYNTOKENS];
/external/elfutils/libcpu/
Di386_parse.c716 static const yytype_int8 yydefgoto[] = variable
1955 yystate = yydefgoto[yyn - YYNTOKENS];
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.c792 static const yytype_int16 yydefgoto[] = variable
2851 yystate = yydefgoto[yyn - YYNTOKENS];
Dglsl_parser.cc1331 static const yytype_int16 yydefgoto[] = variable
5782 yystate = yydefgoto[yyn - YYNTOKENS];
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.c1158 static const yytype_int16 yydefgoto[] = variable
5171 yystate = yydefgoto[yyn - YYNTOKENS];
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_tab.cpp903 static const yytype_int16 yydefgoto[] = variable
4660 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/tests/
Dregression.at805 static const yytype_int8 yydefgoto[] =
/external/bison/
DChangeLog-201216288 (yydefgoto, yydefact, high): Move to...