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

/haiku-buildtools/gcc/libcpp/include/
H A Dsymtab.h80 extern hashnode ht_lookup_with_hash (cpp_hash_table *, const unsigned char *,
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr58464.C18 hashnode ht_lookup_with_hash(cpp_hash_table *, unsigned char *, size_t, unsigned, ht_lookup_option);
104 cpp_hashnode *result = (cpp_hashnode *) ht_lookup_with_hash(pfile->hash_table, base, cur - base, hash, HT_NO_INSERT);
/haiku-buildtools/gcc/libcpp/
H A Dsymtab.c94 return ht_lookup_with_hash (table, str, len, calc_hash (str, len),
99 ht_lookup_with_hash (cpp_hash_table *table, const unsigned char *str, function
H A Dlex.c1257 result = CPP_HASHNODE (ht_lookup_with_hash (pfile->hash_table,
1344 result = CPP_HASHNODE (ht_lookup_with_hash (pfile->hash_table,
1482 cpp_hashnode *result = CPP_HASHNODE (ht_lookup_with_hash (pfile->hash_table,

Completed in 160 milliseconds