Home | History | Annotate | Download | only in intl

Lines Matching refs:YYSTACK_ALLOC

343 #  define YYSTACK_ALLOC alloca
347 # define YYSTACK_ALLOC alloca
350 # define YYSTACK_ALLOC __builtin_alloca
356 # ifdef YYSTACK_ALLOC
364 # define YYSTACK_ALLOC malloc
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1149 yymsg = (char *) YYSTACK_ALLOC (yysize);