Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c6402 type_hash_canon_hash (tree type) in type_hash_canon_hash() function
7771 hashval_t hash = type_hash_canon_hash (itype); in build_range_type_1()
7880 hashval_t hash = type_hash_canon_hash (t); in build_array_type_1()
8040 hashval_t hash = type_hash_canon_hash (t); in build_function_type()
8194 hashval_t hash = type_hash_canon_hash (t); in build_method_type_directly()
8251 hashval_t hash = type_hash_canon_hash (t); in build_offset_type()
8292 hashval_t hash = type_hash_canon_hash (probe); in build_complex_type()
9594 hashval_t hash = type_hash_canon_hash (t); in make_vector_type()
H A Dattribs.c1150 hashval_t hash = type_hash_canon_hash (ntype); in build_type_attribute_qual_variant()
H A Dtree.h4394 extern hashval_t type_hash_canon_hash (tree);
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c6393 hashval_t hashcode = type_hash_canon_hash (main_type); in complete_array_type()