/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | pmu-bison.h | 50 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 51 typedef union YYSTYPE union 64 } YYSTYPE; typedef 66 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 70 extern YYSTYPE perf_pmu_lval;
|
D | parse-events-bison.h | 62 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 63 typedef union YYSTYPE union 78 } YYSTYPE; typedef 80 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
D | pmu-bison.c | 134 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 135 typedef union YYSTYPE union 148 } YYSTYPE; typedef 150 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 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… in yy_symbol_value_print() 678 YYSTYPE const * const yyvaluep; 708 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct list_head *form… in yy_symbol_print() 714 YYSTYPE const * const yyvaluep; [all …]
|
D | parse-events.l | 14 YYSTYPE *parse_events_get_lval(yyscan_t yyscanner); 16 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value() 31 YYSTYPE *yylval = parse_events_get_lval(scanner); in value() 39 YYSTYPE *yylval = parse_events_get_lval(scanner); in raw() 47 YYSTYPE *yylval = parse_events_get_lval(scanner); in str() 56 YYSTYPE *yylval = parse_events_get_lval(scanner); in sym() 64 YYSTYPE *yylval = parse_events_get_lval(scanner); in term()
|
D | 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 union 180 } YYSTYPE; typedef 182 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 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, voi… in yy_symbol_value_print() 788 YYSTYPE const * const yyvaluep; 818 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *_data, void *sca… in yy_symbol_print() [all …]
|
D | parse-events-flex.h | 278 YYSTYPE * parse_events_get_lval (yyscan_t yyscanner ); 280 void parse_events_set_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner ); 328 (YYSTYPE * yylval_param ,yyscan_t yyscanner); 331 (YYSTYPE * yylval_param , yyscan_t yyscanner)
|
/external/elfutils/0.153/libcpu/ |
D | i386_parse.h | 67 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 68 typedef union YYSTYPE union 86 } YYSTYPE; typedef 88 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 92 extern YYSTYPE i386_lval;
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.h | 81 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 82 typedef union YYSTYPE union 94 YYSTYPE; typedef 95 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 100 extern YYSTYPE __libipseclval;
|
/external/ipsec-tools/src/racoon/ |
D | prsa_par.h | 91 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 92 typedef union YYSTYPE union 103 YYSTYPE; typedef 104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 109 extern YYSTYPE prsalval;
|
D | cfparse.h | 373 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 374 typedef union YYSTYPE union 385 YYSTYPE; typedef 386 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 391 extern YYSTYPE yylval;
|
/external/elfutils/0.153/src/ |
D | ldscript.h | 101 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 102 typedef union YYSTYPE union 125 } YYSTYPE; typedef 127 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 131 extern YYSTYPE ldlval;
|
D | ldscript.c | 237 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 238 typedef union YYSTYPE union 261 } YYSTYPE; typedef 263 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 436 YYSTYPE yyvs_alloc; 445 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 927 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() 933 YYSTYPE const * const yyvaluep; 959 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() 965 YYSTYPE const * const yyvaluep; [all …]
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 109 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 */ 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) in yy_symbol_value_print() 765 YYSTYPE const * const yyvaluep; [all …]
|
D | ExpressionParser.y | 50 typedef __int64 YYSTYPE; typedef 53 typedef intmax_t YYSTYPE; 77 static int yylex(YYSTYPE* lvalp, Context* context); 198 int yylex(YYSTYPE *lvalp, Context *context) 212 *lvalp = static_cast<YYSTYPE>(val);
|
/external/libpcap/ |
D | tokdefs.h | 283 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 284 typedef union YYSTYPE union 308 } YYSTYPE; typedef 310 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 314 extern YYSTYPE pcap_lval;
|
D | grammar.c | 590 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 591 typedef union YYSTYPE union 615 } YYSTYPE; typedef 617 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 790 YYSTYPE yyvs_alloc; 799 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 1541 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() 1547 YYSTYPE const * const yyvaluep; 1573 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() 1579 YYSTYPE const * const yyvaluep; [all …]
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | glslang_tab.h | 186 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 187 typedef union YYSTYPE union 223 } YYSTYPE; typedef 225 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
/external/e2fsprogs/intl/ |
D | plural.c | 66 #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]; in yyparse() 706 YYSTYPE *yyvs = yyvsa; in yyparse() 707 register YYSTYPE *yyvsp; in yyparse() [all …]
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
D | glcpp.h | 51 typedef union YYSTYPE union 58 } YYSTYPE; typedef 94 YYSTYPE value; 219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp.h | 51 typedef union YYSTYPE union 58 } YYSTYPE; typedef 94 YYSTYPE value; 219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
D | program_parse.tab.h | 257 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 258 typedef union YYSTYPE union 292 } YYSTYPE; typedef 294 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-parse.h | 117 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 119 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
D | glsl_parser.h | 443 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 444 typedef union YYSTYPE union 487 } YYSTYPE; typedef 489 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
/external/bison/src/ |
D | parse-gram.c | 62 #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 * … in yy_symbol_value_print() 1068 YYSTYPE const * const yyvaluep; 1224 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print() 1230 YYSTYPE const * const yyvaluep; 1284 yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) in yy_reduce_print() 1288 YYSTYPE *yyvsp; in yy_reduce_print() 1827 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) in yydestruct() [all …]
|
/external/bison/data/ |
D | 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 …]
|