Home
last modified time | relevance | path

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

/PHP-7.2/ext/json/
H A Djson_parser.tab.h71 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
73 union YYSTYPE union
86 typedef union YYSTYPE YYSTYPE; typedef
H A Djson_parser.tab.c180 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
182 union YYSTYPE union
195 typedef union YYSTYPE YYSTYPE; typedef
403 YYSTYPE yyvs_alloc;
1207 YY_INITIAL_VALUE (static YYSTYPE yyval_default;) in yyparse()
1208 YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); in yyparse()
1230 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1231 YYSTYPE *yyvs; in yyparse()
1232 YYSTYPE *yyvsp; in yyparse()
1242 YYSTYPE yyval; in yyparse()
[all …]
H A Djson_parser.y81 static int php_json_yylex(union YYSTYPE *value, php_json_parser *parser);
295 static int php_json_yylex(union YYSTYPE *value, php_json_parser *parser) in php_json_yylex()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.h108 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
109 typedef int YYSTYPE; typedef
111 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
H A Dphpdbg_parser.c89 #define YYSTYPE phpdbg_param_t macro
202 typedef int YYSTYPE; typedef
402 YYSTYPE yyvs_alloc;
856 YYSTYPE *yyvsp; in yy_reduce_print()
1165 YYSTYPE *yyvaluep;
1221 static YYSTYPE yyval_default;
1255 YYSTYPE yyvsa[YYINITDEPTH];
1256 YYSTYPE *yyvs;
1257 YYSTYPE *yyvsp;
1267 YYSTYPE yyval;
[all …]
H A Dphpdbg_cmd.h86 #ifndef YYSTYPE
87 #define YYSTYPE phpdbg_param_t macro
H A Dphpdbg_parser.y16 #define YYSTYPE phpdbg_param_t macro
/PHP-7.2/Zend/
H A Dzend_ini_parser.y37 #define YYSTYPE zval macro
H A Dzend_language_parser.y37 #define YYSTYPE zend_parser_stack_elem macro

Completed in 31 milliseconds