/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 51 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}} interface 71 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 72 …NSAutoreleasePool *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}} 100 …NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo… 109 …++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was decl… 113 …NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo… [all …]
|
D | atautorelease.m | 11 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];
|
D | atautorelease-3.m | 5 @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];
|
D | atautorelease-2.m | 5 @interface NSAutoreleasePool interface 17 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 18 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init];
|
D | cxx-rewrite.mm | 14 NSAutoreleasePool *pool = [NSAutoreleasePool new]; 27 NSAutoreleasePool *pool = [NSAutoreleasePool new];
|
/external/webrtc/talk/media/devices/ |
D | macdevicemanagermm.mm | 89 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/ |
D | scoped_autorelease_pool.h | 29 @class NSAutoreleasePool; 31 class NSAutoreleasePool; variable 51 NSAutoreleasePool* pool_;
|
D | maccocoathreadhelper.mm | 27 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init]; 29 NSAutoreleasePool* hack; 30 hack = [[NSAutoreleasePool alloc] init];
|
/external/clang/test/SemaObjC/ |
D | ivar-access-package.m | 15 @interface NSAutoreleasePool : NSObject interface 41 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
|
/external/webrtc/webrtc/test/mac/ |
D | run_test.mm | 39 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 54 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/webrtc/webrtc/test/testsupport/mac/ |
D | run_threaded_main_mac.mm | 47 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; 63 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
|
/external/clang/test/Analysis/ |
D | uninit-ps-rdar6145427.m | 25 @interface NSAutoreleasePool : NSObject {} - (void)drain; @end interface 34 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
|
D | PR2599.m | 36 @interface NSAutoreleasePool : NSObject {} interface 56 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
|
/external/llvm/test/CodeGen/X86/ |
D | split-eh-lpad-edges.ll | 6 %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/ |
D | split-eh-lpad-edges.ll | 6 %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/ |
D | split-eh-lpad-edges.ll | 6 %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/ |
D | catch_default_main.hpp | 31 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
|
/external/antlr/runtime/ObjC/Framework/examples/lexertest-simple/ |
D | main.m | 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/python/cpython2/Mac/BuildScript/ |
D | seticon.m | 14 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
|
/external/python/cpython3/Mac/BuildScript/ |
D | seticon.m | 14 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
|
/external/antlr/runtime/ObjC/Framework/examples/combined/ |
D | main.m | 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/antlr/runtime/ObjC/Framework/examples/fuzzy/ |
D | main.m | 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/ |
D | main.m | 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
D | main.m | 9 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
D | main.m | 9 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|