Searched refs:yydefact (Results 1 – 18 of 18) sorted by relevance
/external/bison/src/ |
D | tables.c | 136 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()
|
D | graphviz.c | 181 if (yydefact[s->number] != 0) in output_red() 182 default_reduction = &rules[yydefact[s->number] - 1]; in output_red()
|
D | tables.h | 135 extern rule_number *yydefact;
|
D | print-xml.c | 254 if (yydefact[s->number] != 0) in print_reductions() 255 default_reduction = &rules[yydefact[s->number] - 1]; in print_reductions()
|
D | print.c | 252 if (yydefact[s->number] != 0) in print_reductions() 253 default_reduction = &rules[yydefact[s->number] - 1]; in print_reductions()
|
D | output.c | 438 muscle_insert_rule_number_table ("defact", yydefact, in prepare_actions() 439 yydefact[0], 1, nstates); in prepare_actions()
|
D | parse-gram.c | 792 static const yytype_uint8 yydefact[] = variable 1499 yyrule = yydefact[*yyesp]; in yy_lac() 2170 yyn = yydefact[yystate];
|
/external/e2fsprogs/intl/ |
D | plural.c | 249 static const short yydefact[] = variable 956 yyn = yydefact[yystate]; in yyparse() 1217 yyn = yydefact[yystate]; in yyparse()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-bison.c | 492 static const yytype_uint8 yydefact[] = variable 1366 yyn = yydefact[yystate];
|
D | parse-events-bison.c | 563 static const yytype_uint8 yydefact[] = variable 1475 yyn = yydefact[yystate];
|
/external/bison/data/ |
D | yacc.c | 684 static const ]b4_int_type_for([b4_defact])[ yydefact[] = 1070 yyrule = yydefact[*yyesp]; 1766 yyn = yydefact[yystate];
|
D | glr.c | 399 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/ |
D | regression.at | 709 # It used to be wrong on yydefact only: 711 # static const yytype_uint8 yydefact[] = 800 static const yytype_uint8 yydefact[] =
|
/external/elfutils/src/src/ |
D | ldscript.c | 669 static const yytype_uint8 yydefact[] = variable 1584 yyn = yydefact[yystate];
|
/external/libpcap/ |
D | grammar.c | 1132 static const yytype_uint8 yydefact[] = variable 2222 yyn = yydefact[yystate];
|
/external/elfutils/src/libcpu/ |
D | i386_parse.c | 745 static const yytype_uint8 yydefact[] = variable 1587 yyn = yydefact[yystate];
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 576 static const unsigned char yydefact[] = 1408 yyn = yydefact[yystate];
|
/external/bison/ |
D | ChangeLog-2012 | 5208 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*.
|