Home
last modified time | relevance | path

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

/external/go-cmp/cmp/
Dcompare_test.go202 type Iface2 interface {
564 x: struct{ I Iface2 }{},
565 y: struct{ I Iface2 }{},
575 x: struct{ I Iface2 }{},
576 y: struct{ I Iface2 }{},
586 x: struct{ I Iface2 }{},
587 y: struct{ I Iface2 }{},
/external/clang/lib/AST/
DASTImporter.cpp893 const ObjCInterfaceType *Iface2 = cast<ObjCInterfaceType>(T2); in IsStructurallyEquivalent() local
895 Iface1->getDecl(), Iface2->getDecl())) in IsStructurallyEquivalent()