reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/DebugInfo/CodeView/TypeHashingTest.cpp
  102   IntPPP[0] = createPointerRecord(Ordering1, IntPP[0]);
  103   Args[0] = createArgListRecord(Ordering1, CharPP[0], IntPPP[0]);
  108   ASSERT_EQ(0x1002U, IntPPP[0].getIndex());
  131   IntPPP[1] = createPointerRecord(Ordering2, IntPP[1]);
  134   Args[1] = createArgListRecord(Ordering2, CharPP[1], IntPPP[1]);
  139   ASSERT_EQ(0x1001U, IntPPP[1].getIndex());
  151   EXPECT_EQ(hash_of(Hashes1, IntPPP[0]), hash_of(Hashes2, IntPPP[1]));
  151   EXPECT_EQ(hash_of(Hashes1, IntPPP[0]), hash_of(Hashes2, IntPPP[1]));