Home
last modified time | relevance | path

Searched refs:Obj2 (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaObjCXX/
Ddelay-parsing-cplusfuncs.mm18 MyClass * Obj1, *Obj2; field
39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) {
43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; }
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp160 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() local
162 Obj2Set.push_back(Obj2.getBinary()); in TEST_F()
231 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() local
233 Obj2Set.push_back(Obj2.getBinary()); in TEST_F()
/external/antlr/runtime/ObjC/Framework/
DMapElement.h47 + (id) newMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2;
52 - (id) initWithObj1:(id)anObj1 Obj2:(id)anObj2;
DMapElement.m61 + (id) newMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2
63 return [[MapElement alloc] initWithObj1:anObj1 Obj2:anObj2];
107 - (id) initWithObj1:(id)anIndex Obj2:(id)aNode
DBaseTreeAdaptor.m346 …Element *aMapNode = [MapElement newMapElementWithObj1:[ACNumber numberWithInteger:anID] Obj2:node];
/external/scapy/scapy/contrib/
Dmodbus.uts300 …ficationResponse(objCount=2)/ModbusObjectId(id=0, value="Obj1")/ModbusObjectId(id=1, value="Obj2"))
/external/clang/lib/AST/
DASTImporter.cpp902 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local
905 Obj2->getBaseType())) in IsStructurallyEquivalent()
907 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()
912 Obj2->getProtocol(I))) in IsStructurallyEquivalent()