Searched refs:hash_of (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeHashingTest.cpp | 47 static ArrayRef<uint8_t> hash_of(ArrayRef<GloballyHashedType> Hashes, in hash_of() function 151 EXPECT_EQ(hash_of(Hashes1, IntPP[0]), hash_of(Hashes2, IntPP[1])); in TEST() 152 EXPECT_EQ(hash_of(Hashes1, IntPPP[0]), hash_of(Hashes2, IntPPP[1])); in TEST() 153 EXPECT_EQ(hash_of(Hashes1, CharPP[0]), hash_of(Hashes2, CharPP[1])); in TEST() 154 EXPECT_EQ(hash_of(Hashes1, Args[0]), hash_of(Hashes2, Args[1])); in TEST() 155 EXPECT_EQ(hash_of(Hashes1, Proc[0]), hash_of(Hashes2, Proc[1])); in TEST()
|