Home
last modified time | relevance | path

Searched refs:YYSTYPE (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dparse-events.l14 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()
Dparse-events.y17 extern int parse_events_lex (YYSTYPE* lvalp, void* scanner);
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c174 #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 …]
Dzconf.tab.c_shipped174 #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/
Ddtc-parser.tab.h_shipped75 #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;
Ddtc-parser.tab.c_shipped148 #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/
Dparse.tab.h_shipped87 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
88 typedef int YYSTYPE;
90 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
94 extern YYSTYPE yylval;
Dparse.tab.c_shipped200 #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 …]
Dgenksyms.h58 #define YYSTYPE yystype macro