Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h80 int64_t GetMinimumValue() const { return m_min_value; } in GetMinimumValue() function
H A DOptionValueUInt64.h85 uint64_t GetMinimumValue() const { return m_min_value; } in GetMinimumValue() function