HomeSort by relevance Sort by last modified time
    Searched defs:yytname (Results 1 - 8 of 8) 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/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 517 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
519 static const char *const yytname[] = variable
758 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
889 backslash-backslash). YYSTR is taken from yytname. If YYRES is
944 YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]);
    [all...]
  /external/iproute2/tc/
emp_ematch.yacc.c 479 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
481 static const char *const yytname[] = variable
738 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
871 backslash-backslash). YYSTR is taken from yytname. If YYRES is
926 YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]);
963 yyarg[yycount++] = yytname[yytoken];
970 /* Stay within bounds of both yycheck and yytname. */
985 yyarg[yycount++] = yytname[yyx];
987 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 653 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
655 static const char *const yytname[] = variable
    [all...]
  /external/libpcap/
grammar.c 981 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
983 static const char *const yytname[] = variable
    [all...]
  /external/one-true-awk/
ytab.c 667 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
669 static const char *const yytname[] = variable
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 739 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
741 static const char *const yytname[] = variable
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
glslang_tab.cpp 1003 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
1005 static const char *const yytname[] = variable
    [all...]

Completed in 111 milliseconds