Lines Matching refs:types

118   struct ieee_type *types;  member
165 struct ieee_types types; member
595 && info->types.builtins[indx] != DEBUG_TYPE_NULL) in ieee_builtin_type()
596 return info->types.builtins[indx]; in ieee_builtin_type()
605 info->types.builtins[indx] = type; in ieee_builtin_type()
766 info->types.builtins[indx] = type; in ieee_builtin_type()
782 if (indx >= info->types.alloc) in ieee_alloc_type()
784 nalloc = info->types.alloc; in ieee_alloc_type()
790 info->types.types = ((struct ieee_type *) in ieee_alloc_type()
791 xrealloc (info->types.types, in ieee_alloc_type()
792 nalloc * sizeof *info->types.types)); in ieee_alloc_type()
794 memset (info->types.types + info->types.alloc, 0, in ieee_alloc_type()
795 (nalloc - info->types.alloc) * sizeof *info->types.types); in ieee_alloc_type()
797 tend = info->types.types + nalloc; in ieee_alloc_type()
798 for (t = info->types.types + info->types.alloc; t < tend; t++) in ieee_alloc_type()
801 info->types.alloc = nalloc; in ieee_alloc_type()
806 t = info->types.types + indx; in ieee_alloc_type()
847 *ptype = info->types.types[indx].type; in ieee_read_type_index()
871 info.types.alloc = 0; in parse_ieee()
872 info.types.types = NULL; in parse_ieee()
876 info.types.builtins[i] = DEBUG_TYPE_NULL; in parse_ieee()
983 if (info->types.types != NULL) in parse_ieee_bb()
984 free (info->types.types); in parse_ieee_bb()
985 info->types.types = NULL; in parse_ieee_bb()
986 info->types.alloc = 0; in parse_ieee_bb()
991 info->types.alloc = info->global_types->alloc; in parse_ieee_bb()
992 info->types.types = ((struct ieee_type *) in parse_ieee_bb()
993 xmalloc (info->types.alloc in parse_ieee_bb()
994 * sizeof (*info->types.types))); in parse_ieee_bb()
995 memcpy (info->types.types, info->global_types->types, in parse_ieee_bb()
996 info->types.alloc * sizeof (*info->types.types)); in parse_ieee_bb()
1040 return_type = info->types.types[typindx].type; in parse_ieee_bb()
1137 return_type = info->types.types[typindx].type; in parse_ieee_bb()
1266 info->global_types->alloc = info->types.alloc; in parse_ieee_be()
1267 info->global_types->types = ((struct ieee_type *) in parse_ieee_be()
1268 xmalloc (info->types.alloc in parse_ieee_be()
1269 * sizeof (*info->types.types))); in parse_ieee_be()
1270 memcpy (info->global_types->types, info->types.types, in parse_ieee_be()
1271 info->types.alloc * sizeof (*info->types.types)); in parse_ieee_be()
1718 t = info->types.types + tindx; in parse_ieee_ty()
2063 info->types.types[typeindx].type = type; in parse_ieee_ty()
2064 info->types.types[typeindx].arg_slots = arg_slots; in parse_ieee_ty()
2065 info->types.types[typeindx].bitsize = type_bitsize; in parse_ieee_ty()
2071 if (info->types.types[typeindx].pslot != NULL) in parse_ieee_ty()
2072 *info->types.types[typeindx].pslot = type; in parse_ieee_ty()
3271 arg_slots = info->types.types[info->blockstack.bsp[-1].fnindx].arg_slots; in ieee_read_cxx_defaults()
3740 struct ieee_name_type *types; member
3833 struct ieee_buflist types; member
4305 if (ieee_buffer_emptyp (&info->types)) in ieee_pop_type_used()
4307 if (! ieee_change_buffer (info, &info->types) in ieee_pop_type_used()
4314 buflist = &info->types; in ieee_pop_type_used()
4474 if (! ieee_buffer_emptyp (&info->types)) in ieee_define_named_type()
4476 if (! ieee_change_buffer (info, &info->types)) in ieee_define_named_type()
4481 if (! ieee_change_buffer (info, &info->types) in ieee_define_named_type()
4572 ret->types = NULL; in ieee_name_type_newfunc()
4615 || ! ieee_init_buffer (&info, &info.types) in write_ieee_debugging_info()
4743 for (nt = h->types; nt != NULL; nt = nt->next) in ieee_write_undefined_tag()
4857 if (! ieee_init_buffer (info, &info->types) in ieee_start_compilation_unit()
4866 if (! ieee_change_buffer (info, &info->types) in ieee_start_compilation_unit()
4891 if (! ieee_buffer_emptyp (&info->types)) in ieee_finish_compilation_unit()
4893 if (! ieee_change_buffer (info, &info->types) in ieee_finish_compilation_unit()
4950 if (! ieee_append_buffer (info, &info->data, &info->types) in ieee_finish_compilation_unit()
5861 for (ntlook = h->types; ntlook != NULL; ntlook = ntlook->next) in ieee_start_struct_type()
5890 nt->next = h->types; in ieee_start_struct_type()
5891 h->types = nt; in ieee_start_struct_type()
6070 if (ieee_buffer_emptyp (&info->types)) in ieee_end_struct_type()
6072 if (! ieee_change_buffer (info, &info->types) in ieee_end_struct_type()
6079 pb = &info->types; in ieee_end_struct_type()
6495 nt = h->types; in ieee_typedef_type()
6557 for (nt = h->types; nt != NULL; nt = nt->next) in ieee_tag_type()
6587 nt->next = h->types; in ieee_tag_type()
6588 h->types = nt; in ieee_tag_type()
6777 for (nt = h->types; nt != NULL; nt = nt->next) in ieee_typdef()
6806 nt->next = h->types; in ieee_typdef()
6807 h->types = nt; in ieee_typdef()
7292 if (ieee_buffer_emptyp (&info->types)) in ieee_end_function()
7294 if (! ieee_change_buffer (info, &info->types) in ieee_end_function()
7302 if (! ieee_append_buffer (info, &info->types, &info->fntype) in ieee_end_function()
7303 || ! ieee_append_buffer (info, &info->types, &info->fnargs)) in ieee_end_function()