/external/clang/test/ARCMT/ |
atautorelease-2.m.result | 9 +alloc;
|
/external/clang/test/Analysis/ |
PR2599.m | 8 extern CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringRef format, ...); 28 + (id)alloc; 45 [[[NSString alloc] initWithBytesNoCopy: (void*)(bytes) length: (len) encoding: NSUTF8StringEncoding freeWhenDone: (BOOL)0] autorelease] 56 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
|
shallow-mode.m | 13 +(id)alloc;
|
variadic-method-types.m | 36 + (id)alloc; 82 [[[NSArray alloc] initWithObjects:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument to 'NSArray' method 'initWithObjects:' should be an Objective-C pointer type, not 'char *'}} 83 [[[NSDictionary alloc] initWithObjectsAndKeys:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument to 'NSDictionary' method 'initWithObjectsAndKeys:' should be an Objective-C pointer type, not 'char *'}} 84 [[[NSDictionary alloc] initWithObjectsAndKeys:@"Foo", (void*) 0, nil] autorelease]; // no-warning 85 [[[NSDictionary alloc] initWithObjectsAndKeys:@"Foo", kCGImageSourceShouldCache, nil] autorelease]; // no-warning 86 [[[NSDictionary alloc] initWithObjectsAndKeys:@"Foo", fooType, nil] autorelease]; // no-warning 87 [[[NSDictionary alloc] initWithObjectsAndKeys:@"Foo", barType, nil] autorelease]; // expected-warning {{Argument to 'NSDictionary' method 'initWithObjectsAndKeys:' should be an Objective-C pointer type, not 'BarType'}} 88 [[[NSSet alloc] initWithObjects:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument to 'NSSet' method 'initWithObjects:' should be an Objective-C pointer type, not 'char *'}} 89 [[[NSOrderedSet alloc] initWithObjects:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument to 'NSOrderedSet' method 'initWithObjects:' should be an Objective-C pointer type, not 'char *'}}
|
/external/clang/test/CodeGenObjC/ |
next-objc-dispatch.m | 51 + (id)alloc; 60 +(id) alloc { 61 return [super alloc]; 71 [I0 alloc];
|
/external/clang/test/Modules/Inputs/Module.framework/Headers/ |
Module.h | 17 +alloc;
|
/external/clang/test/PCH/ |
objc_methods.h | 4 + alloc; variable
|
objc_methods.m | 16 xx = [TestPCH alloc];
|
objc_property.m | 11 TestProperties *xx = [TestProperties alloc];
|
/external/clang/test/Parser/ |
objcxx11-attributes.mm | 4 + (X*) alloc; 24 [ [ X alloc ] init ]; 30 [[[[] { return [ X alloc ]; } () init] getSelf] getSize]; 65 [[x...] { return [ X alloc ]; }() init];
|
/external/linux-tools-perf/util/ |
help.h | 5 size_t alloc; member in struct:cmdnames
|
/external/lzma/C/ |
Alloc.h | 0 /* Alloc.h -- Memory allocation functions
|
/external/lzma/C/Util/Lzma/ |
makefile | 10 $O\Alloc.obj \
|
/external/skia/gm/ |
system_preferences_mac.mm | 13 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/valgrind/main/massif/tests/ |
alloc-fns-A.vgtest | 1 prog: alloc-fns
|
big-alloc.vgtest | 1 prog: big-alloc
|
/external/valgrind/main/memcheck/tests/ |
exitprog.stderr.exp | 3 Address 0x........ is 0 bytes after a block of size 1,000,000 alloc'd
|
fwrite.stderr.exp | 4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
|
inline.stderr.exp | 4 Address 0x........ is 0 bytes after a block of size 40 alloc'd
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
mempool.h | 29 mempool_alloc_t *alloc; member in struct:mempool_s
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
mempool.h | 29 mempool_alloc_t *alloc; member in struct:mempool_s
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
mempool.h | 29 mempool_alloc_t *alloc; member in struct:mempool_s
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
mempool.h | 29 mempool_alloc_t *alloc; member in struct:mempool_s
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
mempool.h | 29 mempool_alloc_t *alloc; member in struct:mempool_s
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
mempool.h | 29 mempool_alloc_t *alloc; member in struct:mempool_s
|