Searched refs:YYSTACK_ALLOC (Results 1 – 1 of 1) sorted by relevance
312 #define YYSTACK_ALLOC alloca macro314 #define YYSTACK_ALLOC malloc macro611 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()614 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); in yyparse()618 yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp)); in yyparse()