reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
   33       : OptionValue(rhs), m_current_value(rhs.m_current_value),
   54     m_current_value = m_default_value;
   64     m_current_value = value;
   65     return m_current_value;
   68   int64_t GetCurrentValue() const { return m_current_value; }
   74       m_current_value = value;
tools/lldb/source/Interpreter/OptionValueSInt64.cpp
   29     strm.Printf("%" PRIi64, m_current_value);
   50         m_current_value = value;