reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc
21332     Msg << "Attempting to emit " << MCII.getName(Inst.getOpcode()).str()
gen/lib/Target/AMDGPU/AMDGPUGenMCCodeEmitter.inc
50364     Msg << "Attempting to emit " << MCII.getName(Inst.getOpcode()).str()
gen/lib/Target/AMDGPU/R600GenMCCodeEmitter.inc
 2321     Msg << "Attempting to emit " << MCII.getName(Inst.getOpcode()).str()
gen/lib/Target/BPF/BPFGenMCCodeEmitter.inc
  980     Msg << "Attempting to emit " << MCII.getName(Inst.getOpcode()).str()
gen/lib/Target/Hexagon/HexagonGenMCCodeEmitter.inc
14643     Msg << "Attempting to emit " << MCII.getName(Inst.getOpcode()).str()
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 8510     Msg << "Attempting to emit " << MCII.getName(Inst.getOpcode()).str()
gen/lib/Target/Sparc/SparcGenMCCodeEmitter.inc
 2463     Msg << "Attempting to emit " << MCII.getName(Inst.getOpcode()).str()
gen/lib/Target/SystemZ/SystemZGenMCCodeEmitter.inc
11991     Msg << "Attempting to emit " << MCII.getName(Inst.getOpcode()).str()
include/llvm/Testing/Support/SupportHelpers.h
   53     *Out << "succeeded with value " << ::testing::PrintToString(*Item.Exp);
lib/Transforms/IPO/Inliner.cpp
  390   return R << Arg.Val;
