HomeSort by: relevance | last modified time | path
    Searched defs:type_hash_canon (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 6036 The entry point is `type_hash_canon'. */
6267 type_hash_canon (unsigned int hashcode, tree type)
7178 ret = type_hash_canon (hstate.end (), itype);
7246 ret = type_hash_canon (hstate.end (), itype);
7290 itype = type_hash_canon (hash, itype);
7403 t = type_hash_canon (hash, t);
7573 t = type_hash_canon (hash, t);
7739 t = type_hash_canon (hash, t);
7792 t = type_hash_canon (hash, t);
7837 tree t = type_hash_canon (hash, probe)
6246 type_hash_canon (unsigned int hashcode, tree type) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 5991 The entry point is `type_hash_canon'. */
6200 type_hash_canon (unsigned int hashcode, tree type)
7110 ret = type_hash_canon (hstate.end (), itype);
7182 itype = type_hash_canon (hash, itype);
7286 t = type_hash_canon (hash, t);
7447 t = type_hash_canon (hash, t);
7601 t = type_hash_canon (hash, t);
7658 t = type_hash_canon (hash, t);
7699 tree t = type_hash_canon (hash, probe);
9148 t = type_hash_canon (hash, t)
6179 type_hash_canon (unsigned int hashcode, tree type) function
    [all...]

Completed in 31 milliseconds