/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | pmu-bison.c | 942 YYSIZE_T yysize1; in yysyntax_error() local 1005 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error() 1006 if (! (yysize <= yysize1 in yysyntax_error() 1007 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1009 yysize = yysize1; in yysyntax_error() 1029 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1030 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1032 yysize = yysize1; in yysyntax_error()
|
D | parse-events-bison.c | 1052 YYSIZE_T yysize1; in yysyntax_error() local 1115 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error() 1116 if (! (yysize <= yysize1 in yysyntax_error() 1117 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1119 yysize = yysize1; in yysyntax_error() 1139 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1140 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1142 yysize = yysize1; in yysyntax_error()
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 1086 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error() local 1087 if (! (yysize <= yysize1 in yysyntax_error() 1088 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1090 yysize = yysize1; in yysyntax_error() 1112 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local 1113 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1115 yysize = yysize1; in yysyntax_error()
|
/external/elfutils/0.153/src/ |
D | ldscript.c | 1189 YYSIZE_T yysize1; in yysyntax_error() local 1252 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error() 1253 if (! (yysize <= yysize1 in yysyntax_error() 1254 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1256 yysize = yysize1; in yysyntax_error() 1276 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1277 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1279 yysize = yysize1; in yysyntax_error()
|
/external/bison/src/ |
D | parse-gram.c | 1694 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/ |
D | yacc.c | 1331 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/ |
D | grammar.c | 1803 YYSIZE_T yysize1; in yysyntax_error() local 1866 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error() 1867 if (! (yysize <= yysize1 in yysyntax_error() 1868 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1870 yysize = yysize1; in yysyntax_error() 1890 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1891 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1893 yysize = yysize1; in yysyntax_error()
|
/external/elfutils/0.153/libcpu/ |
D | i386_parse.c | 1181 YYSIZE_T yysize1; in yysyntax_error() local 1244 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error() 1245 if (! (yysize <= yysize1 in yysyntax_error() 1246 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1248 yysize = yysize1; in yysyntax_error() 1268 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1269 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1271 yysize = yysize1; in yysyntax_error()
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-parse.c | 1412 YYSIZE_T yysize1; in yysyntax_error() local 1475 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error() 1476 if (! (yysize <= yysize1 in yysyntax_error() 1477 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1479 yysize = yysize1; in yysyntax_error() 1499 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1500 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1502 yysize = yysize1; in yysyntax_error()
|
D | glsl_parser.cc | 2517 YYSIZE_T yysize1; in yysyntax_error() local 2580 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error() 2581 if (! (yysize <= yysize1 in yysyntax_error() 2582 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 2584 yysize = yysize1; in yysyntax_error() 2604 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 2605 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 2607 yysize = yysize1; in yysyntax_error()
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
D | program_parse.tab.c | 1810 YYSIZE_T yysize1; in yysyntax_error() local 1873 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error() 1874 if (! (yysize <= yysize1 in yysyntax_error() 1875 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1877 yysize = yysize1; in yysyntax_error() 1897 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1898 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1900 yysize = yysize1; in yysyntax_error()
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | glslang_tab.cpp | 2133 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error() local 2134 if (! (yysize <= yysize1 in yysyntax_error() 2135 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 2137 yysize = yysize1; in yysyntax_error() 2159 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() local 2160 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 2162 yysize = yysize1; in yysyntax_error()
|
/external/bison/ |
D | ChangeLog | 28 * data/glr.c (yyreportSyntaxError): Reduce the scope of yysize1 (now
|