Home | History | Annotate | Download | only in tc

Lines Matching defs:YYSTACK_ALLOC

291 #    define YYSTACK_ALLOC __builtin_alloca
295 # define YYSTACK_ALLOC __alloca
300 # define YYSTACK_ALLOC alloca
312 # ifdef YYSTACK_ALLOC
323 # define YYSTACK_ALLOC YYMALLOC
1214 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1498 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);