Searched defs:CFAllocatorRef (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Analysis/
H A DCFContainers-invalid.c4 typedef const struct __CFAllocator * CFAllocatorRef; typedef in typeref:struct:__CFAllocator
9 extern const CFAllocatorRef kCFAllocatorDefault;
12 CFArrayRef CFArrayCreate(CFAllocatorRef);
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
14 CFSetRef CFSetCreate(CFAllocatorRef);
H A DCFNumber.c4 typedef const struct __CFAllocator * CFAllocatorRef; typedef in typeref:struct:__CFAllocator
16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
H A Dcfref_PR2519.c8 typedef const struct __CFAllocator * CFAllocatorRef; typedef in typeref:struct:__CFAllocator
9 extern const CFAllocatorRef kCFAllocatorDefault;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
H A Dcfref_rdar6080742.c15 typedef const struct __CFAllocator *CFAllocatorRef; typedef in typeref:struct:__CFAllocator
25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h33 typedef const struct __CFAllocator * CFAllocatorRef; typedef in typeref:struct:__CFAllocator
34 extern const CFAllocatorRef kCFAllocatorDefault;
35 extern const CFAllocatorRef kCFAllocatorSystemDefault;
36 extern const CFAllocatorRef kCFAllocatorMalloc;
37 extern const CFAllocatorRef kCFAllocatorMallocZone;
38 extern const CFAllocatorRef kCFAllocatorNull;
121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
128 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef allo
[all...]

Completed in 82 milliseconds