Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c328 # define YYSTACK_ALLOC __builtin_alloca macro
332 # define YYSTACK_ALLOC __alloca macro
337 # define YYSTACK_ALLOC alloca macro
350 # ifdef YYSTACK_ALLOC
361 # define YYSTACK_ALLOC YYMALLOC macro
1342 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1755 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/PHP-7.3/ext/json/
H A Djson_parser.tab.c334 # define YYSTACK_ALLOC __builtin_alloca macro
338 # define YYSTACK_ALLOC __alloca macro
343 # define YYSTACK_ALLOC alloca macro
355 # ifdef YYSTACK_ALLOC
366 # define YYSTACK_ALLOC YYMALLOC macro
1319 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1690 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); in yyparse()

Completed in 15 milliseconds