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

References

tools/lldb/source/Core/Value.cpp
   75   if (this != &rhs) {
   76     m_value = rhs.m_value;
   77     m_vector = rhs.m_vector;
   78     m_compiler_type = rhs.m_compiler_type;
   79     m_context = rhs.m_context;
   80     m_value_type = rhs.m_value_type;
   81     m_context_type = rhs.m_context_type;
   83         (uintptr_t)rhs.m_value.ULongLong(LLDB_INVALID_ADDRESS);
   85         (rhs_value == (uintptr_t)rhs.m_data_buffer.GetBytes())) {
   86       m_data_buffer.CopyData(rhs.m_data_buffer.GetBytes(),
   87                              rhs.m_data_buffer.GetByteSize());