Home | History | Annotate | Download | only in compiler

Lines Matching defs:YYSTACK_ALLOC

513 #    define YYSTACK_ALLOC __builtin_alloca
517 # define YYSTACK_ALLOC __alloca
522 # define YYSTACK_ALLOC alloca
534 # ifdef YYSTACK_ALLOC
545 # define YYSTACK_ALLOC YYMALLOC
2240 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
4937 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);