HomeSort by relevance Sort by last modified time
    Searched defs:yystype (Results 1 - 14 of 14) sorted by null

  /external/linux-tools-perf/src/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/src/libcpu/
i386_parse.h 75 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
76 typedef union YYSTYPE
92 } YYSTYPE;
94 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
98 extern YYSTYPE i386_lval;
i386_parse.c 352 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
353 typedef union YYSTYPE
369 } YYSTYPE;
371 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
375 extern YYSTYPE i386_lval;
561 YYSTYPE yyvs_alloc;
570 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
913 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
919 YYSTYPE const * const yyvaluep
    [all...]
  /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/src/src/
ldscript.h 109 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
110 typedef union YYSTYPE
131 } YYSTYPE;
133 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
137 extern YYSTYPE ldlval;
ldscript.c 232 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
233 typedef union YYSTYPE
254 } YYSTYPE;
256 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
260 extern YYSTYPE ldlval;
446 YYSTYPE yyvs_alloc;
455 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
    [all...]
  /external/e2fsprogs/intl/
plural.c 66 #ifndef YYSTYPE
71 } yystype; typedef in typeref:union:__anon8173
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;
grammar.c 590 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
591 typedef union YYSTYPE
615 } YYSTYPE;
617 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
790 YYSTYPE yyvs_alloc;
799 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
    [all...]

Completed in 427 milliseconds