/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/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/libpcap/ |
D | grammar.c | 1467 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument 1471 if (!yyvaluep) in yy_symbol_value_print() 1475 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); in yy_symbol_value_print() 1486 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument 1491 yy_symbol_value_print (yyoutput, yytype, yyvaluep); in yy_symbol_print() 1804 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument 1806 YYUSE (yyvaluep); in yydestruct() 1809 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); in yydestruct()
|
/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,
|