Home
last modified time | relevance | path

Searched refs:m_unsigned (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DJSON.cpp57 return m_data.m_unsigned; in GetAsUnsigned()
69 return (int64_t)m_data.m_unsigned; in GetAsSigned()
81 return (double)m_data.m_unsigned; in GetAsDouble()
93 s.Printf("%" PRIu64, m_data.m_unsigned); in Write()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DJSON.h90 m_data.m_unsigned = u; in JSONNumber()
129 uint64_t m_unsigned; member