Searched refs:yydefact (Results 1 - 13 of 13) sorted by relevance

/external/bison/src/
H A Dtables.h135 extern rule_number *yydefact;
H A Dgraphviz.c181 if (yydefact[s->number] != 0)
182 default_reduction = &rules[yydefact[s->number] - 1];
H A Dtables.c136 rule_number *yydefact; variable
221 | default action (yydefact) for the state. In addition, ACTROW is |
438 yydefact = xnmalloc (nstates, sizeof *yydefact);
455 yydefact[i] = default_reduction ? default_reduction->number + 1 : 0;
466 if (yydefact[i])
467 rules[yydefact[i] - 1].useful = true;
807 | Compute and output yydefact, yydefgoto, yypact, yypgoto, yytable |
871 free (yydefact);
H A Dprint-xml.c254 if (yydefact[s->number] != 0)
255 default_reduction = &rules[yydefact[s->number] - 1];
H A Dprint.c253 if (yydefact[s->number] != 0)
254 default_reduction = &rules[yydefact[s->number] - 1];
H A Dparse-gram.c792 static const yytype_uint8 yydefact[] = variable
1499 yyrule = yydefact[*yyesp];
2170 yyn = yydefact[yystate];
/external/e2fsprogs/intl/
H A Dplural.c249 static const short yydefact[] = variable
956 yyn = yydefact[yystate];
1217 yyn = yydefact[yystate];
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp542 static const yytype_uint8 yydefact[] = variable
1291 yyn = yydefact[yystate];
/external/bison/data/
H A Dyacc.c684 static const ]b4_int_type_for([b4_defact])[ yydefact[] =
1070 yyrule = yydefact[*yyesp];
1766 yyn = yydefact[yystate];
H A Dglr.c399 static const ]b4_int_type_for([b4_defact])[ yydefact[] =
964 return yydefact[yystate];
986 *yyaction = -yydefact[yystate];
2191 if (yydefact[yystackp->yytops.yystates[0]->yylrState] != 0)
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp884 static const yytype_uint16 yydefact[] = variable
2339 yyn = yydefact[yystate];
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped576 static const unsigned char yydefact[] =
1411 yyn = yydefact[yystate];
/external/libpcap/
H A Dgrammar.c1066 static const yytype_uint8 yydefact[] = variable
2035 yyn = yydefact[yystate];

Completed in 218 milliseconds