Searched refs:yysize1 (Results 1 – 7 of 7) sorted by relevance
1694 YYSIZE_T yysize1; in yysyntax_error() local1755 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()1756 if (! (yysize <= yysize1 in yysyntax_error()1757 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()1759 yysize = yysize1; in yysyntax_error()1783 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()1784 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()1786 yysize = yysize1; in yysyntax_error()
1331 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);1332 if (! (yysize <= yysize11333 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))1335 yysize = yysize1;1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);1362 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))1364 yysize = yysize1;
2755 YYSIZE_T yysize1; local2805 yysize1 = yysize + yytnamerr (0, yytname[yyx]);2806 yysize_overflow |= yysize1 < yysize;2807 yysize = yysize1;2813 yysize1 = yysize + yystrlen (yyf);2814 yysize_overflow |= yysize1 < yysize;2815 yysize = yysize1;
1171 YYSIZE_T yysize1; in yysyntax_error() local1220 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()1221 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()1222 yysize = yysize1; in yysyntax_error()1228 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()1229 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()1230 yysize = yysize1; in yysyntax_error()
1162 YYSIZE_T yysize1; in yysyntax_error() local1211 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()1212 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()1213 yysize = yysize1; in yysyntax_error()1219 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()1220 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()1221 yysize = yysize1; in yysyntax_error()
1686 YYSIZE_T yysize1; in yysyntax_error() local1735 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()1736 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()1737 yysize = yysize1; in yysyntax_error()1743 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()1744 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()1745 yysize = yysize1; in yysyntax_error()
28 * data/glr.c (yyreportSyntaxError): Reduce the scope of yysize1 (now