Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/intl/
Dplural.c367 # define YYSTACK_ALLOC alloca macro
371 # define YYSTACK_ALLOC alloca macro
374 # define YYSTACK_ALLOC __builtin_alloca macro
380 # ifdef YYSTACK_ALLOC
388 # define YYSTACK_ALLOC malloc macro
839 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1173 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse()