Searched defs:hash_combine (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DHashing.h32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
108 /// contrast to hash_combine which may produce different hash_codes for
483 /// 'hash_combine(a, b, c, ...)', but can run over arbitrary sized sequences
492 // Implementation details for hash_combine.
496 /// \brief Helper class to manage the recursive combining of hash_combine
500 /// recursive combining of arguments used in hash_combine. It is particularly
661 template <typename ...Ts> hash_code hash_combine(const Ts &...args) { function in namespace:llvm
674 hash_code hash_combine(const T1 &arg1, const T2 &arg2, const T3 &arg3,
681 hash_code hash_combine(const T1 &arg1, const T2 &arg2, const T3 &arg3,
688 hash_code hash_combine(cons
[all...]

Completed in 211 milliseconds