Searched defs:YYSTYPE (Results 1 - 25 of 26) 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/bison/data/
H A Dglr.c63 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
193 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[ macro
226 static YYSTYPE yyval_default;]b4_locations_if([[
491 [YYSTYPE yylval;]b4_locations_if([[
697 YYSTYPE yysval;
722 YYSTYPE yyval;]b4_locations_if([[
744 YYSTYPE yyval;]b4_locations_if([[
833 YYSTYPE* yyvalp]b4_locuser_formals[)
885 yyuserMerge (int yyn, YYSTYPE* yy0, YYSTYPE* yy
[all...]
H A Dyacc.c106 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
197 static YYSTYPE yyval_default;
210 YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);]b4_locations_if([[
246 YYSTYPE yyvsa[YYINITDEPTH];
247 YYSTYPE *yyvs;
248 YYSTYPE *yyvsp;]b4_locations_if([[
352 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[ macro
546 YYSTYPE yyvs_alloc;]b4_locations_if([
557 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
560 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.h88 #define YYSTYPE nasm_yystype macro
121 int nasm_parser_lex(YYSTYPE *lvalp, yasm_parser_nasm *parser_nasm);
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp.h51 typedef union YYSTYPE union
58 } YYSTYPE; typedef in typeref:union:YYSTYPE
94 YYSTYPE value;
219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.h65 #define YYSTYPE yystype macro
161 int gas_parser_lex(YYSTYPE *lvalp, yasm_parser_gas *parser_gas);
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h51 typedef union YYSTYPE union
58 } YYSTYPE; typedef in typeref:union:YYSTYPE
94 YYSTYPE value;
219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
/external/chromium_org/third_party/angle/src/compiler/
H A Dglslang_tab.h154 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
155 typedef union YYSTYPE union
189 } YYSTYPE; typedef in typeref:union:YYSTYPE
191 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dglslang_tab.cpp236 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
237 typedef union YYSTYPE union
271 } YYSTYPE; typedef in typeref:union:YYSTYPE
273 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
310 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
509 YYSTYPE yyvs_alloc;
519 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
1492 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, TParseContext* context)
1498 YYSTYPE const * const yyvaluep;
1530 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp109 typedef __int64 YYSTYPE; typedef
112 typedef intmax_t YYSTYPE; typedef
130 static int yylex(YYSTYPE* lvalp, Context* context);
180 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
181 typedef int YYSTYPE; typedef
183 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
371 YYSTYPE yyvs_alloc;
380 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
750 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context)
756 YYSTYPE cons
[all...]
H A DTokenizer.cpp532 typedef std::string YYSTYPE; typedef
602 YYSTYPE * yylval_r;
610 /* This must go here because YYSTYPE and YYLTYPE are included
649 YYSTYPE * ppget_lval (yyscan_t yyscanner );
651 void ppset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
763 (YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner);
766 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
2092 YYSTYPE * ppget_lval (yyscan_t yyscanner)
2098 void ppset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.h257 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
258 typedef union YYSTYPE union
292 } YYSTYPE; typedef in typeref:union:YYSTYPE
294 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dprogram_parse.tab.c442 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
443 typedef union YYSTYPE union
477 } YYSTYPE; typedef in typeref:union:YYSTYPE
479 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
502 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
672 YYSTYPE yyvs_alloc;
682 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
1538 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct asm_parser_state *state)
1544 YYSTYPE const * const yyvaluep;
1574 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/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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.h443 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
444 typedef union YYSTYPE union
487 } YYSTYPE; typedef in typeref:union:YYSTYPE
489 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dglsl_parser.cc552 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
553 typedef union YYSTYPE union
596 } YYSTYPE; typedef in typeref:union:YYSTYPE
598 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
785 YYSTYPE yyvs_alloc;
795 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
2245 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
2251 YYSTYPE const * const yyvaluep;
2281 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
2287 YYSTYPE cons
[all...]
/external/bison/src/
H A Dparse-gram.c62 #define YYSTYPE GRAM_STYPE macro
534 YYSTYPE yyvs_alloc;
544 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
1062 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
1068 YYSTYPE const * const yyvaluep;
1224 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
1230 YYSTYPE const * const yyvaluep;
1284 yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule)
1288 YYSTYPE *yyvsp;
1827 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvalue
[all...]

Completed in 1010 milliseconds

12