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

References

lib/Target/NVPTX/NVPTXISelLowering.cpp
 1297         << DL.getTypeAllocSize(retTy) << "]";
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2779     Name << std::setw(2) << std::setfill('0') << std::hex << Val;
lib/Transforms/Instrumentation/InstrOrderFile.cpp
  110         stream << std::hex << MD5Hash(F.getName());
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  543     SS << E->value();
tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
  142   thread_name_with_number << thread_name << " Thread " << tid;
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
  352   ostr << m_reg_context_up->GetWatchpointAddress(wp_index) << " ";
  366   ostr << " " << m_reg_context_up->GetWatchpointHitAddress(wp_index);
tools/lldb/source/Plugins/Process/POSIX/CrashReason.cpp
   19   ss << " (fault address: 0x" << std::hex << addr << ")";
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3712            << "," << std::hex << size;
tools/lldb/tools/lldb-vscode/VSCode.cpp
   92          << "Content-Length: " << json_str.size() << "\r\n\r\n"
tools/lldb/unittests/Utility/VMRangeTest.cpp
   19   (*os) << "VMRange(" << v.GetBaseAddress() << ", " << v.GetEndAddress() << ")";
   19   (*os) << "VMRange(" << v.GetBaseAddress() << ", " << v.GetEndAddress() << ")";
tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
  139     command << hex_encoded.size() << ',' << i << ',' << hex_encoded;
  139     command << hex_encoded.size() << ',' << i << ',' << hex_encoded;
tools/llvm-xray/func-id-helper.cpp
   40       F << "@(" << std::hex << It->second << ")";
   45       F << "@(" << std::hex << It->second << ")";
unittests/ADT/HashingTest.cpp
   25   *os << static_cast<size_t>(code);
unittests/ProfileData/CoverageMappingTest.cpp
   52     *os << S.Count << ", ";
unittests/Support/ScaledNumberTest.cpp
   35   *os << F.D << "*2^" << F.S;
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
   69     Stream << "0x" << std::hex << *It << ", ";
   71   Stream << "0x" << std::hex << *LastElemIt << " }";
   76   *os << "ConditionalBranchNode<Address: 0x" << std::hex << BranchNode.Address
   77       << ", Target: 0x" << BranchNode.Target << ", Fallthrough: 0x"
   78       << BranchNode.Fallthrough
   83   *os << "Result BaseAddress: 0x" << std::hex << Result.BaseAddress << "\n";
  102     *os << "  Orphan (0x" << std::hex << Orphan
utils/benchmark/src/benchmark_register.cc
  147           << " will be repeated at least " << family_size << " times.\n";
utils/benchmark/src/log.h
   32     *log.out_ << value;
utils/unittest/googlemock/include/gmock/gmock-matchers.h
   95       *stream_ << x;
  761       *os << "  Expected arg #" << N - 1 << ": ";
 2739       *os << "contains " << rhs_.size()
 2746       *os << "doesn't contain exactly " << rhs_.size()
 3143         *os << "element #" << i << " ";
 3161       *os << "element #" << i << " ";
utils/unittest/googlemock/src/gmock-matchers.cc
  226           << "ilhs: " << ilhs << ", left_[ilhs]: " << left_[ilhs];
  226           << "ilhs: " << ilhs << ", left_[ilhs]: " << left_[ilhs];
  320        << "element #" << it->first << ", "
  321        << "matcher #" << it->second << ")";
  410     *os << sep << " - element #" << i << " ";
  432     *os << sep << " - element #" << i << " ";
utils/unittest/googletest/src/gtest-printers.cc
   85   *os << count << "-byte object <";
utils/unittest/googletest/src/gtest.cc
 1178       *ss << "-" << left_start_ << "," << (removes_ + common_);
 1178       *ss << "-" << left_start_ << "," << (removes_ + common_);
 1184       *ss << "+" << right_start_ << "," << (adds_ + common_);
 1184       *ss << "+" << right_start_ << "," << (adds_ + common_);