Home | History | Annotate | Download | only in util

Lines Matching refs:YYSTACK_ALLOC

284 #    define YYSTACK_ALLOC __builtin_alloca
288 # define YYSTACK_ALLOC __alloca
293 # define YYSTACK_ALLOC alloca
305 # ifdef YYSTACK_ALLOC
316 # define YYSTACK_ALLOC YYMALLOC
1378 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1990 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);