Searched refs:YYSTYPE (Results 1 - 25 of 43) sorted by relevance

12

/external/elfutils/libcpu/
H A Di386_parse.h69 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
70 typedef union YYSTYPE union
83 YYSTYPE; typedef in typeref:union:YYSTYPE
84 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
89 extern YYSTYPE i386_lval;
H A Di386_parse.c336 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
337 typedef union YYSTYPE union
350 YYSTYPE; typedef in typeref:union:YYSTYPE
351 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
526 YYSTYPE yyvs;
535 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
897 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
903 YYSTYPE const * const yyvaluep;
929 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
935 YYSTYPE cons
[all...]
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
82 typedef union YYSTYPE union
94 YYSTYPE; typedef in typeref:union:YYSTYPE
95 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
100 extern YYSTYPE __libipseclval;
/external/ipsec-tools/src/racoon/
H A Dprsa_par.h91 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
92 typedef union YYSTYPE union
103 YYSTYPE; typedef in typeref:union:YYSTYPE
104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
109 extern YYSTYPE prsalval;
H A Dcfparse.h373 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
374 typedef union YYSTYPE union
385 YYSTYPE; typedef in typeref:union:YYSTYPE
386 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
391 extern YYSTYPE yylval;
/external/elfutils/src/
H A Dldscript.h103 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
104 typedef union YYSTYPE union
122 YYSTYPE; typedef in typeref:union:YYSTYPE
123 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
128 extern YYSTYPE ldlval;
H A Dldscript.c228 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
229 typedef union YYSTYPE union
247 YYSTYPE; typedef in typeref:union:YYSTYPE
248 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
423 YYSTYPE yyvs;
432 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
906 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
912 YYSTYPE const * const yyvaluep;
938 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
944 YYSTYPE cons
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.h78 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
80 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dglcpp.h50 typedef union YYSTYPE union
57 } YYSTYPE; typedef in typeref:union:YYSTYPE
93 YYSTYPE value;
212 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
/external/bison/src/
H A Dparse-gram.h149 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
150 typedef union YYSTYPE union
162 YYSTYPE; typedef in typeref:union:YYSTYPE
163 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dreader.h54 # define YY_DECL int gram_lex (YYSTYPE *val, location *loc)
H A Dparse-gram.c277 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
278 typedef union YYSTYPE union
290 YYSTYPE; typedef in typeref:union:YYSTYPE
291 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
479 YYSTYPE yyvs;
489 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
954 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
960 YYSTYPE const * const yyvaluep;
1068 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
1074 YYSTYPE cons
[all...]
/external/libpcap/
H A Dtokdefs.h241 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
243 typedef union YYSTYPE { union
257 } YYSTYPE; typedef in typeref:union:YYSTYPE
260 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
265 extern YYSTYPE pcap_lval;
H A Dgrammar.c433 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
435 typedef union YYSTYPE { union
449 } YYSTYPE; typedef in typeref:union:YYSTYPE
452 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
557 YYSTYPE yyvs;
566 ((N) * (sizeof (short int) + sizeof (YYSTYPE)) \
1439 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
1445 YYSTYPE *yyvaluep;
1476 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
1482 YYSTYPE *yyvalue
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_parser.h236 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
237 typedef union YYSTYPE union
275 } YYSTYPE; typedef in typeref:union:YYSTYPE
277 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dglsl_parser_extras.h193 union YYSTYPE;
194 extern int _mesa_glsl_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
H A Dglsl_parser.cpp338 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
339 typedef union YYSTYPE union
377 } YYSTYPE; typedef in typeref:union:YYSTYPE
379 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
566 YYSTYPE yyvs_alloc;
576 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
2079 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
2085 YYSTYPE const * const yyvaluep;
2115 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
2121 YYSTYPE cons
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.h231 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
232 typedef union YYSTYPE union
267 YYSTYPE; typedef in typeref:union:YYSTYPE
268 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dglslang_tab.cpp294 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
295 typedef union YYSTYPE union
330 YYSTYPE; typedef in typeref:union:YYSTYPE
331 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
341 extern int yylex(YYSTYPE* yylval_param, void* yyscanner);
532 YYSTYPE yyvs;
541 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
1417 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, TParseContext* context)
1423 YYSTYPE const * const yyvaluep;
1451 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]
/external/e2fsprogs/intl/
H A Dplural.c66 #ifndef YYSTYPE
72 # define YYSTYPE yystype macro
78 static int yylex (YYSTYPE *lval, const char **pexp);
378 YYSTYPE yyvs;
391 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
395 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
651 YYSTYPE yylval; \
705 YYSTYPE yyvsa[YYINITDEPTH];
706 YYSTYPE *yyvs = yyvsa;
707 register YYSTYPE *yyvs
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l24 extern YYSTYPE yylval;
/external/bison/data/
H A Dyacc.c61 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
186 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
188 [typedef union[]m4_bregexp(b4_stype, [^{], [ YYSTYPE])
192 YYSTYPE;],
193 [typedef int YYSTYPE;])[
194 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
369 YYSTYPE yyvs;
381 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
384 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
695 [[YYSTYPE *yyvs
[all...]
H A Dlalr1.cc110 #ifndef YYSTYPE
119 typedef YYSTYPE semantic_type;
297 #ifndef YYSTYPE
299 # define YYSTYPE b4_namespace::b4_parser_class_name::semantic_type macro
586 [[YYSTYPE*], [&yylval]][]dnl
H A Dglr.c54 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
174 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
176 [typedef union m4_bregexp(b4_stype, [^{], [YYSTYPE ])
180 YYSTYPE;],
181 [typedef int YYSTYPE;])[
229 static YYSTYPE yyval_default;
548 [YYSTYPE yylval;
756 YYSTYPE yysval;
781 YYSTYPE yyval;
803 YYSTYPE yyva
[all...]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dparse.c106 * wrap their definitions of YYSTYPE with "#ifndef YYSTYPE"'s, so the
109 #define YYSTYPE int macro
376 #ifndef YYSTYPE
377 typedef int YYSTYPE; typedef
395 YYSTYPE *yyvsp;
396 YYSTYPE yyval;
397 YYSTYPE yylval;
399 YYSTYPE yyvs[YYSTACKSIZE];

Completed in 2188 milliseconds

12