Searched refs:Obj2 (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/SemaObjCXX/ |
D | delay-parsing-cplusfuncs.mm | 18 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/ |
D | ObjectLinkingLayerTest.cpp | 160 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 175 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() local 195 cantFail(ObjLayer.addObject(K2, std::move(Obj2))); in TEST_F() 255 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() local 259 cantFail(ObjLayer.addObject(ES.allocateVModule(), std::move(Obj2))); in TEST_F()
|
D | ObjectTransformLayerTest.cpp | 207 auto Obj2 = std::make_shared<MockObjectFile>(222); in TEST() local 208 M.expectAddObject(K2, Obj2); in TEST() 209 cantFail(T2.addObject(K2, Obj2)); in TEST() 211 EXPECT_EQ(223, *Obj2) << "Expected mutation"; in TEST()
|
/external/antlr/runtime/ObjC/Framework/ |
D | MapElement.h | 47 + (id) newMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2; 52 - (id) initWithObj1:(id)anObj1 Obj2:(id)anObj2;
|
D | MapElement.m | 61 + (id) newMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2 63 return [[MapElement alloc] initWithObj1:anObj1 Obj2:anObj2]; 107 - (id) initWithObj1:(id)anIndex Obj2:(id)aNode
|
D | BaseTreeAdaptor.m | 346 …Element *aMapNode = [MapElement newMapElementWithObj1:[ACNumber numberWithInteger:anID] Obj2:node];
|
/external/scapy/scapy/contrib/ |
D | modbus.uts | 300 …ficationResponse(objCount=2)/ModbusObjectId(id=0, value="Obj1")/ModbusObjectId(id=1, value="Obj2"))
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 902 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()
|