Home
last modified time | relevance | path

Searched refs:SetMinimumValue (Results 1 – 3 of 3) sorted by relevance

/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
/llvm-project/lldb/source/Core/
H A DDebugger.cpp939 term_width->SetMinimumValue(10); in Debugger()
944 term_height->SetMinimumValue(10);