Lines Matching defs:yysize
377 local variables YYSIZE and YYSTACKSIZE give the old and new number of
385 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
927 YYSIZE_T yysize = yysize0;
982 yysize = yysize0;
987 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
988 if (! (yysize <= yysize1
991 yysize = yysize1;
1013 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1014 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1016 yysize = yysize1;
1019 if (*yymsg_alloc < yysize)
1021 *yymsg_alloc = 2 * yysize;
1022 if (! (yysize <= *yymsg_alloc
1175 YYSIZE_T yysize = yyssp - yyss + 1;
1191 &yyss1, yysize * sizeof (*yyssp),
1192 &yyvs1, yysize * sizeof (*yyvsp),
1193 &yyls1, yysize * sizeof (*yylsp),
1227 yyssp = yyss + yysize - 1;
1228 yyvsp = yyvs + yysize - 1;
1229 yylsp = yyls + yysize - 1;