HomeSort by: relevance | last modified time | path
    Searched defs:Obj2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
virtfunc2.cc 29 class Obj2 : Obj, virtual public interface
36 Obj2 o2;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
virtfunc2.cc 29 class Obj2 : Obj, virtual public interface
36 Obj2 o2;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp 1157 const auto *Obj2 = cast<ObjCTypeParamType>(T2);
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);
1175 Obj2->getBaseType()))
1177 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
1181 Obj2->getProtocol(I)))

Completed in 48 milliseconds