Home
last modified time | relevance | path

Searched refs:SetMaximumValue (Results 1 – 3 of 3) 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
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp910 term_width->SetMaximumValue(1024); in Debugger()