Searched refs:yysize1 (Results 1 – 7 of 7) sorted by relevance
982 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local983 if (! (yysize <= yysize1 in yysyntax_error()984 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()986 yysize = yysize1; in yysyntax_error()1008 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local1009 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()1011 yysize = yysize1; in yysyntax_error()
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;
1736 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local1737 if (! (yysize <= yysize1 in yysyntax_error()1738 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()1740 yysize = yysize1; in yysyntax_error()1762 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local1763 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()1765 yysize = yysize1; in yysyntax_error()
2003 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local2004 if (! (yysize <= yysize1 in yysyntax_error()2005 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()2007 yysize = yysize1; in yysyntax_error()2029 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local2030 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()2032 yysize = yysize1; in yysyntax_error()
1877 YYSIZE_T yysize1;1927 yysize1 = yysize + yytnamerr (0, yytname[yyx]);1928 yysize_overflow |= yysize1 < yysize;1929 yysize = yysize1;1935 yysize1 = yysize + yystrlen (yyf);1936 yysize_overflow |= yysize1 < yysize;1937 yysize = yysize1;
28 * data/glr.c (yyreportSyntaxError): Reduce the scope of yysize1 (now