Searched refs:Obj2 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/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/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/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/llvm-project/clang/lib/AST/ |
D | ASTStructuralEquivalence.cpp | 1139 const auto *Obj2 = cast<ObjCTypeParamType>(T2); in IsStructurallyEquivalent() local 1140 if (!IsStructurallyEquivalent(Context, Obj1->getDecl(), Obj2->getDecl())) in IsStructurallyEquivalent() 1143 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent() 1147 Obj2->getProtocol(I))) in IsStructurallyEquivalent() 1155 const auto *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local 1157 Obj2->getBaseType())) in IsStructurallyEquivalent() 1159 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent() 1163 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
|
/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()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AttrDocs.td | 76 __attribute__((init_priority(101))) SomeType Obj2; 78 ``Obj2`` will be initialized *before* ``Obj1`` despite the usual order of
|