Home | History | Annotate | Download | only in sh

Lines Matching refs:YYSTACK_ALLOC

216 #   define YYSTACK_ALLOC alloca
220 # define YYSTACK_ALLOC alloca
223 # define YYSTACK_ALLOC __builtin_alloca
228 # ifdef YYSTACK_ALLOC
236 # define YYSTACK_ALLOC YYMALLOC
1014 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1347 yymsg = (char *) YYSTACK_ALLOC (yysize);