Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.c321 # define YYSTACK_ALLOC __builtin_alloca macro
325 # define YYSTACK_ALLOC __alloca macro
330 # define YYSTACK_ALLOC alloca macro
343 # ifdef YYSTACK_ALLOC
354 # define YYSTACK_ALLOC YYMALLOC macro
1328 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1711 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);

Completed in 8 milliseconds