Searched refs:GetDefaultValue (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp54 if (m_byte_size.GetDefaultValue() < UINT64_MAX)
56 if (m_count.GetDefaultValue() < UINT64_MAX)
85 if (m_count.GetDefaultValue() == 0)
98 if (m_byte_size.GetDefaultValue() == 0)
150 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX;
151 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX;
H A DOptionGroupBoolean.cpp53 m_value.SetCurrentValue (!m_value.GetDefaultValue());
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h113 GetDefaultValue() const function in class:lldb_private::OptionValueArch
H A DOptionValueBoolean.h114 GetDefaultValue() const function in class:lldb_private::OptionValueBoolean
H A DOptionValueEnumeration.h98 GetDefaultValue() const function in class:lldb_private::OptionValueEnumeration
H A DOptionValueFileSpec.h91 GetDefaultValue() const function in class:lldb_private::OptionValueFileSpec
H A DOptionValueFormat.h83 GetDefaultValue() const function in class:lldb_private::OptionValueFormat
H A DOptionValueUInt64.h110 GetDefaultValue() const function in class:lldb_private::OptionValueUInt64
H A DOptionValueSInt64.h112 GetDefaultValue() const function in class:lldb_private::OptionValueSInt64
H A DOptionValueString.h184 GetDefaultValue() const function in class:lldb_private::OptionValueString

Completed in 106 milliseconds