/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | pmu-bison.c | 945 const char *yyformat = 0; in yysyntax_error() local 1018 yyformat = S; \ in yysyntax_error() 1029 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1049 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1050 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1053 yyformat += 2; in yysyntax_error() 1058 yyformat++; in yysyntax_error()
|
D | parse-events-bison.c | 1055 const char *yyformat = 0; in yysyntax_error() local 1128 yyformat = S; \ in yysyntax_error() 1139 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1159 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1160 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1163 yyformat += 2; in yysyntax_error() 1168 yyformat++; in yysyntax_error()
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 1025 const char *yyformat = YY_NULL; in yysyntax_error() local 1100 yyformat = S; \ in yysyntax_error() 1112 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1133 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1134 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1137 yyformat += 2; in yysyntax_error() 1142 yyformat++; in yysyntax_error()
|
/external/bison/examples/calc++/ |
D | calc++-parser.cc | 826 char const* yyformat = YY_NULL; in yysyntax_error_() local 831 yyformat = S; \ in yysyntax_error_() 844 for (char const* yyp = yyformat; *yyp; ++yyp) in yysyntax_error_()
|
/external/bison/data/ |
D | yacc.c | 1252 const char *yyformat = YY_NULL; 1349 yyformat = S; \ 1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); 1382 while ((*yyp = *yyformat) != '\0') 1383 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) 1386 yyformat += 2; 1391 yyformat++;
|
D | lalr1.cc | 940 char const* yyformat = YY_NULL; 945 yyformat = S; \ 958 for (char const* yyp = yyformat; *yyp; ++yyp)
|
D | glr.c | 2024 const char *yyformat = YY_NULL; 2092 yyformat = S; \ 2104 size_t yysz = yysize + strlen (yyformat); 2116 while ((*yyp = *yyformat)) 2118 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) 2121 yyformat += 2; 2126 yyformat++;
|
/external/elfutils/0.153/src/ |
D | ldscript.c | 1192 const char *yyformat = 0; in yysyntax_error() local 1265 yyformat = S; \ in yysyntax_error() 1276 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1296 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1297 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1300 yyformat += 2; in yysyntax_error() 1305 yyformat++; in yysyntax_error()
|
/external/bison/src/ |
D | parse-gram.c | 1697 const char *yyformat = YY_NULL; in yysyntax_error() local 1772 yyformat = S; \ in yysyntax_error() 1783 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1803 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1804 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1807 yyformat += 2; in yysyntax_error() 1812 yyformat++; in yysyntax_error()
|
/external/libpcap/ |
D | grammar.c | 1806 const char *yyformat = 0; in yysyntax_error() local 1879 yyformat = S; \ in yysyntax_error() 1890 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1910 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1911 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1914 yyformat += 2; in yysyntax_error() 1919 yyformat++; in yysyntax_error()
|
/external/elfutils/0.153/libcpu/ |
D | i386_parse.c | 1184 const char *yyformat = 0; in yysyntax_error() local 1257 yyformat = S; \ in yysyntax_error() 1268 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1288 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1289 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1292 yyformat += 2; in yysyntax_error() 1297 yyformat++; in yysyntax_error()
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glcpp-parse.c | 1415 const char *yyformat = 0; in yysyntax_error() local 1488 yyformat = S; \ in yysyntax_error() 1499 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1519 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1520 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1523 yyformat += 2; in yysyntax_error() 1528 yyformat++; in yysyntax_error()
|
D | glsl_parser.cc | 2520 const char *yyformat = 0; in yysyntax_error() local 2593 yyformat = S; \ in yysyntax_error() 2604 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 2624 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 2625 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 2628 yyformat += 2; in yysyntax_error() 2633 yyformat++; in yysyntax_error()
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
D | program_parse.tab.c | 1813 const char *yyformat = 0; in yysyntax_error() local 1886 yyformat = S; \ in yysyntax_error() 1897 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1917 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1918 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1921 yyformat += 2; in yysyntax_error() 1926 yyformat++; in yysyntax_error()
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | glslang_tab.cpp | 2071 const char *yyformat = YY_NULL; in yysyntax_error() local 2146 yyformat = S; \ in yysyntax_error() 2158 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 2179 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 2180 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 2183 yyformat += 2; in yysyntax_error() 2188 yyformat++; in yysyntax_error()
|