Searched refs:yytype (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 942 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument 945 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print() 947 int yytype; 956 if (yytype < YYNTOKENS) 957 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 961 switch (yytype) 976 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument 979 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print() 981 int yytype; 985 if (yytype < YYNTOKENS) [all …]
|
D | zconf.tab.c_shipped | 942 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 945 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 947 int yytype; 956 if (yytype < YYNTOKENS) 957 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 961 switch (yytype) 976 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 979 yy_symbol_print (yyoutput, yytype, yyvaluep) 981 int yytype; 985 if (yytype < YYNTOKENS) [all …]
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 980 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 983 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 985 int yytype; 994 if (yytype < YYNTOKENS) 995 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 999 switch (yytype) 1014 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 1017 yy_symbol_print (yyoutput, yytype, yyvaluep) 1019 int yytype; 1023 if (yytype < YYNTOKENS) [all …]
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 837 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … 845 if (yytype < YYNTOKENS) 846 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 848 YYUSE (yytype); 857 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … 860 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); 864 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp); 1177 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) 1183 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); 1186 YYUSE (yytype);
|