Searched refs:YYSTYPE (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 16 YYSTYPE *parse_events_get_lval(yyscan_t yyscanner); 18 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value() 33 YYSTYPE *yylval = parse_events_get_lval(scanner); in value() 41 YYSTYPE *yylval = parse_events_get_lval(scanner); in raw() 49 YYSTYPE *yylval = parse_events_get_lval(scanner); in str() 58 YYSTYPE *__yylval = parse_events_get_lval(yyscanner); \ 70 YYSTYPE *yylval = parse_events_get_lval(scanner); in pmu_str_check() 88 YYSTYPE *yylval = parse_events_get_lval(scanner); in sym() 96 YYSTYPE *yylval = parse_events_get_lval(scanner); in term()
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 186 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 187 typedef union YYSTYPE union 200 } YYSTYPE; typedef 202 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 378 YYSTYPE yyvs_alloc; 387 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 942 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() 948 YYSTYPE const * const yyvaluep; 976 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() 982 YYSTYPE const * const yyvaluep; [all …]
|
D | zconf.tab.c_shipped | 186 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 187 typedef union YYSTYPE 200 } YYSTYPE; 202 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 378 YYSTYPE yyvs_alloc; 387 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 942 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 948 YYSTYPE const * const yyvaluep; 976 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 982 YYSTYPE const * const yyvaluep; [all …]
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.h_shipped | 73 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 74 typedef union YYSTYPE YYSTYPE; 75 union YYSTYPE 117 extern YYSTYPE yylval;
|
D | dtc-parser.tab.c_shipped | 143 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 144 typedef union YYSTYPE YYSTYPE; 145 union YYSTYPE 187 extern YYSTYPE yylval; 383 YYSTYPE yyvs_alloc; 393 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ 837 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … 857 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … 897 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) 1177 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) [all …]
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.h_shipped | 95 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 96 typedef int YYSTYPE; 98 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 102 extern YYSTYPE yylval;
|
D | parse.tab.c_shipped | 195 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 196 typedef int YYSTYPE; 198 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 202 extern YYSTYPE yylval; 387 YYSTYPE yyvs_alloc; 396 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 980 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 986 YYSTYPE const * const yyvaluep; 1014 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 1020 YYSTYPE const * const yyvaluep; [all …]
|
D | genksyms.h | 58 #define YYSTYPE yystype macro
|