Searched refs:YYSTYPE (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c | 181 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 182 typedef union YYSTYPE union 195 } YYSTYPE; typedef 197 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 372 YYSTYPE yyvs_alloc; 381 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 921 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() 927 YYSTYPE const * const yyvaluep; 953 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() 959 YYSTYPE const * const yyvaluep; [all …]
|
| H A D | zconf.tab.c_shipped | 181 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 182 typedef union YYSTYPE 195 } YYSTYPE; 197 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 372 YYSTYPE yyvs_alloc; 381 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 921 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 927 YYSTYPE const * const yyvaluep; 953 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 959 YYSTYPE const * const yyvaluep; [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-parser.tab.c_shipped | 133 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 134 typedef union YYSTYPE 159 } YYSTYPE; 161 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 334 YYSTYPE yyvs_alloc; 343 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 722 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 728 YYSTYPE const * const yyvaluep; 754 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 760 YYSTYPE const * const yyvaluep; [all …]
|
| H A D | dtc-parser.tab.h_shipped | 57 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 58 typedef union YYSTYPE 83 } YYSTYPE; 85 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 89 extern YYSTYPE yylval;
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | parse.c_shipped | 178 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 179 typedef int YYSTYPE; 181 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 354 YYSTYPE yyvs_alloc; 363 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 970 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 976 YYSTYPE const * const yyvaluep; 1002 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 1008 YYSTYPE const * const yyvaluep; 1059 yy_reduce_print (YYSTYPE *yyvsp, int yyrule) [all …]
|
| H A D | parse.h_shipped | 88 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 89 typedef int YYSTYPE; 91 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 95 extern YYSTYPE yylval;
|
| H A D | genksyms.h | 57 #define YYSTYPE yystype macro
|