Home
last modified time | relevance | path

Searched refs:yysize1 (Results 1 – 7 of 7) sorted by relevance

/external/bison/src/
Dparse-gram.c1694 YYSIZE_T yysize1; in yysyntax_error() local
1755 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()
/external/bison/data/
Dyacc.c1331 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
1332 if (! (yysize <= yysize1
1333 && 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;
/external/libpcap/
Dgrammar.c2755 YYSIZE_T yysize1; local
2805 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;
/external/elfutils/src/
Dldscript.c1171 YYSIZE_T yysize1; in yysyntax_error() local
1220 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()
/external/elfutils/libcpu/
Di386_parse.c1162 YYSIZE_T yysize1; in yysyntax_error() local
1211 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()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1686 YYSIZE_T yysize1; in yysyntax_error() local
1735 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()
/external/bison/
DChangeLog28 * data/glr.c (yyreportSyntaxError): Reduce the scope of yysize1 (now