/external/bison/src/ |
D | parse-gram.c | 1062 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() argument 1065 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp) in yy_symbol_value_print() 1068 YYSTYPE const * const yyvaluep; 1074 if (!yyvaluep) 1079 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 1088 { fputs (quotearg_style (c_quoting_style, ((*yyvaluep).chars)), stderr); }; 1095 { fprintf (stderr, "%d", ((*yyvaluep).integer)); }; 1102 { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).code)); }; 1109 { fprintf (stderr, "[%s]", ((*yyvaluep).uniqstr)); }; 1116 { fputs (char_name (((*yyvaluep).character)), stderr); }; [all …]
|
/external/bison/examples/calc++/ |
D | calc++-parser.cc | 211 const semantic_type* yyvaluep, const location_type* yylocationp) in yy_symbol_value_print_() argument 214 YYUSE (yyvaluep); in yy_symbol_value_print_() 223 { yyoutput << *((*yyvaluep).sval); }; in yy_symbol_value_print_() 230 { yyoutput << ((*yyvaluep).ival); }; in yy_symbol_value_print_() 237 { yyoutput << ((*yyvaluep).ival); }; in yy_symbol_value_print_() 249 const semantic_type* yyvaluep, const location_type* yylocationp) in yy_symbol_print_() argument 254 yy_symbol_value_print_ (yytype, yyvaluep, yylocationp); in yy_symbol_print_() 261 int yytype, semantic_type* yyvaluep, location_type* yylocationp) in yydestruct_() argument 265 YYUSE (yyvaluep); in yydestruct_() 268 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); in yydestruct_() [all …]
|
D | calc++-parser.hh | 147 const semantic_type* yyvaluep, 154 const semantic_type* yyvaluep, 254 semantic_type* yyvaluep,
|
/external/bison/data/ |
D | glr.cc | 81 [[const ]b4_namespace_ref::b4_parser_class_name[::semantic_type *yyvaluep], 82 [yyvaluep]], 88 [ yyparser.yy_symbol_print_ (yytype, yyvaluep]b4_locations_if([, yylocationp])[); 162 const semantic_type* yyvaluep, 166 YYUSE (yyvaluep); 181 const semantic_type* yyvaluep, 187 yy_symbol_value_print_ (yytype, yyvaluep, yylocationp); 315 const semantic_type* yyvaluep, 322 const semantic_type* yyvaluep,
|
D | lalr1.cc | 126 const semantic_type* yyvaluep, 133 const semantic_type* yyvaluep, 233 semantic_type* yyvaluep, 414 const semantic_type* yyvaluep, const location_type* yylocationp) 417 YYUSE (yyvaluep); 432 const semantic_type* yyvaluep, const location_type* yylocationp) 437 yy_symbol_value_print_ (yytype, yyvaluep, yylocationp); 444 int yytype, semantic_type* yyvaluep, location_type* yylocationp) 448 YYUSE (yyvaluep); 451 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
|
D | c.m4 | 432 [b4_dollar_pushdef([(*yyvaluep)], [$6], [(*yylocationp)])dnl 457 [[YYSTYPE *yyvaluep], [yyvaluep]][]dnl 461 YYUSE (yyvaluep); 468 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); 496 [[YYSTYPE const * const yyvaluep], [yyvaluep]][]dnl 502 if (!yyvaluep) 509 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 530 [[YYSTYPE const * const yyvaluep], [yyvaluep]][]dnl 542 [ yy_symbol_value_print (yyoutput, yytype, yyvaluep]dnl
|
D | lalr1.java | 412 ]b4_yystype[ yyvaluep]dnl 419 + (yyvaluep == null ? "(null)" : yyvaluep.toString ()) + ")");
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-bison.c | 672 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct list_head… in yy_symbol_value_print() argument 675 yy_symbol_value_print (yyoutput, yytype, yyvaluep, format, name) in yy_symbol_value_print() 678 YYSTYPE const * const yyvaluep; 683 if (!yyvaluep) 689 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 708 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct list_head *form… in yy_symbol_print() argument 711 yy_symbol_print (yyoutput, yytype, yyvaluep, format, name) in yy_symbol_print() 714 YYSTYPE const * const yyvaluep; 724 yy_symbol_value_print (yyoutput, yytype, yyvaluep, format, name); 1073 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, struct list_head *format, char *name) in yydestruct() argument [all …]
|
D | parse-events-bison.c | 782 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *_data, voi… in yy_symbol_value_print() argument 785 yy_symbol_value_print (yyoutput, yytype, yyvaluep, _data, scanner) in yy_symbol_value_print() 788 YYSTYPE const * const yyvaluep; 793 if (!yyvaluep) 799 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 818 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *_data, void *sca… in yy_symbol_print() argument 821 yy_symbol_print (yyoutput, yytype, yyvaluep, _data, scanner) in yy_symbol_print() 824 YYSTYPE const * const yyvaluep; 834 yy_symbol_value_print (yyoutput, yytype, yyvaluep, _data, scanner); 1183 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *_data, void *scanner) in yydestruct() argument [all …]
|
/external/elfutils/src/src/ |
D | ldscript.c | 910 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument 913 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print() 916 YYSTYPE const * const yyvaluep; 921 if (!yyvaluep) 925 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 944 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument 947 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print() 950 YYSTYPE const * const yyvaluep; 958 yy_symbol_value_print (yyoutput, yytype, yyvaluep); 1308 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument [all …]
|
/external/libpcap/ |
D | grammar.c | 1541 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument 1544 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print() 1547 YYSTYPE const * const yyvaluep; 1550 if (!yyvaluep) 1554 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 1573 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument 1576 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print() 1579 YYSTYPE const * const yyvaluep; 1587 yy_symbol_value_print (yyoutput, yytype, yyvaluep); 1934 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument [all …]
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 1050 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep) 1053 yysymprint (yyoutput, yytype, yyvaluep) 1056 YYSTYPE *yyvaluep; 1060 (void) yyvaluep; 1070 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 1087 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) 1090 yydestruct (yymsg, yytype, yyvaluep) 1093 YYSTYPE *yyvaluep; 1097 (void) yyvaluep; 1101 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); [all …]
|
/external/elfutils/src/libcpu/ |
D | i386_parse.c | 913 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument 916 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print() 919 YYSTYPE const * const yyvaluep; 924 if (!yyvaluep) 928 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); 947 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument 950 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print() 953 YYSTYPE const * const yyvaluep; 961 yy_symbol_value_print (yyoutput, yytype, yyvaluep); 1311 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument [all …]
|
/external/bison/ |
D | ChangeLog-2012 | 3488 (yy_symbol_print): Call toString on yyvaluep. 9100 !yyvaluep as signal that no semantic value is available to print. 14683 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
|