Searched refs:ht_lookup_with_hash (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/gcc/libcpp/include/ |
| D | symtab.h | 77 extern hashnode ht_lookup_with_hash (hash_table *, const unsigned char *,
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | symtab.c | 97 return ht_lookup_with_hash (table, str, len, calc_hash (str, len), in ht_lookup() 102 ht_lookup_with_hash (hash_table *table, const unsigned char *str, in ht_lookup_with_hash() function
|
| D | ChangeLog | 348 (ht_lookup_with_hash): Cast return value of obstack_copy0. 883 (ht_lookup_with_hash): New function.
|
| D | lex.c | 530 ht_lookup_with_hash (pfile->hash_table, base, len, hash, HT_ALLOC); in lex_identifier()
|