Home | History | Annotate | Download | only in compiler

Lines Matching defs:yystacksize

521    local variables YYSIZE and YYSTACKSIZE give the old and new number of
531 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1299 YYSIZE_T yystacksize;
1325 yystacksize = YYINITDEPTH;
1354 if (yyss + yystacksize - 1 <= yyssp)
1374 &yystacksize);
1384 if (YYMAXDEPTH <= yystacksize)
1386 yystacksize *= 2;
1387 if (YYMAXDEPTH < yystacksize)
1388 yystacksize = YYMAXDEPTH;
1393 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1409 (unsigned long int) yystacksize));
1411 if (yyss + yystacksize - 1 <= yyssp)