Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libcpp/include/
Dsymtab.h77 extern hashnode ht_lookup_with_hash (hash_table *, const unsigned char *,
/openbsd/src/gnu/gcc/libcpp/
Dsymtab.c97 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
DChangeLog348 (ht_lookup_with_hash): Cast return value of obstack_copy0.
883 (ht_lookup_with_hash): New function.
Dlex.c530 ht_lookup_with_hash (pfile->hash_table, base, len, hash, HT_ALLOC); in lex_identifier()