Home | History | Annotate | Download | only in compiler

Lines Matching defs:yystacksize

538    local variables YYSIZE and YYSTACKSIZE give the old and new number of
548 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1381 YYSIZE_T yystacksize;
1407 yystacksize = YYINITDEPTH;
1436 if (yyss + yystacksize - 1 <= yyssp)
1456 &yystacksize);
1466 if (YYMAXDEPTH <= yystacksize)
1468 yystacksize *= 2;
1469 if (YYMAXDEPTH < yystacksize)
1470 yystacksize = YYMAXDEPTH;
1475 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1491 (unsigned long int) yystacksize));
1493 if (yyss + yystacksize - 1 <= yyssp)