• Home
  • Raw
  • Download

Lines Matching refs:NSAutoreleasePool

51 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}}  interface
71 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
72NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutorele…
77 …chunkPool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailab…
87 NSAutoreleasePool * pool; // expected-error {{'NSAutoreleasePool' is unavailable}}
90 id x = pool; // We won't touch a NSAutoreleasePool if we can't safely
94 … pool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailable}}
100NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo…
109 …++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was decl…
113NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo…
120 …struct S *var; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that i…
125NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo…
132 …int x = Bar; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it …
136NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo…
143 …Bar x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was de…