Searched refs:ident_hash (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dstringpool.c50 struct ht *ident_hash; variable in typeref:struct:ht
67 ident_hash = ht_create (14);
68 ident_hash->alloc_node = alloc_node;
69 ident_hash->alloc_subobject = stringpool_ggc_alloc;
110 hashnode ht_node = ht_lookup (ident_hash,
124 hashnode ht_node = ht_lookup (ident_hash,
141 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
154 ht_dump_statistics (ident_hash);
175 ht_forall (ident_hash, mark_ident, NULL);
231 spd->nslots = ident_hash
[all...]
H A Dtoplev.h143 extern struct ht *ident_hash;
H A Dc-opts.c222 ident_hash, &line_table);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dmangle.c273 if (mangle_obstack == &ident_hash->stack)
2536 mangle_obstack = &ident_hash->stack;
2605 hashnode ht_node = ht_lookup (ident_hash, (const unsigned char *) name,

Completed in 71 milliseconds