HomeSort by: relevance | last modified time | path
    Searched defs:m_enclosing_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
value.h 142 m_enclosing_type (type_)
326 { return m_enclosing_type; }
788 struct type *m_enclosing_type; member in struct:value
value.c 642 <= m_enclosing_type->length () * TARGET_CHAR_BIT);
644 <= val2->m_enclosing_type->length () * TARGET_CHAR_BIT);
1589 struct type *m_enclosing_type = v->enclosing_type ();
1593 cv_val->set_enclosing_type (make_cv_type (cnst, voltl, m_enclosing_type, NULL));
2478 if (m_enclosing_type->objfile_owner () == objfile)
2479 m_enclosing_type = copy_type_recursive (m_enclosing_type, copied_types);
3019 m_enclosing_type = new_encl_type;
3988 m_enclosing_type->length () - m_limited_length);
1588 struct type *m_enclosing_type = v->enclosing_type (); local
  /src/external/gpl3/gdb.old/dist/gdb/
value.h 142 m_enclosing_type (type_)
326 { return m_enclosing_type; }
788 struct type *m_enclosing_type; member in struct:value
value.c 642 <= m_enclosing_type->length () * TARGET_CHAR_BIT);
644 <= val2->m_enclosing_type->length () * TARGET_CHAR_BIT);
1589 struct type *m_enclosing_type = v->enclosing_type ();
1593 cv_val->set_enclosing_type (make_cv_type (cnst, voltl, m_enclosing_type, NULL));
1713 && m_enclosing_type == m_type
1722 mark_bytes_unavailable (limit, m_enclosing_type->length () - limit);
2437 if (m_enclosing_type->objfile_owner () == objfile)
2438 m_enclosing_type = copy_type_recursive (m_enclosing_type, copied_types);
2978 m_enclosing_type = new_encl_type
1588 struct type *m_enclosing_type = v->enclosing_type (); local
    [all...]

Completed in 33 milliseconds