Home | History | Annotate | Download | only in util

Lines Matching defs:YYSTACK_ALLOC

252 #    define YYSTACK_ALLOC __builtin_alloca
256 # define YYSTACK_ALLOC __alloca
261 # define YYSTACK_ALLOC alloca
273 # ifdef YYSTACK_ALLOC
284 # define YYSTACK_ALLOC YYMALLOC
1269 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1529 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);