Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dcopyconstructor.C22 TestObject(CONST TestObject& inObj);
26 TestObject& operator=(CONST TestObject& inObj);
33 TestObject::TestObject(CONST TestObject& inObj) in TestObject() argument
37 _version = inObj._version; in TestObject()
56 TestObject& TestObject::operator=(CONST TestObject& inObj)
59 _version = inObj._version;
Dreference.C25 TestObject(CONST TestObject& inObj);
29 TestObject& operator=(CONST TestObject& inObj);
38 TestObject::TestObject(CONST TestObject& inObj) in TestObject() argument
42 _version = inObj._version; in TestObject()
61 TestObject& TestObject::operator=(CONST TestObject& inObj)
64 _version = inObj._version;
/external/clang/test/CodeGenCXX/
Dcopy-in-cplus-object.cpp10 TestObject(const TestObject& inObj, int def = 100, const S &Silly = "silly");
13 TestObject& operator=(const TestObject& inObj);
/external/clang/test/SemaObjCXX/
Dproperty-synthesis-error.mm38 TCPPObject(const TCPPObject& inObj);
41 TCPPObject& operator=(const TCPPObject& inObj); // expected-note {{'operator=' declared here}}
49 Trivial(const Trivial& inObj);
Dproperty-reference.mm7 TCPPObject(const TCPPObject& inObj);
11 …TCPPObject& operator=(const TCPPObject& inObj)const ; // expected-note {{'operator=' declared here…
/external/clang/test/CodeGenObjCXX/
Dproperty-object-reference-2.mm11 TCPPObject(const TCPPObject& inObj, int i = DEFAULT());
12 TCPPObject& operator=(const TCPPObject& inObj);
Dproperty-object-reference-1.mm6 TCPPObject(const TCPPObject& inObj);