Searched refs:Ref2 (Results 1 – 5 of 5) sorted by relevance
35 DwarfStringPoolEntryRef Ref2(*StringEntry1); in TEST() local36 EXPECT_TRUE(Ref2.getString() == "Key1"); in TEST()37 EXPECT_TRUE(Ref2.getOffset() == 0); in TEST()38 EXPECT_TRUE(Ref2.getIndex() == 0); in TEST()39 EXPECT_TRUE(Ref1 == Ref2); in TEST()40 EXPECT_FALSE(Ref1 != Ref2); in TEST()82 EXPECT_TRUE(Ref2.getString() == "Key1"); in TEST()83 EXPECT_TRUE(Ref2.getOffset() == 0); in TEST()85 EXPECT_TRUE(Ref1 == Ref2); in TEST()86 EXPECT_FALSE(Ref1 != Ref2); in TEST()[all …]
730 const auto *Ref2 = cast<ReferenceType>(T2); in IsStructurallyEquivalent() local731 if (Ref1->isSpelledAsLValue() != Ref2->isSpelledAsLValue()) in IsStructurallyEquivalent()733 if (Ref1->isInnerRef() != Ref2->isInnerRef()) in IsStructurallyEquivalent()736 Ref2->getPointeeTypeAsWritten())) in IsStructurallyEquivalent()
78 template<typename U, typename Ptr2, typename Ref2>79 difference_type operator-(const __vector_iterator<U, Ptr2, Ref2> &rhs);
239 MDNode *Ref2 = MDNode::get(Context, Args); in TEST_F() local241 EXPECT_EQ(Ref1, Ref2); in TEST_F()257 MDNode *Ref2 = MDNode::get(Context, Args); in TEST_F() local259 EXPECT_EQ(Ref1, Ref2); in TEST_F()
521 TEST_F(StructuralEquivalenceCXXMethodTest, Ref2) { in TEST_F() argument