Searched refs:yykind (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/dtc/ |
| A D | dtc-parser.tab.c | 942 … yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp) in yy_symbol_value_print() argument 950 if (yykind < YYNTOKENS) in yy_symbol_value_print() 951 YYPRINT (yyo, yytoknum[yykind], *yyvaluep); in yy_symbol_value_print() 954 YYUSE (yykind); in yy_symbol_value_print() 965 … yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp) in yy_symbol_print() argument 968 yykind < YYNTOKENS ? "token" : "nterm", yysymbol_name (yykind)); in yy_symbol_print() 972 yy_symbol_value_print (yyo, yykind, yyvaluep, yylocationp); in yy_symbol_print() 1069 yysymbol_kind_t yykind, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) in yydestruct() argument 1075 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct() 1078 YYUSE (yykind); in yydestruct()
|
| /linux/scripts/kconfig/ |
| A D | parser.tab.c | 924 yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument 931 if (yykind < YYNTOKENS) in yy_symbol_value_print() 932 YYPRINT (yyo, yytoknum[yykind], *yyvaluep); in yy_symbol_value_print() 935 YYUSE (yykind); in yy_symbol_value_print() 946 yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument 949 yykind < YYNTOKENS ? "token" : "nterm", yysymbol_name (yykind)); in yy_symbol_print() 951 yy_symbol_value_print (yyo, yykind, yyvaluep); in yy_symbol_print() 1047 yysymbol_kind_t yykind, YYSTYPE *yyvaluep) in yydestruct() argument 1052 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct() 1055 switch (yykind) in yydestruct()
|
Completed in 11 milliseconds