Searched refs:MyObj (Results 1 – 4 of 4) sorted by relevance
52 @class MyObj;53 extern id _commonInit(MyObj *self);55 @interface MyObj : NSObject { interface69 @implementation MyObj implementation206 self = [MyObj commonInitMember:self];212 self = [MyObj commonInitMember:self];
197 @interface MyObj : NSObject interface204 @implementation MyObj implementation226 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}}
84 typedef Object MyObj; typedef92 const char *ee = @encode(MyObj *const);111 const char g5[] = @encode(MyObj * const);
114 MyObj = function() { FAIL; } class119 return new MyObj();