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

References

lib/TextAPI/MachO/InterfaceFile.cpp
   93     Stream << std::setfill('0') << std::setw(2) << std::uppercase << std::hex
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/lldb/source/Plugins/Process/POSIX/CrashReason.cpp
   19   ss << " (fault address: 0x" << std::hex << addr << ")";
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3711            << ":read:" << annex.AsCString("") << ":" << std::hex << offset
 3712            << "," << std::hex << size;
tools/llvm-xray/func-id-helper.cpp
   40       F << "@(" << std::hex << It->second << ")";
   45       F << "@(" << std::hex << It->second << ")";
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
   83   *os << "Result BaseAddress: 0x" << std::hex << Result.BaseAddress << "\n";
   91     *os << "\n    Fallthrough Path: " << std::hex
   94     *os << "    Target Path: " << std::hex
  102     *os << "  Orphan (0x" << std::hex << Orphan
usr/include/c++/7.4.0/bits/regex.tcc
  352 	__is >> std::hex;
utils/unittest/googletest/src/gtest.cc
 1968   ss << std::hex << std::uppercase << value;
 1975   ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase