Searched refs:YYSTYPE (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
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 pmu_str_check() 74 YYSTYPE *yylval = parse_events_get_lval(scanner); in sym() 82 YYSTYPE *yylval = parse_events_get_lval(scanner); in term()
|
D | parse-events.y | 17 extern int parse_events_lex (YYSTYPE* lvalp, void* scanner);
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 174 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 175 typedef union YYSTYPE union 188 } YYSTYPE; typedef 190 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 365 YYSTYPE yyvs_alloc; 374 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 922 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() 928 YYSTYPE const * const yyvaluep; 954 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() 960 YYSTYPE const * const yyvaluep; [all …]
|
D | zconf.tab.c_shipped | 174 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 175 typedef union YYSTYPE 188 } YYSTYPE; 190 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 365 YYSTYPE yyvs_alloc; 374 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 922 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 928 YYSTYPE const * const yyvaluep; 954 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 960 YYSTYPE const * const yyvaluep; [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.h_shipped | 75 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 76 typedef union YYSTYPE 103 } YYSTYPE; 105 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 109 extern YYSTYPE yylval;
|
D | dtc-parser.tab.c_shipped | 148 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 149 typedef union YYSTYPE 176 } YYSTYPE; 178 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 182 extern YYSTYPE yylval; 377 YYSTYPE yyvs_alloc; 386 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 827 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 833 YYSTYPE const * const yyvaluep; 857 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) [all …]
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.h_shipped | 87 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 88 typedef int YYSTYPE; 90 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 94 extern YYSTYPE yylval;
|
D | parse.tab.c_shipped | 200 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 201 typedef int YYSTYPE; 203 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 375 YYSTYPE yyvs_alloc; 384 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 995 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 1001 YYSTYPE const * const yyvaluep; 1029 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) 1035 YYSTYPE const * const yyvaluep; 1086 yy_reduce_print (YYSTYPE *yyvsp, int yyrule) [all …]
|
D | genksyms.h | 58 #define YYSTYPE yystype macro
|