Searched refs:isLayoutIdentical (Results 1 – 4 of 4) sorted by relevance
34 EXPECT_TRUE(Foo->isLayoutIdentical(Bar)); in TEST()
324 bool isLayoutIdentical(StructType *Other) const;
594 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
509 if (DesiredSTy->isLayoutIdentical(STy)) in buildFrom()