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

/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h411 hash_code hash_combine_range_impl(InputIteratorT first, InputIteratorT last) { function in namespace:llvm::hashing::detail
455 hash_combine_range_impl(ValueT *first, ValueT *last) { function in namespace:llvm::hashing::detail
488 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);

Completed in 50 milliseconds