Searched refs:ht_node (Results 1 – 2 of 2) sorted by relevance
110 hashnode ht_node = ht_lookup (ident_hash, in get_identifier() local115 return HT_IDENT_TO_GCC_IDENT (ht_node); in get_identifier()124 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length() local129 return HT_IDENT_TO_GCC_IDENT (ht_node); in get_identifier_with_length()139 hashnode ht_node; in maybe_get_identifier() local141 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()
2612 hashnode ht_node = ht_lookup (ident_hash, (const unsigned char *) name, in get_identifier_nocopy() local2614 return HT_IDENT_TO_GCC_IDENT (ht_node); in get_identifier_nocopy()