Home
last modified time | relevance | path

Searched refs:struct_types (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.34/binutils/
H A Dwrstabs.c126 struct stab_tag *struct_types; member
1273 info->type_cache.struct_types = in stab_get_struct_index()
1274 (struct stab_tag *) xrealloc (info->type_cache.struct_types, in stab_get_struct_index()
1276 memset ((info->type_cache.struct_types in stab_get_struct_index()
1284 if (info->type_cache.struct_types[id].index == 0) in stab_get_struct_index()
1288 info->type_cache.struct_types[id].tag = tag; in stab_get_struct_index()
1289 info->type_cache.struct_types[id].kind = kind; in stab_get_struct_index()
1295 info->type_cache.struct_types[id].kind = kind; in stab_get_struct_index()
1296 info->type_cache.struct_types[id].size = *psize; in stab_get_struct_index()
1299 *psize = info->type_cache.struct_types[id].size; in stab_get_struct_index()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
H A Dwrstabs.c126 struct stab_tag *struct_types; member
1273 info->type_cache.struct_types = in stab_get_struct_index()
1274 (struct stab_tag *) xrealloc (info->type_cache.struct_types, in stab_get_struct_index()
1276 memset ((info->type_cache.struct_types in stab_get_struct_index()
1284 if (info->type_cache.struct_types[id].index == 0) in stab_get_struct_index()
1288 info->type_cache.struct_types[id].tag = tag; in stab_get_struct_index()
1289 info->type_cache.struct_types[id].kind = kind; in stab_get_struct_index()
1295 info->type_cache.struct_types[id].kind = kind; in stab_get_struct_index()
1296 info->type_cache.struct_types[id].size = *psize; in stab_get_struct_index()
1299 *psize = info->type_cache.struct_types[id].size; in stab_get_struct_index()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c509 VEC(tree,heap) *struct_types;
6715 struct_parse_info->struct_types = VEC_alloc (tree, heap, 0); in start_struct()
7006 FOR_EACH_VEC_ELT (tree, struct_parse_info->struct_types, ix, x) in warn_cxx_compat_finish_struct()
7333 VEC_free (tree, heap, struct_parse_info->struct_types); in finish_struct()
7345 VEC_safe_push (tree, heap, struct_parse_info->struct_types, t); in finish_struct()
7563 VEC_safe_push (tree, heap, struct_parse_info->struct_types, enumtype); in finish_enum()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c581 auto_vec<tree> struct_types; member
7918 FOR_EACH_VEC_ELT (struct_parse_info->struct_types, ix, x) in warn_cxx_compat_finish_struct()
8297 struct_parse_info->struct_types.safe_push (t); in finish_struct()
8580 struct_parse_info->struct_types.safe_push (enumtype); in finish_enum()