Home | History | Annotate | Download | only in src

Lines Matching refs:YYSTACK_ALLOC

239 #   define YYSTACK_ALLOC alloca
243 # define YYSTACK_ALLOC alloca
246 # define YYSTACK_ALLOC __builtin_alloca
251 # ifdef YYSTACK_ALLOC
259 # define YYSTACK_ALLOC YYMALLOC
1107 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1725 yymsg = (char *) YYSTACK_ALLOC (yysize);