Home
last modified time | relevance | path

Searched refs:YYSTACK_ALLOC (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/
Dm68k-parse.c197 # define YYSTACK_ALLOC alloca macro
201 # define YYSTACK_ALLOC alloca macro
204 # define YYSTACK_ALLOC __builtin_alloca macro
209 # ifdef YYSTACK_ALLOC
217 # define YYSTACK_ALLOC malloc macro
1089 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1932 yymsg = (char *) YYSTACK_ALLOC (yysize);
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dgetdate.c480 # define YYSTACK_ALLOC __builtin_alloca macro
484 # define YYSTACK_ALLOC __alloca macro
489 # define YYSTACK_ALLOC alloca macro
501 # ifdef YYSTACK_ALLOC
512 # define YYSTACK_ALLOC YYMALLOC macro
1548 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2199 yymsg = (char *) YYSTACK_ALLOC (yyalloc);