Lines Matching refs:yysize
584 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1176 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1235 yysize = yysize0; in yysyntax_error()
1240 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
1241 if (! (yysize <= yysize1 in yysyntax_error()
1244 yysize = yysize1; in yysyntax_error()
1266 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1267 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1269 yysize = yysize1; in yysyntax_error()
1272 if (*yymsg_alloc < yysize) in yysyntax_error()
1274 *yymsg_alloc = 2 * yysize; in yysyntax_error()
1275 if (! (yysize <= *yymsg_alloc in yysyntax_error()
1452 YYSIZE_T yysize = yyssp - yyss + 1; local
1467 &yyss1, yysize * sizeof (*yyssp),
1468 &yyvs1, yysize * sizeof (*yyvsp),
1500 yyssp = yyss + yysize - 1;
1501 yyvsp = yyvs + yysize - 1;