Searched refs:YYSTACK_ALLOC (Results 1 – 2 of 2) sorted by relevance
330 # define YYSTACK_ALLOC __builtin_alloca macro334 # define YYSTACK_ALLOC __alloca macro339 # define YYSTACK_ALLOC alloca macro352 # ifdef YYSTACK_ALLOC363 # define YYSTACK_ALLOC YYMALLOC macro1344 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));1757 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
334 # define YYSTACK_ALLOC __builtin_alloca macro338 # define YYSTACK_ALLOC __alloca macro343 # define YYSTACK_ALLOC alloca macro355 # ifdef YYSTACK_ALLOC366 # define YYSTACK_ALLOC YYMALLOC macro1319 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()1690 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); in yyparse()
Completed in 13 milliseconds