HomeSort by relevance Sort by last modified time
    Searched defs:YYSTYPE (Results 1 - 25 of 30) sorted by null

1 2

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.h 50 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
51 typedef union YYSTYPE
64 } YYSTYPE;
66 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
70 extern YYSTYPE perf_pmu_lval;
parse-events-bison.h 62 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
63 typedef union YYSTYPE
78 } YYSTYPE;
80 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
pmu-bison.c 134 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
135 typedef union YYSTYPE
148 } YYSTYPE;
150 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
323 YYSTYPE yyvs_alloc;
332 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
672 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct list_head *format, char *name)
678 YYSTYPE const * const yyvaluep;
708 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct list_head *format, char *name
    [all...]
parse-events-bison.c 89 extern int parse_events_lex (YYSTYPE* lvalp, void* scanner);
164 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
165 typedef union YYSTYPE
180 } YYSTYPE;
182 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
355 YYSTYPE yyvs_alloc;
364 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
782 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *_data, void *scanner)
788 YYSTYPE const * const yyvaluep
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.h 67 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
68 typedef union YYSTYPE
86 } YYSTYPE;
88 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
92 extern YYSTYPE i386_lval;
  /external/ipsec-tools/src/libipsec/
policy_parse.h 81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
82 typedef union YYSTYPE
94 YYSTYPE;
95 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
100 extern YYSTYPE __libipseclval;
  /external/ipsec-tools/src/racoon/
prsa_par.h 91 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
92 typedef union YYSTYPE
103 YYSTYPE;
104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
109 extern YYSTYPE prsalval;
cfparse.h 373 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
374 typedef union YYSTYPE
385 YYSTYPE;
386 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
391 extern YYSTYPE yylval;
  /external/elfutils/0.153/src/
ldscript.h 101 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
102 typedef union YYSTYPE
125 } YYSTYPE;
127 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
131 extern YYSTYPE ldlval;
ldscript.c 237 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
238 typedef union YYSTYPE
261 } YYSTYPE;
263 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
436 YYSTYPE yyvs_alloc;
445 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
    [all...]
  /external/bison/data/
glr.c 63 m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
193 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[
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* yy1
    [all...]
yacc.c 106 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([[
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/
nasm-parser.h 88 #define YYSTYPE nasm_yystype
121 int nasm_parser_lex(YYSTYPE *lvalp, yasm_parser_nasm *parser_nasm);
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.h 51 typedef union YYSTYPE
58 } 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/
gas-parser.h 64 } yystype; typedef in typeref:union:__anon20978
65 #define YYSTYPE yystype
109 yystype tokval;
114 yystype peek_tokval;
161 int gas_parser_lex(YYSTYPE *lvalp, yasm_parser_gas *parser_gas);
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 51 typedef union YYSTYPE
58 } YYSTYPE;
94 YYSTYPE value;
219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 109 typedef __int64 YYSTYPE;
112 typedef intmax_t YYSTYPE;
130 static int yylex(YYSTYPE* lvalp, Context* context);
180 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
181 typedef int YYSTYPE;
183 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
380 YYSTYPE yyvs_alloc;
389 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
759 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context
    [all...]
Tokenizer.cpp 552 typedef std::string YYSTYPE;
622 YYSTYPE * yylval_r;
630 /* This must go here because YYSTYPE and YYLTYPE are included
673 YYSTYPE * ppget_lval (yyscan_t yyscanner );
675 void ppset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
787 (YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner);
790 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 186 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
187 typedef union YYSTYPE
223 } YYSTYPE;
225 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
glslang_tab.cpp 270 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
271 typedef union YYSTYPE
307 } YYSTYPE;
309 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
346 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
568 YYSTYPE yyvs_alloc;
578 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 257 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
258 typedef union YYSTYPE
292 } YYSTYPE;
294 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
  /external/e2fsprogs/intl/
plural.c 66 #ifndef YYSTYPE
71 } yystype; typedef in typeref:union:__anon13
72 # define YYSTYPE yystype
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]
    [all...]
  /external/libpcap/
tokdefs.h 283 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
284 typedef union YYSTYPE
308 } YYSTYPE;
310 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
314 extern YYSTYPE pcap_lval;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 443 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
444 typedef union YYSTYPE
487 } YYSTYPE;
489 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
  /external/bison/src/
parse-gram.c 62 #define YYSTYPE GRAM_STYPE
534 YYSTYPE yyvs_alloc;
544 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
    [all...]

Completed in 802 milliseconds

1 2