Home
last modified time | relevance | path

Searched refs:IntPPP (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp81 TypeIndex IntPPP[2]; in TEST() local
103 IntPPP[0] = createPointerRecord(Ordering1, IntPP[0]); in TEST()
104 Args[0] = createArgListRecord(Ordering1, CharPP[0], IntPPP[0]); in TEST()
109 ASSERT_EQ(0x1002U, IntPPP[0].getIndex()); in TEST()
132 IntPPP[1] = createPointerRecord(Ordering2, IntPP[1]); in TEST()
135 Args[1] = createArgListRecord(Ordering2, CharPP[1], IntPPP[1]); in TEST()
140 ASSERT_EQ(0x1001U, IntPPP[1].getIndex()); in TEST()
152 EXPECT_EQ(hash_of(Hashes1, IntPPP[0]), hash_of(Hashes2, IntPPP[1])); in TEST()