Lines Matching refs:yysize
566 local variables YYSIZE and YYSTACKSIZE give the old and new number of
574 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1097 YYSIZE_T yysize = yyesp - *yyes + 1;
1098 if (yylen < yysize)
1105 yylen -= yysize;
1249 YYSIZE_T yysize = yysize0;
1326 yysize = yysize0;
1331 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
1332 if (! (yysize <= yysize1
1335 yysize = yysize1;
1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1362 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1364 yysize = yysize1;
1367 if (*yymsg_alloc < yysize)
1369 *yymsg_alloc = 2 * yysize;
1370 if (! (yysize <= *yymsg_alloc
1601 YYSIZE_T yysize = yyssp - yyss + 1;
1617 &yyss1, yysize * sizeof (*yyssp),
1618 &yyvs1, yysize * sizeof (*yyvsp),]b4_locations_if([
1619 &yyls1, yysize * sizeof (*yylsp),])[
1653 yyssp = yyss + yysize - 1;
1654 yyvsp = yyvs + yysize - 1;]b4_locations_if([
1655 yylsp = yyls + yysize - 1;])[