Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h82 void SetMaximumValue(int64_t v) { m_max_value = v; } in SetMaximumValue() function
H A DOptionValueUInt64.h87 void SetMaximumValue(int64_t v) { m_max_value = v; } in SetMaximumValue() function