Searched refs:type_hash_canon (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.c | 2574 ntype = type_hash_canon (hashcode, ntype); 2981 type_hash_canon (hashcode, type) in type_hash_canon() function 3579 return type_hash_canon (tree_low_cst (maxval, 1), itype); 3610 return type_hash_canon (tree_low_cst (highval, 0) 3689 t = type_hash_canon (hashcode, t); 3738 t = type_hash_canon (hashcode, t); 3801 t = type_hash_canon (hashcode, t); 3828 t = type_hash_canon (hashcode, t); 3853 t = type_hash_canon (hashcode, t);
|
H A D | tree.h | 2509 extern tree type_hash_canon PARAMS ((unsigned int, tree));
|
H A D | ChangeLog.2 | 3834 ttype around type_hash_canon call. 7982 * tree.c (type_hash_canon): Put all types in the hash-table, when 8934 (type_hash_canon): Don't call obstack_free when GC'ing.
|
H A D | ChangeLog.3 | 11673 (attribute_hash_list, type_hash_canon): hashcode is now unsigned. 11725 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
|
H A D | ChangeLog.4 | 6435 (type_hash_canon): Likewise.
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree.c | 3417 ntype = type_hash_canon (hashcode, ntype); in build_type_attribute_qual_variant() 4292 type_hash_canon (unsigned int hashcode, tree type) in type_hash_canon() function 5115 return type_hash_canon (tree_low_cst (maxval, 1), itype); in build_index_type() 5166 return type_hash_canon (tree_low_cst (highval, 0) in build_range_type() 5206 t = type_hash_canon (hashcode, t); in build_array_type() 5214 t = type_hash_canon (hashcode, t); in build_array_type() 5262 t = type_hash_canon (hashcode, t); in build_function_type() 5330 t = type_hash_canon (hashcode, t); in build_method_type_directly() 5372 t = type_hash_canon (hashcode, t); in build_offset_type() 5395 t = type_hash_canon (hashcode, t); in build_complex_type() [all …]
|
H A D | tree-vect-generic.c | 94 vector_last_type = type_hash_canon (nunits, in build_word_mode_vector_type()
|
H A D | tree.h | 3846 extern tree type_hash_canon (unsigned int, tree);
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | tree.c | 417 t = type_hash_canon (hashcode, t);
|