Lines Matching refs:hash_combine
75 return base::hash_combine(p.arity(), p.frequency(), in hash_value()
127 return base::hash_combine(p.id(), p.arity()); in hash_value()
163 return base::hash_combine(access.depth(), access.index(), access.immutable()); in hash_value()
198 return base::hash_combine(parameters.scope_info().location(), in hash_value()
226 return base::hash_combine(p.name().location(), in hash_value()
278 return base::hash_combine(p.name().location(), p.language_mode(), in hash_value()
321 return base::hash_combine(p.language_mode(), in hash_value()
341 return base::hash_combine(p.name().location(), p.typeof_mode()); in hash_value()
371 return base::hash_combine(p.language_mode(), p.name().location(), in hash_value()
407 return base::hash_combine(p.arity(), p.site().address()); in hash_value()
460 return base::hash_combine(static_cast<size_t>(p.collection_kind()), in hash_value()
487 return base::hash_combine(p.arity(), p.map().location()); in hash_value()
516 return base::hash_combine(p.description().location(), p.shared().location(), in hash_value()
546 return base::hash_combine(p.allocation(), p.shared_info().location()); in hash_value()
577 return base::hash_combine(p.constant().location(), in hash_value()
606 return base::hash_combine(FeedbackSource::Hash()(p.feedback()), p.flags()); in hash_value()
639 return base::hash_combine(FeedbackSource::Hash()(p.loadFeedback()), in hash_value()
666 return base::hash_combine(FeedbackSource::Hash()(p.feedback()), p.mode()); in hash_value()