Searched refs:yydefact (Results 1 – 20 of 20) 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 | tables.h | 135 extern rule_number *yydefact;
|
D | graphviz.c | 181 if (yydefact[s->number] != 0) in output_red() 182 default_reduction = &rules[yydefact[s->number] - 1]; in output_red()
|
D | print.c | 252 if (yydefact[s->number] != 0) in print_reductions() 253 default_reduction = &rules[yydefact[s->number] - 1]; in print_reductions()
|
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 | 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/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 553 static const yytype_uint8 yydefact[] = variable 1443 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/libpcap/ |
D | grammar.c | 876 static const unsigned char yydefact[] = variable 1765 yyn = yydefact[yystate];
|
/external/elfutils/src/ |
D | ldscript.c | 642 static const yytype_uint8 yydefact[] = variable 1566 yyn = yydefact[yystate];
|
/external/elfutils/libcpu/ |
D | i386_parse.c | 706 static const yytype_uint8 yydefact[] = variable 1557 yyn = yydefact[yystate];
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-parse.c | 769 static const yytype_uint8 yydefact[] = variable 1876 yyn = yydefact[yystate];
|
D | glsl_parser.cc | 1277 static const yytype_uint16 yydefact[] = variable 2981 yyn = yydefact[yystate];
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
D | program_parse.tab.c | 1105 static const yytype_uint16 yydefact[] = variable 2258 yyn = yydefact[yystate];
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | glslang_tab.cpp | 867 static const yytype_uint8 yydefact[] = variable 2219 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*.
|