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

123

/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;
/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/chromium_org/third_party/angle_dx11/src/compiler/
H A Dglslang_tab.h153 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
154 typedef union YYSTYPE union
188 } YYSTYPE; typedef in typeref:union:YYSTYPE
190 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.h117 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
119 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
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/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/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 */
/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/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/bison/examples/calc++/
H A Dcalc++-parser.hh75 #ifndef YYSTYPE
89 typedef YYSTYPE semantic_type;
/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/angle_dx11/src/compiler/preprocessor/
H A DExpressionParser.cpp103 typedef __int64 YYSTYPE; typedef
106 typedef intmax_t YYSTYPE; typedef
124 static int yylex(YYSTYPE* lvalp, Context* context);
174 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
175 typedef int YYSTYPE; typedef
177 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
365 YYSTYPE yyvs_alloc;
374 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
744 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context)
750 YYSTYPE cons
[all...]
H A DExpressionParser.y44 typedef __int64 YYSTYPE;
47 typedef intmax_t YYSTYPE;
71 static int yylex(YYSTYPE* lvalp, Context* context);
192 int yylex(YYSTYPE* lvalp, Context* context)
207 *lvalp = static_cast<YYSTYPE>(val);
/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/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/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l24 extern YYSTYPE yylval;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_parser_extras.h264 union YYSTYPE;
265 extern int _mesa_glsl_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.h264 union YYSTYPE;
265 extern int _mesa_glsl_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,
/external/bison/data/
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...]

Completed in 1876 milliseconds

123