Home
last modified time | relevance | path

Searched refs:yydefact (Results 1 – 20 of 20) sorted by relevance

/external/bison/src/
Dtables.c136 rule_number *yydefact; variable
438 yydefact = xnmalloc (nstates, sizeof *yydefact); in token_actions()
455 yydefact[i] = default_reduction ? default_reduction->number + 1 : 0; in token_actions()
466 if (yydefact[i]) in token_actions()
467 rules[yydefact[i] - 1].useful = true; in token_actions()
870 free (yydefact); in tables_free()
Dtables.h135 extern rule_number *yydefact;
Dgraphviz.c181 if (yydefact[s->number] != 0) in output_red()
182 default_reduction = &rules[yydefact[s->number] - 1]; in output_red()
Dprint.c252 if (yydefact[s->number] != 0) in print_reductions()
253 default_reduction = &rules[yydefact[s->number] - 1]; in print_reductions()
Dprint-xml.c254 if (yydefact[s->number] != 0) in print_reductions()
255 default_reduction = &rules[yydefact[s->number] - 1]; in print_reductions()
Doutput.c438 muscle_insert_rule_number_table ("defact", yydefact, in prepare_actions()
439 yydefact[0], 1, nstates); in prepare_actions()
Dparse-gram.c792 static const yytype_uint8 yydefact[] = variable
1499 yyrule = yydefact[*yyesp]; in yy_lac()
2170 yyn = yydefact[yystate];
/external/e2fsprogs/intl/
Dplural.c249 static const short yydefact[] = variable
956 yyn = yydefact[yystate]; in yyparse()
1217 yyn = yydefact[yystate]; in yyparse()
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp553 static const yytype_uint8 yydefact[] = variable
1443 yyn = yydefact[yystate];
/external/bison/data/
Dyacc.c684 static const ]b4_int_type_for([b4_defact])[ yydefact[] =
1070 yyrule = yydefact[*yyesp];
1766 yyn = yydefact[yystate];
Dglr.c399 static const ]b4_int_type_for([b4_defact])[ yydefact[] =
963 return yydefact[yystate];
985 *yyaction = -yydefact[yystate];
2190 if (yydefact[yystackp->yytops.yystates[0]->yylrState] != 0)
/external/bison/tests/
Dregression.at709 # It used to be wrong on yydefact only:
711 # static const yytype_uint8 yydefact[] =
800 static const yytype_uint8 yydefact[] =
/external/libpcap/
Dgrammar.c876 static const unsigned char yydefact[] = variable
1765 yyn = yydefact[yystate];
/external/elfutils/src/
Dldscript.c642 static const yytype_uint8 yydefact[] = variable
1566 yyn = yydefact[yystate];
/external/elfutils/libcpu/
Di386_parse.c706 static const yytype_uint8 yydefact[] = variable
1557 yyn = yydefact[yystate];
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.c769 static const yytype_uint8 yydefact[] = variable
1876 yyn = yydefact[yystate];
Dglsl_parser.cc1277 static const yytype_uint16 yydefact[] = variable
2981 yyn = yydefact[yystate];
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.c1105 static const yytype_uint16 yydefact[] = variable
2258 yyn = yydefact[yystate];
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_tab.cpp867 static const yytype_uint8 yydefact[] = variable
2219 yyn = yydefact[yystate];
/external/bison/
DChangeLog-20125208 equivalent use of yydefact, which was computed in token_actions in
11563 (token_actions): Likewise for yydefact, actrow, conflrow,
16288 (yydefgoto, yydefact, high): Move to...
16502 (token_actions): yydefact is rule_number_t*.