Searched refs:type_hash_lookup (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.c | 2929 type_hash_lookup (hashcode, type) in type_hash_lookup() function 2992 t1 = type_hash_lookup (hashcode, type);
|
H A D | tree.h | 2962 extern tree type_hash_lookup PARAMS ((unsigned int, tree));
|
H A D | ChangeLog.3 | 9621 (type_hash_lookup): Use htab functions. 11674 (type_hash_lookup, type_hash_add, type_hash_list): Likewise. 11725 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
|
H A D | ChangeLog.2 | 8115 * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree.c | 4249 type_hash_lookup (hashval_t hashcode, tree type) in type_hash_lookup() function 4305 t1 = type_hash_lookup (hashcode, type); in type_hash_canon()
|
H A D | tree.h | 4345 extern tree type_hash_lookup (unsigned int, tree);
|