Home
last modified time | relevance | path

Searched refs:YYSTYPE (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c181 #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 Dzconf.tab.c_shipped181 #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 Ddtc-parser.tab.c_shipped133 #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 Ddtc-parser.tab.h_shipped57 #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 Dparse.c_shipped178 #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 Dparse.h_shipped88 #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 Dgenksyms.h57 #define YYSTYPE yystype macro