Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp80 TypeIndex IntPP[2]; in TEST() local
102 IntPP[0] = createPointerRecord(Ordering1, IntP); in TEST()
103 IntPPP[0] = createPointerRecord(Ordering1, IntPP[0]); in TEST()
105 Proc[0] = createProcedureRecord(Ordering1, 2, IntPP[0], Args[0]); in TEST()
108 ASSERT_EQ(0x1001U, IntPP[0].getIndex()); in TEST()
131 IntPP[1] = createPointerRecord(Ordering2, IntP); in TEST()
132 IntPPP[1] = createPointerRecord(Ordering2, IntPP[1]); in TEST()
136 Proc[1] = createProcedureRecord(Ordering2, 2, IntPP[1], Args[1]); in TEST()
139 ASSERT_EQ(0x1000U, IntPP[1].getIndex()); in TEST()
151 EXPECT_EQ(hash_of(Hashes1, IntPP[0]), hash_of(Hashes2, IntPP[1])); in TEST()