Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h82 void SetMaximumValue(int64_t v) { m_max_value = v; } in SetMaximumValue() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp821 term_width->SetMaximumValue(1024); in Debugger()