Searched refs:Obj2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dvirtfunc2.cc29 class Obj2 : Obj, virtual public interface class in inherits:Obj,interface
36 Obj2 o2;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dvirtfunc2.cc29 class Obj2 : Obj, virtual public interface class in inherits:Obj,interface
36 Obj2 o2;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1157 const auto *Obj2 = cast<ObjCTypeParamType>(T2); local
1158 if (!IsStructurallyEquivalent(Context, Obj1->getDecl(), Obj2->getDecl()))
1161 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
1165 Obj2->getProtocol(I)))
1173 const auto *Obj2 = cast<ObjCObjectType>(T2); local
1175 Obj2->getBaseType()))
1177 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
1181 Obj2->getProtocol(I)))

Completed in 129 milliseconds