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

/external/llvm/include/llvm/ADT/
H A DHashing.h404 hash_code hash_combine_range_impl(InputIteratorT first, InputIteratorT last) { function in namespace:llvm::hashing::detail
448 hash_combine_range_impl(ValueT *first, ValueT *last) { function in namespace:llvm::hashing::detail
481 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);

Completed in 44 milliseconds