Lines Matching refs:yysize
813 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1802 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1862 yysize = yysize0; in yysyntax_error()
1866 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1867 if (! (yysize <= yysize1 in yysyntax_error()
1870 yysize = yysize1; in yysyntax_error()
1890 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1891 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1893 yysize = yysize1; in yysyntax_error()
1895 if (*yymsg_alloc < yysize) in yysyntax_error()
1897 *yymsg_alloc = 2 * yysize; in yysyntax_error()
1898 if (! (yysize <= *yymsg_alloc in yysyntax_error()
2089 YYSIZE_T yysize = yyssp - yyss + 1; local
2104 &yyss1, yysize * sizeof (*yyssp),
2105 &yyvs1, yysize * sizeof (*yyvsp),
2137 yyssp = yyss + yysize - 1;
2138 yyvsp = yyvs + yysize - 1;