Searched refs:m_value_type (Results 1 – 2 of 2) sorted by relevance
50 : m_value(), m_compiler_type(), m_value_type(ValueType::HostAddress), in Value()57 m_context(v.m_context), m_value_type(v.m_value_type), in Value()75 m_value_type = rhs.m_value_type; in operator =()91 m_value_type = ValueType::HostAddress; in SetBytes()97 m_value_type = ValueType::HostAddress; in AppendBytes()107 Value::GetValueTypeAsCString(m_value_type), m_context, in Dump()111 Value::ValueType Value::GetValueType() const { return m_value_type; } in GetValueType()114 switch (m_value_type) { in GetValueAddressType()193 m_value_type = ValueType::HostAddress; in ResizeData()301 switch (m_value_type) { in GetData()[all …]
89 void SetValueType(ValueType value_type) { m_value_type = value_type; } in SetValueType()182 ValueType m_value_type = ValueType::Scalar; variable