HomeSort by: relevance | last modified time | path
    Searched refs:unions (Results 1 - 7 of 7) 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/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.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. */
1450 /* Don't check nameless members (e.g. anonymous structs/unions) against each
1862 This optimization can be defeated for unions, but is so
  /src/external/mit/isl/dist/doc/
implementation.tex 1445 This idea can be generalized to relations that are unions
  /src/external/gpl3/gdb/dist/gnulib/
configure 5036 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 5036 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.

Completed in 68 milliseconds