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

Declarations

usr/include/c++/7.4.0/ostream
  189       operator<<(int __n);

References

lib/Target/Hexagon/HexagonMachineScheduler.cpp
  752     dbgstr << "Total " << std::setw(4) << ResCount << ")";
lib/TextAPI/MachO/InterfaceFile.cpp
   94            << static_cast<int>(UUID[i]);
lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
   78   Str << std::setprecision(4) << Msg << ": " << Fraction << " [" << Result
tools/bugpoint/ExecutionDriver.cpp
  371     outFile << "exit " << *RetVal << '\n';
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  491     SS << BB->blockID();
  494       SS << index;
  543     SS << E->value();
  840     SS << "BB_" << E->blockID() << ":";
  842       SS << " BB_" << E->parent()->blockID();
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  246                    << "-" << offsetDecl
  247                    << "-" << i << ".html";
tools/clang/unittests/AST/ASTImporterFixtures.h
  222                << " instead of kind " << Kind;
tools/clang/utils/TableGen/NeonEmitter.cpp
 1293         OS << ", " << J;
 1301       OS << ", " << J;
tools/lldb/source/Host/common/Editline.cpp
  273   line_number_stream << line_number;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3711            << ":read:" << annex.AsCString("") << ":" << std::hex << offset
tools/lldb/tools/lldb-vscode/IOStream.cpp
  123         *log << "Error " << reason << " reading from input file.\n";
tools/llvm-xray/func-id-helper.cpp
   28     F << "#" << FuncId;
unittests/ADT/StringMapTest.cpp
  205     ss << "key_" << i;
unittests/Support/ScaledNumberTest.cpp
   35   *os << F.D << "*2^" << F.S;
usr/include/c++/7.4.0/system_error
  218     { return (__os << __e.category().name() << ':' << __e.value()); }
utils/benchmark/src/commandlineflags.cc
  116     std::cout << "The default value " << default_value << " is used.\n";
utils/benchmark/src/log.h
   32     *log.out_ << value;
utils/benchmark/src/reporter.cc
   44   Out << "Run on (" << info.num_cpus << " X "
   50       Out << "  L" << CInfo.level << " " << CInfo.type << " "
   51           << (CInfo.size / 1000) << "K";
   53         Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")";
utils/benchmark/src/string_util.h
   24   out << std::forward<First>(f);
utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h
  270       *os << "#" << indices[i];
utils/unittest/googlemock/include/gmock/gmock-matchers.h
   95       *stream_ << x;
utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
 1140         *os << "pre-requisite #" << i++ << "\n";
 1171          << "Called " << count << " times, but only "
 1172          << action_count << " WillOnce()"
 1752     *why << "Google Mock tried the following " << count << " "
 1762         *why << "tried expectation #" << i << ": ";
utils/unittest/googlemock/src/gmock-cardinalities.cc
   58          << "but is actually " << min << ".";
   62          << "but is actually " << max << ".";
   65       ss << "The invocation upper bound (" << max
   66          << ") must be >= the invocation lower bound (" << min
  102     ss << n << " times";
  123     *os << "called between " << min_ << " and " << max_ << " times";
  123     *os << "called between " << min_ << " and " << max_ << " times";
utils/unittest/googlemock/src/gmock-spec-builders.cc
   63   s << file << ":" << line << ": " << message << ::std::endl;
  214        << action_count << " WillOnce()"
  579       std::cout << "\nERROR: " << leaked_count
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  577               << " line " << line << std::endl;
  581               << "', in " << file << " line " << line << std::endl;
utils/unittest/googletest/src/gtest-death-test.cc
  340                       << GetLastErrnoDescription() << " [" << last_error << "]";
utils/unittest/googletest/src/gtest-internal-inl.h
  154       << "Invalid random seed " << seed << " - must be in [1, "
  155       << kMaxRandomSeed << "].";
  316       << "Invalid shuffle range start " << begin << ": must be in range [0, "
  317       << size << "].";
  319       << "Invalid shuffle range finish " << end << ": must be in range ["
  320       << begin << ", " << size << "].";
  320       << begin << ", " << size << "].";
utils/unittest/googletest/src/gtest-printers.cc
  228   *os << " (" << static_cast<int>(c);
utils/unittest/googletest/src/gtest-test-part.cc
   60       << result.file_name() << ":" << result.line_number() << ": "
utils/unittest/googletest/src/gtest.cc
 1961   ss << std::setfill('0') << std::setw(2) << value;
 1968   ss << std::hex << std::uppercase << value;