reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 Stream << std::setfill('0') << std::setw(2) << std::uppercase << std::hex 93 Stream << std::setfill('0') << std::setw(2) << std::uppercase << std::hexlib/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.cpp3711 << ":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 << Orphanutils/benchmark/src/json_reporter.cc
59 ss << std::scientific << std::setprecision(max_fractional_digits10) << value;
utils/unittest/googletest/src/gtest.cc1968 ss << std::hex << std::uppercase << value; 1968 ss << std::hex << std::uppercase << value; 1975 ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase 1975 ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase