Searched refs:yytype (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 922 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument 925 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print() 927 int yytype; 934 if (yytype < YYNTOKENS) 935 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 939 switch (yytype) 954 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument 957 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print() 959 int yytype; 963 if (yytype < YYNTOKENS) [all …]
|
D | zconf.tab.c_shipped | 922 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 925 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 927 int yytype; 934 if (yytype < YYNTOKENS) 935 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 939 switch (yytype) 954 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 957 yy_symbol_print (yyoutput, yytype, yyvaluep) 959 int yytype; 963 if (yytype < YYNTOKENS) [all …]
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 995 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 998 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 1000 int yytype; 1009 if (yytype < YYNTOKENS) 1010 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 1014 switch (yytype) 1029 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 1032 yy_symbol_print (yyoutput, yytype, yyvaluep) 1034 int yytype; 1038 if (yytype < YYNTOKENS) [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 827 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 830 yy_symbol_value_print (yyoutput, yytype, yyvaluep) 832 int yytype; 841 if (yytype < YYNTOKENS) 842 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 846 YYUSE (yytype); 857 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 860 yy_symbol_print (yyoutput, yytype, yyvaluep) 862 int yytype; 866 if (yytype < YYNTOKENS) [all …]
|