| /minix3/external/bsd/libc++/dist/libcxx/test/language.support/support.rtti/type.info/ |
| H A D | type_info_hash.pass.cpp | 21 assert(t1.hash_code() == t2.hash_code()); in main() 22 assert(t1.hash_code() != t3.hash_code()); in main()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/language.support/support.rtti/type.info/ |
| H A D | type_info_hash.pass.cpp | 21 assert(t1.hash_code() == t2.hash_code()); in main() 22 assert(t1.hash_code() != t3.hash_code()); in main()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | Hashing.h | 78 class hash_code { 84 hash_code() {} in hash_code() function 87 hash_code(size_t value) : value(value) {} in hash_code() function 92 friend bool operator==(const hash_code &lhs, const hash_code &rhs) { 95 friend bool operator!=(const hash_code &lhs, const hash_code &rhs) { 100 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value() 111 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type 117 template <typename T> hash_code hash_value(const T *ptr); 121 hash_code hash_value(const std::pair<T, U> &arg); 125 hash_code hash_value(const std::basic_string<T> &arg); [all …]
|
| H A D | APFloat.h | 465 friend hash_code hash_value(const APFloat &Arg); 649 hash_code hash_value(const APFloat &Arg);
|
| H A D | StringRef.h | 24 class hash_code; variable 561 hash_code hash_value(StringRef S);
|
| H A D | APInt.h | 32 class hash_code; variable 564 friend hash_code hash_value(const APInt &Arg); 1899 hash_code hash_value(const APInt &Arg);
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
| H A D | HashingTest.cpp | 25 void PrintTo(const hash_code &code, std::ostream *os) { in PrintTo() 37 friend hash_code hash_value(const NonPOD &obj) { in hash_value() 129 hash_code hash_value(HashableDummy dummy) { return dummy.value; } in hash_value() 134 hash_code dummy_hash = hash_combine_range(&dummy, &dummy); in TEST() 135 EXPECT_NE(hash_code(0), dummy_hash); in TEST() 138 hash_code arr1_hash = hash_combine_range(begin(arr1), end(arr1)); in TEST() 152 hash_code arr2_hash = hash_combine_range(begin(arr2), end(arr2)); in TEST() 157 hash_code arr3_hash = hash_combine_range(begin(arr3), end(arr3)); in TEST() 162 hash_code arr4_hash = hash_combine_range(begin(arr4), end(arr4)); in TEST() 168 hash_code arr5_hash = hash_combine_range(begin(arr5), end(arr5)); in TEST() [all …]
|
| H A D | StringRefTest.cpp | 355 hash_code H = hash_value(S); in TEST()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/utilities/type.index/type.index.members/ |
| H A D | hash_code.pass.cpp | 23 assert(t1.hash_code() == ti.hash_code()); in main()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/type.index/type.index.members/ |
| H A D | hash_code.pass.cpp | 23 assert(t1.hash_code() == ti.hash_code()); in main()
|
| /minix3/external/bsd/libc++/dist/libcxx/include/ |
| H A D | typeindex | 33 size_t hash_code() const noexcept; 85 size_t hash_code() const _NOEXCEPT {return __t_->hash_code();} 98 {return __index.hash_code();}
|
| H A D | typeinfo | 29 size_t hash_code() const noexcept; 114 size_t hash_code() const _NOEXCEPT
|
| /minix3/external/bsd/libc++/dist/libcxx/test/utilities/type.index/type.index.hash/ |
| H A D | hash.pass.cpp | 27 assert(std::hash<std::type_index>()(t1) == t1.hash_code()); in main()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Math.h | 25 friend hash_code hash_value(const Vector &); 142 inline hash_code hash_value(const Vector &V) { in hash_value() 165 friend hash_code hash_value(const Matrix &); 380 inline hash_code hash_value(const Matrix &M) { in hash_value() 407 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value() 422 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/type.index/type.index.hash/ |
| H A D | hash.pass.cpp | 31 assert(std::hash<std::type_index>()(t1) == t1.hash_code()); in main()
|
| /minix3/external/bsd/llvm/dist/clang/test/PCH/ |
| H A D | cxx-typeid.h | 17 unsigned long hash_code() const;
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 32 class hash_code; variable 545 friend hash_code hash_value(const MachineOperand &MO); 737 hash_code hash_value(const MachineOperand &MO);
|
| H A D | RegAllocPBQP.h | 78 friend hash_code hash_value(const AllowedRegVector &); 127 inline hash_code hash_value(const AllowedRegVector &OptRegs) { in hash_value()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | StringRef.cpp | 483 hash_code llvm::hash_value(StringRef S) { in hash_value()
|
| H A D | APInt.cpp | 668 hash_code llvm::hash_value(const APInt &Arg) { in hash_value()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 147 llvm::hash_code Hash = in getModuleFileName()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1939 using llvm::hash_code; in getModuleHash() 1946 hash_code code = hash_value(getClangFullRepositoryVersion()); in getModuleHash()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 234 hash_code llvm::hash_value(const MachineOperand &MO) { in hash_value()
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/ |
| H A D | pr15031.ll | 261 %"class.llvm::hash_code" = type { i64 }
|
| /minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
| H A D | Record.cpp | 50 friend hash_code hash_value(const TableGenStringKey &Value) { in hash_value()
|