/external/bison/src/ |
tables.h | 64 default (from YYDEFACT or YYDEFGOTO) should be used. Otherwise, 67 YYDEFACT[S] = default reduction number in state s. Performed when 82 (that is, YYDEFACT[S]) should be used instead of YYTABLE. Otherwise, 107 from YYDEFACT or YYDEFGOTO should be used instead, the value from 109 the tables are constructed, also happens to indicate that YYDEFACT or 111 trusted when the YYDEFACT or YYDEFGOTO value should be used. In 135 extern rule_number *yydefact;
|
graphviz.c | 181 if (yydefact[s->number] != 0) 182 default_reduction = &rules[yydefact[s->number] - 1];
|
tables.c | 136 rule_number *yydefact; variable 221 | default action (yydefact) for the state. In addition, ACTROW is | 425 | The YYDEFACT table is output now. The detailed info is saved for | 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); [all...] |
output.c | 438 muscle_insert_rule_number_table ("defact", yydefact, 439 yydefact[0], 1, nstates);
|
print-xml.c | 254 if (yydefact[s->number] != 0) 255 default_reduction = &rules[yydefact[s->number] - 1];
|
print.c | 253 if (yydefact[s->number] != 0) 254 default_reduction = &rules[yydefact[s->number] - 1];
|
parse-gram.c | 789 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. 792 static const yytype_uint8 yydefact[] = variable [all...] |
/external/bison/examples/calc++/ |
calc++-parser.hh | 202 /// - if zero, do what YYDEFACT says.
|
calc++-parser.cc | 866 /* YYDEFACT[S] -- default reduction number in state S. Performed when [all...] |
/external/e2fsprogs/intl/ |
plural.c | 246 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE 249 static const short yydefact[] = variable 956 yyn = yydefact[yystate]; 1217 yyn = yydefact[yystate]; [all...] |
/toolchain/binutils/binutils-2.25/intl/ |
plural.c | 270 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE 273 static const short yydefact[] = variable 982 yyn = yydefact[yystate]; [all...] |
/external/bison/tests/ |
regression.at | 710 # It used to be wrong on yydefact only: 712 # static const yytype_uint8 yydefact[] = 801 static const yytype_uint8 yydefact[] = [all...] |
/external/bison/data/ |
yacc.c | 681 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. 684 static const ]b4_int_type_for([b4_defact])[ yydefact[] = [all...] |
lalr1.cc | 181 /// - if zero, do what YYDEFACT says. 980 /* YYDEFACT[S] -- default reduction number in state S. Performed when [all...] |
glr.c | 396 /* YYDEFACT[S] -- default reduction number in state S. Performed when 399 static const ]b4_int_type_for([b4_defact])[ yydefact[] = 964 return yydefact[yystate]; 986 *yyaction = -yydefact[yystate]; [all...] |
lalr1.java | 782 /* YYDEFACT[S] -- default reduction number in state S. Performed when
|
/external/toybox/kconfig/ |
zconf.tab.c_shipped | 573 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state 576 static const unsigned char yydefact[] = 647 number is the opposite. If zero, do what YYDEFACT says. [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/external/libpcap/ |
grammar.c | 1079 static const yytype_uint8 yydefact[] = variable [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib32/ |
libintl.a | [all...] |
/external/bison/ |
ChangeLog-2012 | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/ |
libc.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libc.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/ |
libc.a | [all...] |
libc_pic.a | [all...] |