Home
last modified time | relevance | path

Searched defs:GetMaximumValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h84 int64_t GetMaximumValue() const { return m_max_value; } in GetMaximumValue() function
H A DOptionValueUInt64.h89 uint64_t GetMaximumValue() const { return m_max_value; } in GetMaximumValue() function