Home
last modified time | relevance | path

Searched refs:type_hash_lookup (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.c2929 type_hash_lookup (hashcode, type) in type_hash_lookup() function
2992 t1 = type_hash_lookup (hashcode, type);
H A Dtree.h2962 extern tree type_hash_lookup PARAMS ((unsigned int, tree));
H A DChangeLog.39621 (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 DChangeLog.28115 * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
/openbsd/gnu/gcc/gcc/
H A Dtree.c4249 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 Dtree.h4345 extern tree type_hash_lookup (unsigned int, tree);