HomeSort by relevance Sort by last modified time
    Searched refs:yydefact (Results 1 - 19 of 19) sorted by null

  /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...]
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/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...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 489 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
492 static const yytype_uint8 yydefact[] = variable
    [all...]
parse-events-bison.c 560 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
563 static const yytype_uint8 yydefact[] = variable
    [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...]
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...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 559 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
562 static const yytype_uint8 yydefact[] = variable
    [all...]
  /external/elfutils/0.153/src/
ldscript.c 656 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
659 static const yytype_uint8 yydefact[] = variable
    [all...]
  /external/libpcap/
grammar.c 1132 static const yytype_uint8 yydefact[] = variable
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 1277 static const yytype_uint16 yydefact[] = variable
    [all...]
glcpp-parse.c 766 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
769 static const yytype_uint8 yydefact[] = variable
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 721 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
724 static const yytype_uint8 yydefact[] = variable
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.cpp 976 static const yytype_uint8 yydefact[] = variable
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 1105 static const yytype_uint16 yydefact[] = variable
    [all...]

Completed in 203 milliseconds