Home
last modified time | relevance | path

Searched refs:yytype (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.c768 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print()
770 int yytype;
779 if (yytype < YYNTOKENS)
780 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
784 YYUSE (yytype);
798 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print()
800 int yytype;
804 if (yytype < YYNTOKENS)
1162 yydestruct (yymsg, yytype, yyvaluep) in yydestruct()
1164 int yytype;
[all …]
/PHP-7.0/ext/json/
H A Djson_parser.tab.c717 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, php_json_parser … in yy_symbol_value_print() argument
725 if (yytype < YYNTOKENS) in yy_symbol_value_print()
726 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); in yy_symbol_value_print()
728 YYUSE (yytype); in yy_symbol_value_print()
737 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, php_json_parser *parse… in yy_symbol_print() argument
740 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print()
742 yy_symbol_value_print (yyoutput, yytype, yyvaluep, parser); in yy_symbol_print()
1055 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, php_json_parser *parser) in yydestruct() argument
1061 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); in yydestruct()
1064 switch (yytype) in yydestruct()

Completed in 13 milliseconds