Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvalue.c642 <= m_enclosing_type->length () * TARGET_CHAR_BIT); in contents_bits_eq()
644 <= val2->m_enclosing_type->length () * TARGET_CHAR_BIT); in contents_bits_eq()
1588 struct type *m_enclosing_type = v->enclosing_type (); in make_cv_value() local
1592 cv_val->set_enclosing_type (make_cv_type (cnst, voltl, m_enclosing_type, NULL)); in make_cv_value()
1712 && m_enclosing_type == m_type in record_latest()
1721 mark_bytes_unavailable (limit, m_enclosing_type->length () - limit); in record_latest()
2435 if (m_enclosing_type->objfile_owner () == objfile) in preserve()
2436 m_enclosing_type = copy_type_recursive (m_enclosing_type, copied_types); in preserve()
2972 m_enclosing_type = new_encl_type; in set_enclosing_type()
Dvalue.h142 m_enclosing_type (type_) in value()
326 { return m_enclosing_type; } in enclosing_type()
788 struct type *m_enclosing_type; member