Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h78 void SetMinimumValue(int64_t v) { m_min_value = v; } in SetMinimumValue() function
H A DOptionValueUInt64.h83 void SetMinimumValue(int64_t v) { m_min_value = v; } in SetMinimumValue() function