Lines Matching refs:init
19 -(id)init; method
66 -(id)init; method
71 -(id)init { method
72 …ndleFailureInMethod:_cmd object:self file:[NSString stringWithUTF8String:"init.m"] lineNumber:21 d…
87 self = [super init];
95 [super init];
99 …ected-warning {{Returning 'self' while it is not set to the result of '[(super or self) init...]'}}
103 if ((self = [super init]))
130 if ((self = [super init])) {
152 [super init];
157 if (self == [super init]) {
170 [super init];
172 …ected-warning {{Returning 'self' while it is not set to the result of '[(super or self) init...]'}}
176 if (!(self = [super init]))
182 somePtr = [super init];
189 somePtr = [super init];
195 self = [super init];
205 self = [super init];
211 [super init];
222 - (id)init { return self; } method
234 if (self=[super init]) {
254 _size = [[Object alloc] init];
260 // Test for radar://11125870: init constructing a special instance.
266 return [[MyClass alloc] init];
269 if ((self = [super init])) {
277 if ((self = [super init])) {
297 self = [super init];