Searched refs:ht_node (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dstringpool.c110 hashnode ht_node = ht_lookup (ident_hash, local
114 /* ht_node can't be NULL here. */
115 return HT_IDENT_TO_GCC_IDENT (ht_node);
124 hashnode ht_node = ht_lookup (ident_hash, local
128 /* ht_node can't be NULL here. */
129 return HT_IDENT_TO_GCC_IDENT (ht_node);
139 hashnode ht_node; local
141 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
143 if (ht_node)
144 return HT_IDENT_TO_GCC_IDENT (ht_node);
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c2612 hashnode ht_node = ht_lookup (ident_hash, (const unsigned char *) name, local
2614 return HT_IDENT_TO_GCC_IDENT (ht_node);

Completed in 115 milliseconds