HomeSort by relevance Sort by last modified time
    Searched defs:hash_combine_range (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());

Completed in 599 milliseconds