Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp33 if (std::optional<uint64_t> val = value.getAsUINT64()) { in fromJSON()
H A DStructuredData.cpp71 if (auto u = value.getAsUINT64()) in ParseJSONValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h445 std::optional<uint64_t> getAsUINT64() const { in getAsUINT64() function
770 if (auto S = E.getAsUINT64()) { in fromJSON()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp773 OS << *V.getAsUINT64(); in value()