Lines Matching refs:yysize
426 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
924 YYSIZE_T yysize = yysize0; in yysyntax_error() local
979 yysize = yysize0; in yysyntax_error()
984 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error()
985 if (! (yysize <= yysize1 in yysyntax_error()
988 yysize = yysize1; in yysyntax_error()
1010 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1011 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1013 yysize = yysize1; in yysyntax_error()
1016 if (*yymsg_alloc < yysize) in yysyntax_error()
1018 *yymsg_alloc = 2 * yysize; in yysyntax_error()
1019 if (! (yysize <= *yymsg_alloc in yysyntax_error()
1283 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse() local
1298 &yyss1, yysize * sizeof (*yyssp), in yyparse()
1299 &yyvs1, yysize * sizeof (*yyvsp), in yyparse()
1331 yyssp = yyss + yysize - 1; in yyparse()
1332 yyvsp = yyvs + yysize - 1; in yyparse()