Searched refs:testEntry2 (Results 1 – 1 of 1) sorted by relevance
1963 const TestEntry *testEntry, const TestEntry *testEntry2, in compareEntries() argument1966 if (!testEntry->isBad() && !testEntry2->isBad() in compareEntries()1968 && (!traversed2 && testEntry2->isConcrete())) { in compareEntries()1971 CPPUNIT_ASSERT( (entry == entry2) == (testEntry == testEntry2) ); in compareEntries()1972 CPPUNIT_ASSERT( (entry == entry2) == (testEntry2 == testEntry) ); in compareEntries()1973 CPPUNIT_ASSERT( (entry != entry2) == (testEntry != testEntry2) ); in compareEntries()1974 CPPUNIT_ASSERT( (entry != entry2) == (testEntry2 != testEntry) ); in compareEntries()2030 TestEntry *testEntry2 = testEntries[k]; in ComparisonTest() local2031 TestEntry *traversedTestEntry2 = resolve_link(testEntry2); in ComparisonTest()2032 BEntry entry2(testEntry2->cpath); in ComparisonTest()[all …]