HomeSort by relevance Sort by last modified time
    Searched full:yytname (Results 1 - 25 of 26) sorted by null

1 2

  /external/bison/src/
tables.h 30 YYTNAME = vector of string-names indexed by bison token number.
33 in YYTNAME.
parse-gram.c 714 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
716 static const char *const yytname[] = variable
    [all...]
parse-gram.y 779 return yytname[YYTRANSLATE (type)];
  /external/e2fsprogs/intl/
plural.c 223 /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
224 static const char *const yytname[] = variable
893 yychar, yytname[yychar1]);
932 yychar, yytname[yychar1]));
998 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
999 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
1144 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1148 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1153 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)])
    [all...]
  /system/core/sh/
arith.c 396 static const char *const yytname[] = variable
684 YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
685 YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
806 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
812 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1095 YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
    [all...]
  /external/bison/data/
yacc.c 652 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
654 static const char *const yytname[] =
    [all...]
lalr1.cc 359 YYSTR is taken from yytname. */
922 /* Stay within bounds of both yycheck and yytname. */
1053 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
    [all...]
lalr1.java 376 YYSTR is taken from yytname. */
729 /* Stay within bounds of both yycheck and yytname. */
850 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
glr.cc 185 << ' ' << yytname[yytype] << " ("
c.m4 535 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
537 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
glr.c 364 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
366 static const char *const yytname[] =
616 backslash-backslash). YYSTR is taken from yytname. If YYRES is
786 return yytname[yytoken];
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 511 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
513 static const char *const yytname[] = variable
797 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
799 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
961 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1016 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
    [all...]
  /external/libpcap/
grammar.c 778 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
780 static const char *const yytname[] = variable
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 663 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
665 static const char *const yytname[] = variable
939 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
941 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1101 backslash-backslash). YYSTR is taken from yytname. If YYRES is
    [all...]
  /external/elfutils/src/
ldscript.c 584 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
586 static const char *const yytname[] = variable
    [all...]
  /external/bison/examples/calc++/
calc++-parser.cc 155 YYSTR is taken from yytname. */
808 /* Stay within bounds of both yycheck and yytname. */
945 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 699 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
701 static const char *const yytname[] = variable
    [all...]
glsl_parser.cc 1086 static const char *const yytname[] = variable
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp 742 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
744 static const char *const yytname[] = variable
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 948 static const char *const yytname[] = variable
    [all...]
  /external/bison/tests/
regression.at 494 # Checking the error message here guarantees that yytname, which does contain
784 static const char *const yytname[] =
    [all...]
  /external/bison/doc/
bison.info     [all...]
bison.texi     [all...]
  /external/bison/
ChangeLog-1998 448 Avoid negative indexes in yycheck and yytname.
929 * src/output.c (output_rule_data): Put all symbols in yytname.
    [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 754 milliseconds

1 2