Searched refs:hash_for_method (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h633 hash_for_method(Gogo*) const;
1309 { return type->hash_for_method(NULL); }
3208 { return this->real_type()->hash_for_method(gogo); }
H A Dtypes.cc807 Type::hash_for_method(Gogo* gogo) const function in class:Type
2004 h = name->hash_for_method(gogo);
2006 h = this->hash_for_method(gogo);
3604 ret += p->type()->hash_for_method(gogo) << shift;
3612 ret += p->type()->hash_for_method(gogo) << shift;
3632 hash += p->type()->hash_for_method(NULL);
4271 return this->to_type_->hash_for_method(gogo) << 4;
4844 ret = (ret << 1) + pf->type()->hash_for_method(gogo);
5855 return this->element_type_->hash_for_method(gogo) + 1;
6590 return (this->key_type_->hash_for_method(gog
[all...]

Completed in 76 milliseconds