Lines Matching defs:yysize
409 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
907 YYSIZE_T yysize = yysize0;
962 yysize = yysize0;
967 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
968 if (! (yysize <= yysize1
971 yysize = yysize1;
993 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
994 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
996 yysize = yysize1;
999 if (*yymsg_alloc < yysize)
1001 *yymsg_alloc = 2 * yysize;
1002 if (! (yysize <= *yymsg_alloc
1136 YYSIZE_T yysize = yyssp - yyss + 1;
1151 &yyss1, yysize * sizeof (*yyssp),
1152 &yyvs1, yysize * sizeof (*yyvsp),
1184 yyssp = yyss + yysize - 1;
1185 yyvsp = yyvs + yysize - 1;