HomeSort by relevance Sort by last modified time
    Searched defs:CFAllocatorRef (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Analysis/
CFContainers-invalid.c 4 typedef const struct __CFAllocator * CFAllocatorRef;
9 extern const CFAllocatorRef kCFAllocatorDefault;
12 CFArrayRef CFArrayCreate(CFAllocatorRef);
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
14 CFSetRef CFSetCreate(CFAllocatorRef);
CFNumber.c 4 typedef const struct __CFAllocator * CFAllocatorRef;
16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
cfref_PR2519.c 8 typedef const struct __CFAllocator * CFAllocatorRef;
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);
cfref_rdar6080742.c 15 typedef const struct __CFAllocator *CFAllocatorRef;
25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 33 typedef const struct __CFAllocator * CFAllocatorRef;
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 alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator)
    [all...]
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 30 if t0 != "CFAllocatorRef" and m0 != InMode:
230 CFAllocatorRef = FakeType("(CFAllocatorRef)NULL")
395 *p_itself = CFDataCreate((CFAllocatorRef)NULL, (unsigned char *)cStr, cLen);
431 *p_itself = CFStringCreateWithCString((CFAllocatorRef)NULL, cStr, kCFStringEncodingASCII);
440 *p_itself = CFStringCreateWithCharacters((CFAllocatorRef)NULL, unichars, size);
610 _rv = CFPropertyListCreateFromXMLData((CFAllocatorRef)NULL,

Completed in 120 milliseconds