Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c126 struct stab_tag *struct_types; member
557 free (info.type_cache.struct_types); in write_stabs_in_sections_debugging_info()
1261 info->type_cache.struct_types = in stab_get_struct_index()
1262 xrealloc (info->type_cache.struct_types, in stab_get_struct_index()
1263 alloc * sizeof (*info->type_cache.struct_types)); in stab_get_struct_index()
1264 memset ((info->type_cache.struct_types in stab_get_struct_index()
1268 * sizeof (*info->type_cache.struct_types))); in stab_get_struct_index()
1272 if (info->type_cache.struct_types[id].index == 0) in stab_get_struct_index()
1274 info->type_cache.struct_types[id].index = info->type_index; in stab_get_struct_index()
1276 info->type_cache.struct_types[id].tag = tag; in stab_get_struct_index()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c126 struct stab_tag *struct_types; member
1276 info->type_cache.struct_types = in stab_get_struct_index()
1277 (struct stab_tag *) xrealloc (info->type_cache.struct_types, in stab_get_struct_index()
1279 memset ((info->type_cache.struct_types in stab_get_struct_index()
1287 if (info->type_cache.struct_types[id].index == 0) in stab_get_struct_index()
1289 info->type_cache.struct_types[id].index = info->type_index; in stab_get_struct_index()
1291 info->type_cache.struct_types[id].tag = tag; in stab_get_struct_index()
1292 info->type_cache.struct_types[id].kind = kind; in stab_get_struct_index()
1298 info->type_cache.struct_types[id].kind = kind; in stab_get_struct_index()
1299 info->type_cache.struct_types[id].size = *psize; in stab_get_struct_index()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A DChangeLog422 * objcp-decl.h (start_struct): Remove in_struct and struct_types
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c582 auto_vec<tree> struct_types;
8301 FOR_EACH_VEC_ELT (struct_parse_info->struct_types, ix, x) in warn_cxx_compat_finish_struct()
8680 struct_parse_info->struct_types.safe_push (t); in finish_struct()
8967 struct_parse_info->struct_types.safe_push (enumtype); in finish_enum()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc591 auto_vec<tree> struct_types; member in c_struct_parse_info
8622 FOR_EACH_VEC_ELT (struct_parse_info->struct_types, ix, x) in warn_cxx_compat_finish_struct()
9032 struct_parse_info->struct_types.safe_push (t); in finish_struct()
9319 struct_parse_info->struct_types.safe_push (enumtype); in finish_enum()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200918649 * c-decl.c (in_struct, struct_types): Remove.
18658 struct_parse_info rather than in_struct and struct_types.
18668 parameter. Only push on struct_types if warn_cxx_compat.
18669 (finish_enum): Only push on struct_types if warn_cxx_compat.
24022 * c-decl.c (in_struct, struct_types): New static variables.
24033 struct_types. If -Wc++-compat warn if in sizeof, typeof, or alignof.
24037 in the struct. If in a struct, add this struct to struct_types.
24041 struct, add this enum type to struct_types. If -Wc++-compat warn
24047 start_struct. Save in_struct and struct_types status between