Searched defs:hash_combine_range (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
37 // Note that 'hash_combine_range' contains very special logic for hashing
486 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
759 return hash_combine_range(arg.begin(), arg.end());

Completed in 65 milliseconds