reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/Hashing.h
  265   static hash_state create(const char *s, uint64_t seed) {
  266     hash_state state = {
  413   hash_state state = state.create(buffer, seed);
  455   hash_state state = state.create(s_begin, seed);
  496   hash_state state;