Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h78 void SetMinimumValue(int64_t v) { m_min_value = v; } in SetMinimumValue() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp820 term_width->SetMinimumValue(10); in Debugger()