Home
last modified time | relevance | path

Searched refs:MyObj (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Analysis/
Dself-init.m52 @class MyObj;
53 extern id _commonInit(MyObj *self);
55 @interface MyObj : NSObject { interface
69 @implementation MyObj implementation
206 self = [MyObj commonInitMember:self];
212 self = [MyObj commonInitMember:self];
Dretain-release-path-notes.m197 @interface MyObj : NSObject interface
204 @implementation MyObj implementation
226 id x = [[MyObj alloc] initX]; // expected-warning {{Potential leak of an object}}
232 id y = [[MyObj alloc] initY];
237 id z = [[MyObj alloc] initZ]; // expected-warning {{Potential leak of an object}}
/external/clang/test/CodeGenObjC/
Dencode-test.m84 typedef Object MyObj; typedef
92 const char *ee = @encode(MyObj *const);
111 const char g5[] = @encode(MyObj * const);
/external/v8/test/mjsunit/
Dstack-traces.js114 MyObj = function() { FAIL; } class
119 return new MyObj();