Home
last modified time | relevance | path

Searched refs:NSAutoreleasePool (Results 1 – 25 of 62) sorted by relevance

123

/external/clang/test/ARCMT/
Datautorelease-check.m51 @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…
[all …]
Datautorelease.m11 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
14 NSAutoreleasePool * pool = [NSAutoreleasePool new];
20 NSAutoreleasePool * pool1 = [[NSAutoreleasePool alloc] init];
28 NSAutoreleasePool *pool1;
30 pool1 = [NSAutoreleasePool new];
33 NSAutoreleasePool *pool2 = [[NSAutoreleasePool alloc] init];
43 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
57 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
Datautorelease-3.m5 @interface NSAutoreleasePool interface
18 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
19 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init];
21 chunkPool = [[NSAutoreleasePool alloc] init];
30 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
31 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init];
33 chunkPool = [[NSAutoreleasePool alloc] init];
Datautorelease-2.m5 @interface NSAutoreleasePool interface
17 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
18 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init];
Dcxx-rewrite.mm14 NSAutoreleasePool *pool = [NSAutoreleasePool new];
27 NSAutoreleasePool *pool = [NSAutoreleasePool new];
/external/webrtc/talk/media/devices/
Dmacdevicemanagermm.mm89 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
102 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
110 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
152 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
/external/webrtc/webrtc/base/
Dscoped_autorelease_pool.h29 @class NSAutoreleasePool;
31 class NSAutoreleasePool; variable
51 NSAutoreleasePool* pool_;
Dmaccocoathreadhelper.mm27 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init];
29 NSAutoreleasePool* hack;
30 hack = [[NSAutoreleasePool alloc] init];
/external/clang/test/SemaObjC/
Divar-access-package.m15 @interface NSAutoreleasePool : NSObject interface
41 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
/external/webrtc/webrtc/test/mac/
Drun_test.mm39 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
54 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/external/webrtc/webrtc/test/testsupport/mac/
Drun_threaded_main_mac.mm47 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
63 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
/external/clang/test/Analysis/
Duninit-ps-rdar6145427.m25 @interface NSAutoreleasePool : NSObject {} - (void)drain; @end interface
34 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
DPR2599.m36 @interface NSAutoreleasePool : NSObject {} interface
56 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
/external/llvm/test/CodeGen/X86/
Dsplit-eh-lpad-edges.ll6 %struct.NSAutoreleasePool = type { %struct.NSObject, i8*, i8*, i8*, i8* }
30 …%pool.1 = phi %struct.NSAutoreleasePool* [ null, %entry ], [ null, %invcont ], [ null, %invcont26 …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsplit-eh-lpad-edges.ll6 %struct.NSAutoreleasePool = type { %struct.NSObject, i8*, i8*, i8*, i8* }
30 …%pool.1 = phi %struct.NSAutoreleasePool* [ null, %entry ], [ null, %invcont ], [ null, %invcont26 …
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dsplit-eh-lpad-edges.ll6 %struct.NSAutoreleasePool = type { %struct.NSObject, i8*, i8*, i8*, i8* }
30 …%pool.1 = phi %struct.NSAutoreleasePool* [ null, %entry ], [ null, %invcont ], [ null, %invcont26 …
/external/catch2/include/internal/
Dcatch_default_main.hpp31 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
/external/antlr/runtime/ObjC/Framework/examples/lexertest-simple/
Dmain.m8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/external/python/cpython2/Mac/BuildScript/
Dseticon.m14 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
/external/python/cpython3/Mac/BuildScript/
Dseticon.m14 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
/external/antlr/runtime/ObjC/Framework/examples/combined/
Dmain.m8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/external/antlr/runtime/ObjC/Framework/examples/fuzzy/
Dmain.m8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/
Dmain.m8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/external/antlr/runtime/ObjC/Framework/examples/scopes/
Dmain.m9 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
Dmain.m9 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];

123