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

  /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...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 455 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
457 static const char *const yytname[] = variable
720 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
722 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
885 backslash-backslash). YYSTR is taken from yytname. If YYRES is
940 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]);
982 yyarg[yycount++] = yytname[yytoken];
989 /* Stay within bounds of both yycheck and yytname. */
1004 yyarg[yycount++] = yytname[yyx];
1005 yysize1 = yysize + yytnamerr (0, yytname[yyx])
    [all...]
parse-events-bison.c 509 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
511 static const char *const yytname[] = variable
830 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
832 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
995 backslash-backslash). YYSTR is taken from yytname. If YYRES is
    [all...]
  /external/elfutils/0.153/src/
ldscript.c 601 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
603 static const char *const yytname[] = variable
    [all...]
  /external/bison/src/
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/bison/data/
yacc.c 652 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
654 static const char *const yytname[] =
    [all...]
glr.cc 185 << ' ' << 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 520 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
522 static const char *const yytname[] = variable
802 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
804 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
966 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1021 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
    [all...]
  /external/libpcap/
grammar.c 1023 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
1025 static const char *const yytname[] = variable
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 1086 static const char *const yytname[] = variable
    [all...]
glcpp-parse.c 699 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
701 static const char *const yytname[] = variable
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 681 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
683 static const char *const yytname[] = variable
961 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
963 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1124 backslash-backslash). YYSTR is taken from yytname. If YYRES is
    [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/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.cpp 828 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
830 static const char *const yytname[] = variable
    [all...]

Completed in 1428 milliseconds