Lines Matching refs:yysize
407 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1049 YYSIZE_T yysize = yysize0;
1104 yysize = yysize0;
1109 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
1110 if (! (yysize <= yysize1
1113 yysize = yysize1;
1135 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1136 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1138 yysize = yysize1;
1141 if (*yymsg_alloc < yysize)
1143 *yymsg_alloc = 2 * yysize;
1144 if (! (yysize <= *yymsg_alloc
1297 YYSIZE_T yysize = yyssp - yyss + 1;
1313 &yyss1, yysize * sizeof (*yyssp),
1314 &yyvs1, yysize * sizeof (*yyvsp),
1315 &yyls1, yysize * sizeof (*yylsp),
1349 yyssp = yyss + yysize - 1;
1350 yyvsp = yyvs + yysize - 1;
1351 yylsp = yyls + yysize - 1;