Lines Matching refs:yysize
388 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1183 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1243 yysize = yysize0; in yysyntax_error()
1247 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1248 if (! (yysize <= yysize1 in yysyntax_error()
1251 yysize = yysize1; in yysyntax_error()
1271 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1272 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1274 yysize = yysize1; in yysyntax_error()
1276 if (*yymsg_alloc < yysize) in yysyntax_error()
1278 *yymsg_alloc = 2 * yysize; in yysyntax_error()
1279 if (! (yysize <= *yymsg_alloc in yysyntax_error()
1500 YYSIZE_T yysize = yyssp - yyss + 1; local
1515 &yyss1, yysize * sizeof (*yyssp),
1516 &yyvs1, yysize * sizeof (*yyvsp),
1548 yyssp = yyss + yysize - 1;
1549 yyvsp = yyvs + yysize - 1;