tools/bugpoint/ToolRunner.cpp
   87       OS << " " << Arg.str();
  111     OS << " " << Arg.str();
  752       outFile << Error << '\n';
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  552       SS << getSourceLiteralString(E->clangExpr());
  626     SS << E->clangDecl()->getNameAsString();
  719         SS << E->clangDecl()->getQualifiedNameAsString();
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp
  165     Result << E.getKey().str() << " " << E.getValue() << '\n';
  165     Result << E.getKey().str() << " " << E.getValue() << '\n';
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  244                    << llvm::sys::path::filename(Entry->getName()).str()
tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
  163     LineBuff << std::string(SM.getCharacterData(Token.getLocation()),
tools/clang/lib/Tooling/CompilationDatabase.cpp
   94       ErrorStream << "No compilation database found in " << Directory.str()
   95                   << " or any parent directory\n" << LoadErrorMessage;
tools/clang/unittests/AST/ASTImporterFixtures.h
  219             OS << "Expected<> contains an ImportError " << IE.toString();
  221             OS << "Expected<> contains an ImportError " << IE.toString()
  227          << toString(std::move(Err));
tools/clang/unittests/Tooling/TestVisitor.h
  211       return Stream << Match.ExpectedName
tools/clang/unittests/libclang/TestUtils.h
   59     OS << Contents;
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 3437   SS << "static bool " << FnName << "(Sema &S, const ParsedAttr &Attr, ";
 3447       SS << "!" << GenerateCustomAppertainsTo(**I, OS) << "(D)";
 3449       SS << "!isa<" << GetSubjectWithSuffix(*I) << ">(D)";
 3461   SS << CalculateDiagnostic(*SubjectObj) << ";\n";
tools/clang/utils/TableGen/NeonEmitter.cpp
 1239     OS << "__ai " << Types[0].str() << " ";
 1241   OS << NamePrefix.str() << mangleName(Name, ClassS) << "(";
 1241   OS << NamePrefix.str() << mangleName(Name, ClassS) << "(";
 1254       OS << V.getType().str() << " ";
 1255     OS << V.getName();
 1288       OS << "  " << Dest.getName() << ".val[" << K << "] = "
 1290          << Src.getName() << ".val[" << K << "], "
 1291          << Src.getName() << ".val[" << K << "]";
 1298     OS << "  " << Dest.getName()
 1299        << " = __builtin_shufflevector(" << Src.getName() << ", " << Src.getName();
 1299        << " = __builtin_shufflevector(" << Src.getName() << ", " << Src.getName();
 1322     OS << "  " << NewV.getType().str() << " " << NewV.getName() << ";";
 1322     OS << "  " << NewV.getType().str() << " " << NewV.getName() << ";";
 1361     OS << "  " << V2.getType().str() << " " << V2.getName() << " = "
 1361     OS << "  " << V2.getType().str() << " " << V2.getName() << " = "
 1362        << V.getName() << ";";
 1477   OS << "  " << RetExpr << S;
 1477   OS << "  " << RetExpr << S;
 1487     OS << "  " << RetVar.getType().str() << " " << RetVar.getName() << ";";
 1487     OS << "  " << RetVar.getType().str() << " " << RetVar.getName() << ";";
 1512     OS << "  " << L;
 1521     OS << "  " << RetVar.getName() << ";";
 1523     OS << "  return " << RetVar.getName() << ";";
 1665     Intr.OS << R.first.str() << " " << Intr.Variables[N].getName() << " = "
 1665     Intr.OS << R.first.str() << " " << Intr.Variables[N].getName() << " = "
 1666             << R.second << ";";
tools/lldb/source/Plugins/Platform/Android/AdbClient.cpp
  244   msg << "host-serial:" << m_device_id << ":" << packet;
  244   msg << "host-serial:" << m_device_id << ":" << packet;
  323   msg << "host:transport:" << m_device_id;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  122   url << m_socket_scheme << "://";
  135     url << platform_ip.str() << ":" << port;
  138     url << socket_name;
tools/lldb/tools/lldb-vscode/IOStream.cpp
  154       *log << "Warning: Expected '" << expected.str() << "', got '" << result
  154       *log << "Warning: Expected '" << expected.str() << "', got '" << result
tools/lldb/tools/lldb-vscode/VSCode.cpp
   93          << json_str << std::endl;
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 2636         *g_vsc.log << "error: failed to parse JSON: " << error_str << std::endl
 2637                    << json << std::endl;
tools/lldb/unittests/TestingSupport/TestUtilities.cpp
   64                         << "`: " << EC.message();
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
  371   return OS << formatv("RegisterValue[{0}]: {1:@[x-2]}", RegVal.GetByteSize(),
tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
  139     command << hex_encoded.size() << ',' << i << ',' << hex_encoded;
  195   GTEST_LOG_(INFO) << "Send Packet: " << message.str();
  198   GTEST_LOG_(INFO) << "Read Packet: " << response_string;
tools/llvm-xray/func-id-helper.cpp
   42       F << DI.FunctionName;
   71   F << sys::path::filename(DI.FileName).str() << ":" << DI.Line << ":"
tools/polly/lib/CodeGen/PerfMonitor.cpp
   89   Name << "__polly_perf_in_" << std::string(S.getFunction().getName())
   90        << "_from__" << EntryString << "__to__" << ExitString;
   90        << "_from__" << EntryString << "__to__" << ExitString;
unittests/ADT/StringRefTest.cpp
   22   OS << S.str();
unittests/CodeGen/GlobalISel/GISelMITest.cpp
   17   OS << SS.str();
   26   OS << SS.str();
unittests/Support/CommandLineTest.cpp
  877   SelfFile << FlagFileRef << "\n";
  878   SelfFile << NestedFileRef << "\n";
  879   SelfFile << SelfFileRef << "\n";
  885   NestedFile << FlagFileRef << "\n";
  886   NestedFile << SelfFileRef << "\n";
  887   NestedFile << NestedFileRef << "\n";
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
   92         << HexStringifyContainer(Result.flattenAddress(Node.Fallthrough))
   95         << HexStringifyContainer(Result.flattenAddress(Node.Target)) << "\n";
  103         << ") Path: " << HexStringifyContainer(Result.flattenAddress(Orphan))
utils/benchmark/src/benchmark.cc
  453     std::cerr << "Unexpected format: '" << name << "'\n";
  521       Err << "invalid file name: '" << fname << std::endl;
  537     Err << "Failed to match any benchmarks against regex: " << spec << "\n";
  542     for (auto const& benchmark : benchmarks) Out << benchmark.name << "\n";
utils/benchmark/src/benchmark_register.cc
  123     Err << "Could not compile benchmark re: " << error_msg << std::endl;
  146       Err << "The number of inputs is very large. " << family->name_
utils/benchmark/src/colorprint.cc
  153   if (color_code) out << FormatString("\033[0;3%sm", color_code);
  154   out << FormatString(fmt, args) << "\033[m";
utils/benchmark/src/commandlineflags.cc
   35     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/console_reporter.cc
   69   GetOutputStream() << line << "\n" << str << line << "\n";
   69   GetOutputStream() << line << "\n" << str << line << "\n";
   69   GetOutputStream() << line << "\n" << str << line << "\n";
   97   out << FormatString(fmt, args);
utils/benchmark/src/csv_reporter.cc
   58       Out << *B++;
   62       Out << ",\"" << *B++ << "\"";
   93   Out << '"' << name << "\",";
   95     Out << std::string(elements.size() - 3, ',');
   99     Out << '"' << msg << "\"\n";
  114     Out << GetBigOString(run.complexity);
  133     Out << "\"" << label << "\"";
utils/benchmark/src/json_reporter.cc
   48   ss << '"' << key << "\": " << value;
   54   ss << '"' << key << "\": ";
   74   out << inner_indent << "\"context\": {\n";
   78   out << indent << FormatKV("date", walltime_value) << ",\n";
   78   out << indent << FormatKV("date", walltime_value) << ",\n";
   81     out << indent << FormatKV("executable", Context::executable_name) << ",\n";
   81     out << indent << FormatKV("executable", Context::executable_name) << ",\n";
   85   out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus))
   85   out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus))
   87   out << indent
   88       << FormatKV("mhz_per_cpu",
   91   out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled)
   91   out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled)
   94   out << indent << "\"caches\": [\n";
   99     out << indent << "{\n";
  100     out << cache_indent << FormatKV("type", CI.type) << ",\n";
  100     out << cache_indent << FormatKV("type", CI.type) << ",\n";
  101     out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level))
  101     out << cache_indent << FormatKV("level", static_cast<int64_t>(CI.level))
  103     out << cache_indent
  104         << FormatKV("size", static_cast<int64_t>(CI.size) * 1000u) << ",\n";
  105     out << cache_indent
  106         << FormatKV("num_sharing", static_cast<int64_t>(CI.num_sharing))
  108     out << indent << "}";
  113   out << indent << "],\n";
  120   out << indent << FormatKV("library_build_type", build_type) << "\n";
  120   out << indent << FormatKV("library_build_type", build_type) << "\n";
  122   out << inner_indent << "},\n";
  123   out << inner_indent << "\"benchmarks\": [\n";
  139     out << indent << "{\n";
  141     out << indent << '}';
  157   out << indent << FormatKV("name", run.benchmark_name) << ",\n";
  157   out << indent << FormatKV("name", run.benchmark_name) << ",\n";
  159     out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n";
  159     out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n";
  160     out << indent << FormatKV("error_message", run.error_message) << ",\n";
  160     out << indent << FormatKV("error_message", run.error_message) << ",\n";
  163     out << indent << FormatKV("iterations", run.iterations) << ",\n";
  163     out << indent << FormatKV("iterations", run.iterations) << ",\n";
  164     out << indent
  165         << FormatKV("real_time", run.GetAdjustedRealTime())
  167     out << indent
  168         << FormatKV("cpu_time", run.GetAdjustedCPUTime());
  170         << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
  170         << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
  172     out << indent
  173         << FormatKV("cpu_coefficient", run.GetAdjustedCPUTime())
  175     out << indent
  176         << FormatKV("real_coefficient", run.GetAdjustedRealTime())
  178     out << indent << FormatKV("big_o", GetBigOString(run.complexity)) << ",\n";
  178     out << indent << FormatKV("big_o", GetBigOString(run.complexity)) << ",\n";
  179     out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
  179     out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
  181     out << indent
  182         << FormatKV("rms", run.GetAdjustedCPUTime());
  186         << indent
  187         << FormatKV("bytes_per_second", run.bytes_per_second);
  191         << indent
  192         << FormatKV("items_per_second", run.items_per_second);
  196         << indent
  197         << FormatKV(c.first, c.second);
  200     out << ",\n" << indent << FormatKV("label", run.report_label);
  200     out << ",\n" << indent << FormatKV("label", run.report_label);
