Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp982 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
983 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() local
1009 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1011 yysize = yysize1; in yysyntax_error()
/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.c1736 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
1737 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() local
1763 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1765 yysize = yysize1; in yysyntax_error()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp2003 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() local
2004 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() local
2030 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
2032 yysize = yysize1; in yysyntax_error()
/external/toybox/kconfig/
Dzconf.tab.c_shipped1877 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;
/external/bison/
DChangeLog28 * data/glr.c (yyreportSyntaxError): Reduce the scope of yysize1 (now