OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unions
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/libctf/
ctf-create.c
110
ctf_dynhash_t *structs = NULL, *
unions
= NULL, *enums = NULL, *names = NULL;
local
118
unions
= ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string,
124
if (!structs || !
unions
|| !enums || !names)
145
fp->ctf_unions =
unions
;
165
ctf_dynhash_destroy (
unions
);
834
/* Promote root-visible forwards to
unions
. */
1522
/* Don't check nameless members (e.g. anonymous structs/
unions
) against each
1934
This optimization can be defeated for
unions
, but is so
/src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c
110
ctf_dynhash_t *structs = NULL, *
unions
= NULL, *enums = NULL, *names = NULL;
local
118
unions
= ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string,
124
if (!structs || !
unions
|| !enums || !names)
145
fp->ctf_unions =
unions
;
165
ctf_dynhash_destroy (
unions
);
834
/* Promote root-visible forwards to
unions
. */
1522
/* Don't check nameless members (e.g. anonymous structs/
unions
) against each
1934
This optimization can be defeated for
unions
, but is so
/src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c
111
ctf_dynhash_t *structs = NULL, *
unions
= NULL, *enums = NULL, *names = NULL;
local
119
unions
= ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string,
125
if (!structs || !
unions
|| !enums || !names)
146
fp->ctf_unions =
unions
;
166
ctf_dynhash_destroy (
unions
);
835
/* Promote root-visible forwards to
unions
. */
1519
/* Don't check nameless members (e.g. anonymous structs/
unions
) against each
1931
This optimization can be defeated for
unions
, but is so
/src/external/gpl3/gdb/dist/libctf/
ctf-create.c
110
ctf_dynhash_t *structs = NULL, *
unions
= NULL, *enums = NULL, *names = NULL;
local
118
unions
= ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string,
124
if (!structs || !
unions
|| !enums || !names)
145
fp->ctf_unions =
unions
;
165
ctf_dynhash_destroy (
unions
);
834
/* Promote root-visible forwards to
unions
. */
1522
/* Don't check nameless members (e.g. anonymous structs/
unions
) against each
1934
This optimization can be defeated for
unions
, but is so
Completed in 18 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026