utils/benchmark/src/log.h
   32     *log.out_ << value;
utils/benchmark/src/reporter.cc
   38   Out << LocalDateTimeString() << "\n";
   50       Out << "  L" << CInfo.level << " " << CInfo.type << " "
utils/benchmark/src/string_util.cc
  114   ss << ToBinaryStringFullySpecified(n, 1.0, 0);
utils/benchmark/src/string_util.h
   24   out << std::forward<First>(f);
utils/benchmark/src/sysinfo.cc
   70   out << std::forward<First>(f);
utils/unittest/googlemock/include/gmock/gmock-matchers.h
   95       *stream_ << x;
  683     *os << ", " << explanation;
 1865     ss << "\n  Actual: " << listener.str();
 2138     *os << "when dynamic_cast to " << GetToName() << ", ";
utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
  708     *os << FormatFileLocation(file(), line()) << " ";
 1646           << FormatFileLocation(spec->file(), spec->line()) << "\n";
utils/unittest/googlemock/src/gmock-cardinalities.cc
  115       *os << "called at most " << FormatTimes(max_);
  118     *os << "called " << FormatTimes(min_);
  120     *os << "called at least " << FormatTimes(min_);
  133     *os << "called " << FormatTimes(actual_call_count);
utils/unittest/googlemock/src/gmock-internal-utils.cc
  151   std::cout << message;
  167          << ::testing::internal::GetCurrentOsStackTraceExceptTop(
utils/unittest/googlemock/src/gmock-spec-builders.cc
   63   s << file << ":" << line << ": " << message << ::std::endl;
  429   ss << "\n" << why.str();
  567       std::cout << internal::FormatFileLocation(state.first_used_file,
  571         std::cout << " (used in test " << state.first_used_test_case << "."
  572              << state.first_used_test << ")";
utils/unittest/googletest/include/gtest/gtest-message.h
   98     *ss_ << msg.GetString();
  234   return os << sb.GetString();
utils/unittest/googletest/include/gtest/gtest-printers.h
  159     *os << ("<" + pretty_str + ">");
utils/unittest/googletest/include/gtest/internal/custom/gtest-printers.h
   52   *OS << ::testing::PrintToString(S.str());
   61   *OS << ::testing::PrintToString(std::string(S.data(), S.size()));
   64   *OS << ::testing::PrintToString(std::string(S.data(), S.size()));
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  575               << "Parameterized test name '" << param_name
  580               << "Duplicate parameterized test name '" << param_name
utils/unittest/googletest/src/gtest-death-test.cc
  336     GTEST_LOG_(FATAL) << error.GetString();
  340                       << GetLastErrnoDescription() << " [" << last_error << "]";
  471                       << GetLastErrnoDescription();
  836     GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count);
utils/unittest/googletest/src/gtest-internal-inl.h
 1076             << host_name_ << ":" << port_num_;
 1076             << host_name_ << ":" << port_num_;
utils/unittest/googletest/src/gtest-printers.cc
  183         *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c));
  236     *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
utils/unittest/googletest/src/gtest.cc
 1841     stream << CodePointToUtf8(unicode_code_point);
 2121     GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
 3617       << "Attribute " << name << " is not allowed for element <" << element_name
 3617       << "Attribute " << name << " is not allowed for element <" << element_name
 3620   *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\"";
 3620   *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\"";
 3647   *stream << TestPropertiesAsXmlAttributes(result);
 3660               << EscapeXmlAttribute(summary.c_str())
 3678   *stream << "  <" << kTestsuite;
 3690   *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result())
 3697   *stream << "  </" << kTestsuite << ">\n";
 3706   *stream << "<" << kTestsuites;
 3727   *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result());
 3736   *stream << "</" << kTestsuites << ">\n";
 3817                         << host_name_ << ":" << port_num_;
 3817                         << host_name_ << ":" << port_num_;