Home
last modified time | relevance | path

Searched refs:getAsUINT64 (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDTraceIntelPTGDBRemotePackets.cpp33 if (std::optional<uint64_t> val = value.getAsUINT64()) { in fromJSON()
HDStructuredData.cpp71 if (auto u = value.getAsUINT64()) in ParseJSONValue()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDJSON.h445 std::optional<uint64_t> getAsUINT64() const { in getAsUINT64() function
772 if (auto S = E.getAsUINT64()) { in fromJSON()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDJSON.cpp769 OS << *V.getAsUINT64(); in value()