Searched refs:ht_lookup (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Didentifiers.c94 /* ht_lookup cannot return NULL. */
95 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC));
104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
H A Dsymtab.c94 ht_lookup (hash_table *table, const unsigned char *str, size_t len, function
H A Dtraditional.c256 result = (cpp_hashnode *) ht_lookup (pfile->hash_table, pfile->out.cur,
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dsymtab.h75 extern hashnode ht_lookup (hash_table *, const unsigned char *,
/freebsd-11-stable/contrib/gcc/
H A Dstringpool.c110 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,
/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c2612 hashnode ht_node = ht_lookup (ident_hash, (const unsigned char *) name,

Completed in 92 milliseconds