reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
313 std::cerr << "Error: Unknown symbol.\n"; 426 std::cerr << "Error: Extra ']'\n"; 471 std::cerr << "Error: Missing ']'\n";examples/ParallelJIT/ParallelJIT.cpp
282 std::cerr << "Could not create thread" << std::endl; 289 std::cerr << "Could not create thread" << std::endl; 296 std::cerr << "Could not create thread" << std::endl; 305 std::cerr << "Could not join thread" << std::endl; 312 std::cerr << "Could not join thread" << std::endl; 319 std::cerr << "Could not join thread" << std::endl;utils/PerfectShuffle/PerfectShuffle.cpp
159 std::cerr << "t" << ValNo; 160 PrintMask(ThisOp, std::cerr); 161 std::cerr << " = " << ShufTab[ThisOp].Op->getName() << "("; 164 std::cerr << getZeroCostOpName(ShufTab[ThisOp].Arg0); 165 PrintMask(ShufTab[ThisOp].Arg0, std::cerr); 170 std::cerr << "t" << i; 176 std::cerr << ", "; 178 std::cerr << getZeroCostOpName(ShufTab[ThisOp].Arg1); 179 PrintMask(ShufTab[ThisOp].Arg1, std::cerr); 184 std::cerr << "t" << i; 189 std::cerr << ") "; 234 std::cerr << "Starting iteration #" << OpCount << " with " 359 std::cerr << "Finished Table has " << getNumEntered() 431 PrintMask(i, std::cerr); 432 std::cerr << " - Cost " << ShufTab[i].Cost << " - "; 440 std::cerr << "\n";utils/benchmark/src/benchmark.cc
453 std::cerr << "Unexpected format: '" << name << "'\n";
utils/benchmark/src/commandlineflags.cc35 std::cerr << src_text << " is expected to be a 32-bit integer, " 49 std::cerr << src_text << " is expected to be a 32-bit integer, " 69 std::cerr << src_text << " is expected to be a double, "utils/benchmark/src/reporter.cc
29 : output_stream_(&std::cout), error_stream_(&std::cerr) {}
utils/benchmark/src/sysinfo.cc76 PrintImp(std::cerr, std::forward<Args>(args)...); 396 std::cerr << "failed to open /proc/cpuinfo\n"; 415 std::cerr << "Failure reading /proc/cpuinfo\n"; 419 std::cerr << "Failed to read to end of /proc/cpuinfo\n"; 459 std::cerr << "failed to open /proc/cpuinfo\n"; 493 std::cerr << "Failure reading /proc/cpuinfo\n"; 497 std::cerr << "Failed to read to end of /proc/cpuinfo\n";utils/benchmark/src/timers.cc
103 std::cerr << "ERROR: " << msg << std::endl;
utils/unittest/googlemock/src/gmock-spec-builders.cc 583 ::std::cerr.flush();
utils/unittest/googletest/include/gtest/internal/gtest-port.h 1270 ::std::ostream& GetStream() { return ::std::cerr; }