Home | History | Annotate | Download | only in intl

Lines Matching defs:YYSTACK_ALLOC

367 #  define YYSTACK_ALLOC alloca
371 # define YYSTACK_ALLOC alloca
374 # define YYSTACK_ALLOC __builtin_alloca
380 # ifdef YYSTACK_ALLOC
388 # define YYSTACK_ALLOC malloc
841 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1176 yymsg = (char *) YYSTACK_ALLOC (yysize);