OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:struct_types
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
wrstabs.c
126
struct stab_tag *
struct_types
;
member in struct:stab_type_cache
559
free (info.type_cache.
struct_types
);
1261
info->type_cache.
struct_types
=
1262
xrealloc (info->type_cache.
struct_types
,
1263
alloc * sizeof (*info->type_cache.
struct_types
));
1264
memset ((info->type_cache.
struct_types
1268
* sizeof (*info->type_cache.
struct_types
)));
1272
if (info->type_cache.
struct_types
[id].index == 0)
1274
info->type_cache.
struct_types
[id].index = info->type_index;
1276
info->type_cache.
struct_types
[id].tag = tag
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c
126
struct stab_tag *
struct_types
;
member in struct:stab_type_cache
559
free (info.type_cache.
struct_types
);
1263
info->type_cache.
struct_types
=
1264
xrealloc (info->type_cache.
struct_types
,
1265
alloc * sizeof (*info->type_cache.
struct_types
));
1266
memset ((info->type_cache.
struct_types
1270
* sizeof (*info->type_cache.
struct_types
)));
1274
if (info->type_cache.
struct_types
[id].index == 0)
1276
info->type_cache.
struct_types
[id].index = info->type_index;
1278
info->type_cache.
struct_types
[id].tag = tag
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc
628
auto_vec<tree>
struct_types
;
9201
FOR_EACH_VEC_ELT (struct_parse_info->
struct_types
, ix, x)
9819
struct_types
. */
9823
struct_parse_info->
struct_types
.safe_push (t);
10183
struct_types
. */
10187
struct_parse_info->
struct_types
.safe_push (enumtype);
626
auto_vec<tree>
struct_types
;
member in class:c_struct_parse_info
/src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc
593
auto_vec<tree>
struct_types
;
8652
FOR_EACH_VEC_ELT (struct_parse_info->
struct_types
, ix, x)
9058
struct_types
. */
9062
struct_parse_info->
struct_types
.safe_push (t);
9346
struct_types
. */
9350
struct_parse_info->
struct_types
.safe_push (enumtype);
591
auto_vec<tree>
struct_types
;
member in class:c_struct_parse_info
Completed in 89 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026