|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp 319 fprintf(stderr, "Error: %s\n", Str);
1116 fprintf(stderr, "Read function definition:");
1118 fprintf(stderr, "\n");
1131 fprintf(stderr, "Read extern: ");
1133 fprintf(stderr, "\n");
1163 fprintf(stderr, "Evaluated to %f\n", FP());
1174 fprintf(stderr, "ready> ");
1200 fputc((char)X, stderr);
1206 fprintf(stderr, "%f\n", X);
1228 fprintf(stderr, "ready> ");
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp 319 fprintf(stderr, "Error: %s\n", Str);
1116 fprintf(stderr, "Read function definition:");
1118 fprintf(stderr, "\n");
1131 fprintf(stderr, "Read extern: ");
1133 fprintf(stderr, "\n");
1163 fprintf(stderr, "Evaluated to %f\n", FP());
1174 fprintf(stderr, "ready> ");
1200 fputc((char)X, stderr);
1206 fprintf(stderr, "%f\n", X);
1228 fprintf(stderr, "ready> ");
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp 319 fprintf(stderr, "Error: %s\n", Str);
1112 fprintf(stderr, "Read function definition:");
1114 fprintf(stderr, "\n");
1127 fprintf(stderr, "Read extern: ");
1129 fprintf(stderr, "\n");
1154 fprintf(stderr, "Evaluated to %f\n", FP());
1168 fprintf(stderr, "ready> ");
1194 fputc((char)X, stderr);
1200 fprintf(stderr, "%f\n", X);
1222 fprintf(stderr, "ready> ");
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp 304 fprintf(stderr, "Error: %s\n", Str);
1128 fprintf(stderr, "Read extern: ");
1130 fprintf(stderr, "\n");
1157 fprintf(stderr, "Evaluated to %f\n", FP());
1171 fprintf(stderr, "ready> ");
1197 fputc((char)X, stderr);
1203 fprintf(stderr, "%f\n", X);
1227 fprintf(stderr, "ready> ");
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp 321 fprintf(stderr, "Error: %s\n", Str);
1152 fprintf(stderr, "Read extern: ");
1154 fprintf(stderr, "\n");
1194 fprintf(stderr, "ready> ");
1220 fputc((char)X, stderr);
1226 fprintf(stderr, "%f\n", X);
1292 fprintf(stderr, "ready> ");
examples/Kaleidoscope/Chapter2/toy.cpp 188 fprintf(stderr, "Error: %s\n", Str);
378 fprintf(stderr, "Parsed a function definition.\n");
387 fprintf(stderr, "Parsed an extern\n");
397 fprintf(stderr, "Parsed a top-level expr\n");
407 fprintf(stderr, "ready> ");
440 fprintf(stderr, "ready> ");
examples/Kaleidoscope/Chapter3/toy.cpp 213 fprintf(stderr, "Error: %s\n", Str);
524 fprintf(stderr, "Read function definition:");
526 fprintf(stderr, "\n");
537 fprintf(stderr, "Read extern: ");
539 fprintf(stderr, "\n");
551 fprintf(stderr, "Read top-level expression:");
553 fprintf(stderr, "\n");
564 fprintf(stderr, "ready> ");
597 fprintf(stderr, "ready> ");
examples/Kaleidoscope/Chapter4/toy.cpp 223 fprintf(stderr, "Error: %s\n", Str);
574 fprintf(stderr, "Read function definition:");
576 fprintf(stderr, "\n");
589 fprintf(stderr, "Read extern: ");
591 fprintf(stderr, "\n");
616 fprintf(stderr, "Evaluated to %f\n", FP());
630 fprintf(stderr, "ready> ");
662 fputc((char)X, stderr);
668 fprintf(stderr, "%f\n", X);
689 fprintf(stderr, "ready> ");
examples/Kaleidoscope/Chapter5/toy.cpp 268 fprintf(stderr, "Error: %s\n", Str);
848 fprintf(stderr, "Read function definition:");
850 fprintf(stderr, "\n");
863 fprintf(stderr, "Read extern: ");
865 fprintf(stderr, "\n");
890 fprintf(stderr, "Evaluated to %f\n", FP());
904 fprintf(stderr, "ready> ");
936 fputc((char)X, stderr);
942 fprintf(stderr, "%f\n", X);
963 fprintf(stderr, "ready> ");
examples/Kaleidoscope/Chapter6/toy.cpp 302 fprintf(stderr, "Error: %s\n", Str);
967 fprintf(stderr, "Read function definition:");
969 fprintf(stderr, "\n");
982 fprintf(stderr, "Read extern: ");
984 fprintf(stderr, "\n");
1009 fprintf(stderr, "Evaluated to %f\n", FP());
1023 fprintf(stderr, "ready> ");
1055 fputc((char)X, stderr);
1061 fprintf(stderr, "%f\n", X);
1082 fprintf(stderr, "ready> ");
examples/Kaleidoscope/Chapter7/toy.cpp 324 fprintf(stderr, "Error: %s\n", Str);
1137 fprintf(stderr, "Read function definition:");
1139 fprintf(stderr, "\n");
1152 fprintf(stderr, "Read extern: ");
1154 fprintf(stderr, "\n");
1179 fprintf(stderr, "Evaluated to %f\n", FP());
1193 fprintf(stderr, "ready> ");
1225 fputc((char)X, stderr);
1231 fprintf(stderr, "%f\n", X);
1253 fprintf(stderr, "ready> ");
examples/Kaleidoscope/Chapter8/toy.cpp 325 fprintf(stderr, "Error: %s\n", Str);
1116 fprintf(stderr, "Read function definition:");
1118 fprintf(stderr, "\n");
1129 fprintf(stderr, "Read extern: ");
1131 fprintf(stderr, "\n");
1184 fputc((char)X, stderr);
1190 fprintf(stderr, "%f\n", X);
1207 fprintf(stderr, "ready> ");
examples/Kaleidoscope/Chapter9/toy.cpp 432 fprintf(stderr, "Error: %s\n", Str);
1324 fprintf(stderr, "Error reading function definition:");
1334 fprintf(stderr, "Error reading extern");
1347 fprintf(stderr, "Error generating code for top level expr");
1389 fputc((char)X, stderr);
1395 fprintf(stderr, "%f\n", X);
include/llvm/LineEditor/LineEditor.h 34 FILE *Out = stdout, FILE *Err = stderr);
lib/Demangle/ItaniumDemangle.cpp 82 void printStr(const char *S) { fprintf(stderr, "%s", S); }
84 fprintf(stderr, "\"%.*s\"", (int)SV.size(), SV.begin());
120 fprintf(stderr, "%llu", (unsigned long long)N);
125 fprintf(stderr, "%lld", (long long)N);
226 fprintf(stderr, "%s(", itanium_demangle::NodeKind<NodeT>::name());
228 fprintf(stderr, ")");
234 fprintf(stderr, "ForwardTemplateReference(");
242 fprintf(stderr, ")");
lib/Support/Unix/DynamicLibrary.inc 112 EXPLICIT_SYMBOL(stderr);
projects/compiler-rt/lib/builtins/eprintf.c 24 fprintf(stderr, format, assertion_expression, line, file);
25 fflush(stderr);
projects/compiler-rt/lib/profile/GCDAProfiling.c 288 fprintf(stderr, "profiling: %s: cannot map: %s\n", filename,
318 fprintf(stderr, "profiling: %s: cannot msync: %s\n", filename,
362 fprintf(stderr, "profiling: %s: cannot open: %s\n", filename,
472 fprintf(stderr, "profiling: %s: cannot merge previous GCDA file: "
480 fprintf(stderr, "profiling: %s: cannot merge previous GCDA file: "
526 fprintf(stderr, "profiling: %s: cannot merge previous run count: "
534 fprintf(stderr, "profiling: %s: cannot merge previous run count: "
projects/openmp/runtime/src/ompt-general.cpp 318 fprintf(stderr, "Warning: OMP_TOOL has invalid value \"%s\".\n"
tools/clang/lib/Basic/IdentifierTable.cpp 337 fprintf(stderr, "\n*** Identifier Table Stats:\n");
338 fprintf(stderr, "# Identifiers: %d\n", NumIdentifiers);
339 fprintf(stderr, "# Empty Buckets: %d\n", NumEmptyBuckets);
340 fprintf(stderr, "Hash density (#identifiers per bucket): %f\n",
342 fprintf(stderr, "Ave identifier length: %f\n",
344 fprintf(stderr, "Max identifier length: %d\n", MaxIdentifierLength);
tools/clang/lib/Frontend/ASTUnit.cpp 247 fprintf(stderr, "+++ %u translation units\n", ++ActiveASTUnitObjects);
271 fprintf(stderr, "--- %u translation units\n", --ActiveASTUnitObjects);
tools/clang/lib/Frontend/Rewrite/RewriteMacros.cpp 213 fprintf(stderr, "No changes\n");
tools/clang/lib/Frontend/TestModuleFileExtension.cpp 72 fprintf(stderr, "Failed reading rec code: %s\n",
77 fprintf(stderr, "Read extension block message: %s\n",
tools/clang/lib/Serialization/ASTReader.cpp 8137 std::fprintf(stderr, "*** AST File Statistics:\n");
8159 std::fprintf(stderr, " %u/%u source location entries read (%f%%)\n",
8163 std::fprintf(stderr, " %u/%u types read (%f%%)\n",
8167 std::fprintf(stderr, " %u/%u declarations read (%f%%)\n",
8171 std::fprintf(stderr, " %u/%u identifiers read (%f%%)\n",
8175 std::fprintf(stderr, " %u/%u macros read (%f%%)\n",
8179 std::fprintf(stderr, " %u/%u selectors read (%f%%)\n",
8183 std::fprintf(stderr, " %u/%u statements read (%f%%)\n",
8187 std::fprintf(stderr, " %u/%u macros read (%f%%)\n",
8191 std::fprintf(stderr, " %u/%u lexical declcontexts read (%f%%)\n",
8196 std::fprintf(stderr, " %u/%u visible declcontexts read (%f%%)\n",
8201 std::fprintf(stderr, " %u/%u method pool entries read (%f%%)\n",
8206 std::fprintf(stderr, " %u/%u method pool lookups succeeded (%f%%)\n",
8210 std::fprintf(stderr, " %u/%u method pool table lookups succeeded (%f%%)\n",
8215 std::fprintf(stderr,
8221 std::fprintf(stderr, "\n");
8225 std::fprintf(stderr, "\n");
8227 std::fprintf(stderr, "\n");
tools/clang/lib/Serialization/GlobalModuleIndex.cpp 364 std::fprintf(stderr, "*** Global Module Index Statistics:\n");
366 fprintf(stderr, " %u / %u identifier lookups succeeded (%f%%)\n",
370 std::fprintf(stderr, "\n");
tools/clang/tools/c-arcmt-test/c-arcmt-test.c 67 fprintf(stderr,
106 fflush(stderr);
tools/clang/tools/c-index-test/c-index-test.c 166 fprintf(stderr, "Success\n");
170 fprintf(stderr, "Failure (no details available)\n");
174 fprintf(stderr, "Failure: libclang crashed\n");
178 fprintf(stderr, "Failure: invalid arguments passed to a libclang routine\n");
182 fprintf(stderr, "Failure: AST deserialization error occurred\n");
197 fprintf(stderr, "Unable to load translation unit from '%s'!\n", file);
253 fprintf(stderr,
264 fprintf(stderr, "error: cannot open file %s that we are remapping to\n",
281 fprintf(stderr, "error: unexpected %s reading 'to' file %s\n",
1186 FILE *out = stderr;
1198 fprintf(stderr, "%s\n", clang_getCString(Msg));
1207 fprintf(stderr, "Number FIX-ITs = %d\n", num_fixits);
1263 fprintf(stderr, "Memory usage:\n");
1268 fprintf(stderr, " %s : %ld bytes (%f MBytes)\n", name, amount,
1271 fprintf(stderr, " TOTAL = %ld bytes (%f MBytes)\n", total,
1880 fprintf(stderr, "No filename specified\n");
1890 fprintf(stderr, "Couldn't parse translation unit!\n");
1949 fprintf(stderr, "Unknown filter for -test-load-tu: %s\n", filter);
2036 fprintf(stderr, "Unable to load translation unit!\n");
2107 fprintf(stderr, "Unable to load translation unit!\n");
2137 fprintf(stderr, "Unable to reparse translation unit!\n");
2172 fprintf(stderr, "Unable to load translation unit!\n");
2200 fprintf(stderr, "Unable to load translation unit!\n");
2241 fprintf(stderr, "Could not create Index\n");
2249 fprintf(stderr, "Could not open '%s'\n", source_file);
2306 fprintf(stderr, "could not parse filename:line:column:line:column in "
2309 fprintf(stderr, "could not parse filename:line:column in '%s'\n", input);
2319 fprintf(stderr, "could not parse %s in '%s'\n",
2332 fprintf(stderr, "could not parse %s in '%s'\n",
2399 fprintf(stderr, "%s\n", clang_getCString(DiagStr));
2679 fprintf(stderr, "Unable to load translation unit!\n");
2688 fprintf(stderr, "Unable to reparse translation unit!\n");
2699 fprintf(stderr, "Unable to perform code completion!\n");
2826 fprintf(stderr, "unable to parse input\n");
3120 fprintf(stderr, "unable to parse input\n");
3227 fprintf(stderr, "unable to parse input\n");
3842 fprintf(stderr, "no compiler arguments\n");
3924 fprintf(stderr, "Could not create Index\n");
3968 fprintf(stderr, "Could not create Index\n");
3997 fprintf(stderr, "no compilation database\n");
4003 fprintf(stderr, "Could not create Index\n");
4055 fprintf(stderr, "should not get an empty compileCommand set\n");
4073 fprintf(stderr, "got more compile arguments than maximum\n");
4143 fprintf(stderr, "unable to parse input\n");
4162 fprintf(stderr, "Unable to reparse translation unit!\n");
4177 fprintf(stderr, "file %s is not in this translation unit\n", filename);
4184 fprintf(stderr, "invalid source location %s:%d:%d\n", filename, line,
4192 fprintf(stderr, "invalid source location %s:%d:%d\n", filename,
4309 fprintf(stderr, "should not get an empty compileCommand set for file"
4355 fprintf(stderr, "USR for '%s' requires: %s\n", kind, usage);
4364 fprintf(stderr, "'%s' argument ('%s') is not a USR\n", s, arg);
4375 fprintf(stderr, "-print-usrs options:\n"
4464 fprintf(stderr, "Invalid USR kind: %s\n", *I);
4478 fprintf(stderr, "error: cannot open '%s'\n", file_name);
4541 fprintf(stderr, "Unable to load translation unit!\n");
4555 fprintf(stderr, "Unable to write PCH file %s: translation errors\n",
4561 fprintf(stderr, "Unable to write PCH file %s: invalid translation unit\n",
4568 fprintf(stderr, "Unable to write PCH file %s: unknown error \n", filename);
4607 fprintf(stderr, "+");
4610 fprintf(stderr, "-");
4623 fprintf(stderr, "%s:%d:%d", clang_getCString(FileName), line, column);
4637 fprintf(stderr, "Range: ");
4639 fprintf(stderr, " ");
4641 fprintf(stderr, "\n");
4647 fprintf(stderr, "Number FIXITs = %d\n", n);
4654 fprintf(stderr, "FIXIT: (");
4656 fprintf(stderr, " - ");
4658 fprintf(stderr, "): \"%s\"\n", clang_getCString(text));
4687 fprintf(stderr, "%s:%d:%d: %s: %s",
4697 fprintf(stderr, " [%s]", DiagOptionStr);
4703 fprintf(stderr, " [%s]", DiagCatStr);
4706 fprintf(stderr, "\n");
4728 fprintf(stderr, "Trouble deserializing file (%s): %s\n",
4736 fprintf(stderr, "Number of diagnostics: %d\n",
4762 fprintf(stderr,
4770 fprintf(stderr,
4777 fprintf(stderr,
4783 fprintf(stderr,
4794 fprintf(stderr,
4804 fprintf(stderr,
4807 fprintf(stderr,
4809 fprintf(stderr,
4811 fprintf(stderr,
4963 fflush(stderr);
tools/clang/tools/libclang/CIndex.cpp 3618 fprintf(stderr, "libclang: crash detected during parsing: {\n");
3619 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);
3620 fprintf(stderr, " 'command_line_args' : [");
3623 fprintf(stderr, ", ");
3624 fprintf(stderr, "'%s'", command_line_args[i]);
3626 fprintf(stderr, "],\n");
3627 fprintf(stderr, " 'unsaved_files' : [");
3630 fprintf(stderr, ", ");
3631 fprintf(stderr, "('%s', '...', %ld)", unsaved_files[i].Filename,
3634 fprintf(stderr, "],\n");
3635 fprintf(stderr, " 'options' : %d,\n", options);
3636 fprintf(stderr, "}\n");
4039 fprintf(stderr, "libclang: crash detected during AST saving: {\n");
4040 fprintf(stderr, " 'filename' : '%s'\n", FileName);
4041 fprintf(stderr, " 'options' : %d,\n", options);
4042 fprintf(stderr, "}\n");
4150 fprintf(stderr, "libclang: crash detected during reparsing\n");
7683 fprintf(stderr, "libclang: crash detected while annotating tokens\n");
8735 fprintf(stderr, " %s: %lu\n",
8789 fprintf(stderr, "%s\n", clang_getCString(Msg));
tools/clang/tools/libclang/CIndexCodeCompletion.cpp 369 fprintf(stderr, "+++ %u completion results\n",
381 fprintf(stderr, "--- %u completion results\n",
877 fprintf(stderr, "libclang: crash detected in code completion\n");
tools/clang/tools/libclang/CXCompilationDatabase.cpp 21 fprintf(stderr, "LIBCLANG TOOLING ERROR: %s\n", ErrorMsg.c_str());
tools/clang/tools/libclang/FatalErrorHandler.cpp 17 fprintf(stderr, "LIBCLANG FATAL ERROR: %s\n", reason.c_str());
tools/clang/tools/libclang/Indexing.cpp 912 fprintf(stderr, "libclang: crash detected during indexing source file: {\n");
913 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);
914 fprintf(stderr, " 'command_line_args' : [");
917 fprintf(stderr, ", ");
918 fprintf(stderr, "'%s'", command_line_args[i]);
920 fprintf(stderr, "],\n");
921 fprintf(stderr, " 'unsaved_files' : [");
924 fprintf(stderr, ", ");
925 fprintf(stderr, "('%s', '...', %ld)", unsaved_files[i].Filename,
928 fprintf(stderr, "],\n");
929 fprintf(stderr, " 'options' : %d,\n", TU_options);
930 fprintf(stderr, "}\n");
961 fprintf(stderr, "libclang: crash detected during indexing TU\n");
tools/lldb/source/Core/Debugger.cpp 703 m_error_stream_sp(std::make_shared<StreamFile>(stderr, false)),
1003 err = std::make_shared<StreamFile>(stderr, false);
tools/lldb/source/Host/common/Host.cpp 290 vfprintf(stderr, format, args);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp 440 fprintf(stderr, "%s: failed to launch executable %s", __FUNCTION__,
tools/lldb/tools/driver/Driver.cpp 482 m_debugger.SetErrorFileHandle(stderr, false);
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp 128 fprintf(stderr, "Usage:\n %s %s "
145 fprintf(stderr, "error: failed to attach to pid %" PRIu64 ": %s\n", pid,
246 fprintf(stderr, "error: failed to connect to client at '%s' "
252 fprintf(stderr, "error: failed to connect to client at '%s': %s\n",
282 fprintf(stderr, "error: port number must be specified on when using "
296 fprintf(stderr, "error: failed to connect to client at '%s' "
302 fprintf(stderr, "error: failed to connect to client at '%s': %s\n",
310 fprintf(stderr, "failed to create acceptor: %s\n", error.AsCString());
315 fprintf(stderr, "failed to listen: %s\n", error.AsCString());
324 fprintf(stderr, "failed to write to the named pipe \'%s\': %s\n",
332 fprintf(stderr, "failed to write to the unnamed pipe: %s\n",
336 fprintf(stderr,
351 fprintf(stderr, "Failed to initialize connection: %s\n",
496 fputs("No arguments\n", stderr);
528 fprintf(stderr, "no connection information provided, unable to run\n");
535 fprintf(stderr, "lldb-server terminating due to error: %s\n",
539 fprintf(stderr, "lldb-server exiting...\n");
tools/lldb/tools/lldb-server/lldb-platform.cpp 90 fprintf(stderr, "Usage:\n %s %s [--log-file log-file-name] [--log-channels "
255 fprintf(stderr, "error: --min-gdbserver-port (%u) is not lower than "
285 fprintf(stderr, "failed to create acceptor: %s", error.AsCString());
298 fprintf(stderr, "failed to write socket id to %s: %s\n",
359 fprintf(stderr, "failed to start gdbserver: %s\n", error.AsCString());
374 fprintf(stderr, "error: %s\n", error.AsCString());
377 fprintf(stderr, "error: handshake with client failed\n");
382 fprintf(stderr, "lldb-server exiting...\n");
tools/lldb/tools/lldb-server/lldb-server.cpp 27 fprintf(stderr, "Usage:\n"
76 fprintf(stderr, "%s\n", lldb_private::GetVersion());
tools/lldb/unittests/Editline/EditlineTest.cpp 103 fprintf(stderr, "failed to open first available master pty: '%s'\n",
115 fprintf(stderr, "failed to open slave pty: '%s'\n", error_string);
tools/llvm-c-test/diagnostic.c 23 fprintf(stderr, "Executing diagnostic handler\n");
25 fprintf(stderr, "Diagnostic severity is of type ");
28 fprintf(stderr, "error");
31 fprintf(stderr, "warning");
34 fprintf(stderr, "remark");
37 fprintf(stderr, "note");
40 fprintf(stderr, "\n");
52 fprintf(stderr, "LLVMContext{Set,Get}DiagnosticHandler failed\n");
58 fprintf(stderr, "LLVMContextGetDiagnosticContext failed\n");
65 fprintf(stderr, "Error reading file: %s\n", msg);
76 fprintf(stderr, "Error parsing bitcode: %s\n", msg);
82 fprintf(stderr, "Diagnostic handler was called while loading module\n");
84 fprintf(stderr, "Diagnostic handler was not called while loading module\n");
tools/llvm-c-test/disassemble.c 79 fprintf(stderr, "Warning: Too long line, truncating\n");
tools/llvm-c-test/echo.cpp 153 fprintf(stderr, "%d is not a supported typekind\n", Kind);
276 fprintf(stderr, "Could not find @%s\n", Name);
361 fprintf(stderr, "%d is not a supported opcode\n", Op);
756 fprintf(stderr, "%d is not a supported opcode\n", Op);
tools/llvm-c-test/main.c 19 fprintf(stderr, "llvm-c-test command\n\n");
20 fprintf(stderr, " Commands:\n");
21 fprintf(stderr, " * --module-dump\n");
22 fprintf(stderr, " Read bitcode from stdin - print disassembly\n\n");
23 fprintf(stderr, " * --lazy-module-dump\n");
24 fprintf(stderr,
26 fprintf(stderr, " * --new-module-dump\n");
27 fprintf(stderr, " Read bitcode from stdin - print disassembly\n\n");
28 fprintf(stderr, " * --lazy-new-module-dump\n");
29 fprintf(stderr,
31 fprintf(stderr, " * --module-list-functions\n");
32 fprintf(stderr,
34 fprintf(stderr, " * --module-list-globals\n");
35 fprintf(stderr, " Read bitcode from stdin - list summary of globals\n\n");
36 fprintf(stderr, " * --targets-list\n");
37 fprintf(stderr, " List available targets\n\n");
38 fprintf(stderr, " * --object-list-sections\n");
39 fprintf(stderr, " Read object file form stdin - list sections\n\n");
40 fprintf(stderr, " * --object-list-symbols\n");
41 fprintf(stderr,
43 fprintf(stderr, " * --disassemble\n");
44 fprintf(stderr, " Read lines of triple, hex ascii machine code from stdin "
46 fprintf(stderr, " * --calc\n");
48 stderr,
50 fprintf(stderr, " * --echo\n");
51 fprintf(stderr,
53 fprintf(stderr, " * --test-diagnostic-handler\n");
54 fprintf(stderr,
56 fprintf(stderr, " * --test-dibuilder\n");
57 fprintf(stderr,
tools/llvm-c-test/module.c 22 fprintf(stderr, "Error with new bitcode parser: %s\n", CErr);
33 fprintf(stderr, "Error reading file: %s\n", msg);
53 fprintf(stderr, "Error parsing bitcode: %s\n", msg);
tools/llvm-c-test/object.c 27 fprintf(stderr, "Error reading file: %s\n", outBufferErr);
35 fprintf(stderr, "Error reading object: %s\n", outBinaryErr);
65 fprintf(stderr, "Error reading file: %s\n", outBufferErr);
73 fprintf(stderr, "Error reading object: %s\n", outBinaryErr);
tools/polly/lib/External/isl/include/isl/hmap_templ.c 412 printer = isl_printer_to_file(ISL_FN(ISL_HMAP,get_ctx)(hmap), stderr);
tools/polly/lib/External/isl/isl_arg.c 231 fprintf(stderr, "too many prefixes\n");
1284 fprintf(stderr, "%s: extra argument: %s\n",
1297 fprintf(stderr, "%s: unrecognized option: %s\n",
1305 fprintf(stderr, "%s: expecting %d more argument(s)\n",
tools/polly/lib/External/isl/isl_ast_build.c 664 fprintf(stderr, "domain: ");
666 fprintf(stderr, "generated: ");
668 fprintf(stderr, "pending: ");
670 fprintf(stderr, "iterators: ");
672 fprintf(stderr, "values: ");
675 fprintf(stderr, "value: ");
678 fprintf(stderr, "strides: ");
680 fprintf(stderr, "offsets: ");
682 fprintf(stderr, "internal2input: ");
tools/polly/lib/External/isl/isl_ctx.c 112 fprintf(stderr, "%s:%d: %s\n", file, line, msg);
117 fprintf(stderr, "%s:%d: %s\n", file, line, msg);
257 fprintf(stderr, "operations: %lu\n", ctx->operations);
tools/polly/lib/External/isl/isl_dim_map.c 107 fprintf(stderr, "%d -> %d * %d; ", i,
109 fprintf(stderr, "\n");
tools/polly/lib/External/isl/isl_factorization.c 68 isl_morph_print_internal(f->morph, stderr);
69 fprintf(stderr, "[");
72 fprintf(stderr, ", ");
73 fprintf(stderr, "%d", f->len[i]);
75 fprintf(stderr, "]\n");
tools/polly/lib/External/isl/isl_flow.c 2100 fprintf(stderr, "must dependences: ");
2102 fprintf(stderr, "may dependences: ");
2104 fprintf(stderr, "must no source: ");
2106 fprintf(stderr, "may no source: ");
tools/polly/lib/External/isl/isl_list_templ.c 660 printer = isl_printer_to_file(FN(LIST(EL),get_ctx)(list), stderr);
tools/polly/lib/External/isl/isl_mat.c 1495 isl_mat_print_internal(mat, stderr, 0);
tools/polly/lib/External/isl/isl_morph.c 318 isl_morph_print_internal(morph, stderr);
tools/polly/lib/External/isl/isl_reordering.c 234 fprintf(stderr, "%d -> %d; ", i, exp->pos[i]);
235 fprintf(stderr, "\n");
tools/polly/lib/External/isl/isl_schedule_node.c 4743 printer = isl_printer_to_file(ctx, stderr);
tools/polly/lib/External/isl/isl_schedule_tree.c 2857 printer = isl_printer_to_file(ctx, stderr);
tools/polly/lib/External/isl/isl_seq.c 356 fprintf(stderr, " ");
357 isl_int_print(stderr, p[i], 0);
359 fprintf(stderr, "\n");
tools/polly/lib/External/isl/isl_stream.c 137 fprintf(stderr, "syntax error (%d, %d): %s\n", line, col, msg);
140 fprintf(stderr, "got '%c'\n", tok->type);
142 fprintf(stderr, "got ident '%s'\n", tok->u.s);
144 fprintf(stderr, "got keyword '%s'\n", tok->u.s);
146 fprintf(stderr, "got value '");
147 isl_int_print(stderr, tok->u.v, 0);
148 fprintf(stderr, "'\n");
151 fprintf(stderr, "got map '");
152 p = isl_printer_to_file(s->ctx, stderr);
155 fprintf(stderr, "'\n");
158 fprintf(stderr, "got affine expression '");
159 p = isl_printer_to_file(s->ctx, stderr);
162 fprintf(stderr, "'\n");
164 fprintf(stderr, "got token '%s'\n", tok->u.s);
166 fprintf(stderr, "got token type %d\n", tok->type);
tools/polly/lib/External/isl/isl_tab.c 4143 isl_tab_print_internal(tab, stderr, 0);
tools/polly/lib/External/isl/isl_tab_pip.c 1353 fprintf(stderr, "lexneg column %d (row %d)\n",
1357 fprintf(stderr, "zero column %d\n", col);
tools/polly/lib/External/isl/isl_vec.c 380 printer = isl_printer_to_file(vec->ctx, stderr);
tools/polly/lib/External/isl/print_templ.c 16 p = isl_printer_to_file(FN(TYPE,get_ctx)(obj), stderr);
tools/polly/lib/External/isl/print_templ_yaml.c 15 p = isl_printer_to_file(FN(TYPE,get_ctx)(obj), stderr);
tools/polly/lib/External/ppcg/gpu.c 5218 fprintf(stderr,
tools/polly/lib/External/ppcg/hybrid.c 104 fprintf(stderr, "lower: ");
106 fprintf(stderr, "upper: ");
tools/polly/lib/External/ppcg/schedule.c 93 fprintf(stderr, "Unable to open '%s' for reading\n", filename);
117 fprintf(stderr, "Unable to open '%s' for writing\n", filename);
tools/polly/lib/External/ppcg/util.c 90 fprintf(stderr, "unable to determine extent of '%s' "
utils/benchmark/src/benchmark.cc 625 fprintf(stderr, "%s: error: unrecognized command-line flag: %s\n", argv[0], argv[i]);
utils/benchmark/src/sysinfo.cc 425 fprintf(stderr,
utils/count/count.c 17 fprintf(stderr, "usage: %s <expected line count>\n", argv[0]);
23 fprintf(stderr, "%s: invalid count argument '%s'\n", argv[0], argv[1]);
39 fprintf(stderr, "%s: error reading stdin\n", argv[0]);
44 fprintf(stderr, "Expected %d lines, got %d.\n", Count, NumLines);
utils/unittest/googletest/include/gtest/internal/gtest-internal.h 558 fprintf(stderr, "%s Test %s must be defined before "
561 fflush(stderr);
681 fprintf(stderr, "Failed to get code location for test %s.%s at %s.",
685 fflush(stderr);
utils/unittest/googletest/src/gtest-death-test.cc 275 fprintf(stderr, "%s", message.c_str());
276 fflush(stderr);
utils/unittest/googletest/src/gtest-port.cc 922 fflush(stderr);
utils/unittest/googletest/src/gtest-typed-test.cc 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
108 fflush(stderr);
utils/unittest/googletest/src/gtest.cc 2574 fprintf(stderr, "%s %s",
3425 fprintf(stderr, "XML output file may not be null\n");
3426 fflush(stderr);
3452 fprintf(stderr,
3455 fflush(stderr);
5256 fprintf(stderr,
5259 fflush(stderr);