Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c330 # define YYSTACK_ALLOC __builtin_alloca macro
334 # define YYSTACK_ALLOC __alloca macro
339 # define YYSTACK_ALLOC alloca macro
352 # ifdef YYSTACK_ALLOC
363 # define YYSTACK_ALLOC YYMALLOC macro
1344 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1757 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/PHP-7.2/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 21 milliseconds