Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dstringpool.c110 hashnode ht_node = ht_lookup (ident_hash, in get_identifier() local
115 return HT_IDENT_TO_GCC_IDENT (ht_node); in get_identifier()
124 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length() local
129 return HT_IDENT_TO_GCC_IDENT (ht_node); in get_identifier_with_length()
139 hashnode ht_node; in maybe_get_identifier() local
141 ht_node = ht_lookup (ident_hash, (const unsigned char *) text, in maybe_get_identifier()
143 if (ht_node) in maybe_get_identifier()
144 return HT_IDENT_TO_GCC_IDENT (ht_node); in maybe_get_identifier()
/freebsd-12.1/contrib/gcc/cp/
H A Dmangle.c2612 hashnode ht_node = ht_lookup (ident_hash, (const unsigned char *) name, in get_identifier_nocopy() local
2614 return HT_IDENT_TO_GCC_IDENT (ht_node); in get_identifier_nocopy()