Home | History | Annotate | Download | only in CodeGenObjC

Lines Matching full:initwith

95 - (id) initWith: (int) x;
140 id x = [[Test3 alloc] initWith: 5];
149 // Call to -initWith: with elided retain of consumed argument.
187 // Call to -initWith: with elided retain of consumed argument.
200 return [[Test3 alloc] initWith: 6];