Home
last modified time | relevance | path

Searched refs:CFAllocatorRef (Results 1 – 25 of 77) sorted by relevance

1234

/external/llvm-project/clang/test/Analysis/
DCFContainers-invalid.c4 typedef const struct __CFAllocator * CFAllocatorRef; typedef
9 extern const CFAllocatorRef kCFAllocatorDefault;
12 CFArrayRef CFArrayCreate(CFAllocatorRef);
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
14 CFSetRef CFSetCreate(CFAllocatorRef);
Dcfref_PR2519.c8 typedef const struct __CFAllocator * CFAllocatorRef; typedef
9 extern const CFAllocatorRef kCFAllocatorDefault;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void *…
23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
DkeychainAPI.m254 typedef const struct __CFAllocator * CFAllocatorRef; typedef
255 extern const CFAllocatorRef kCFAllocatorDefault;
256 extern const CFAllocatorRef kCFAllocatorSystemDefault;
257 extern const CFAllocatorRef kCFAllocatorMalloc;
258 extern const CFAllocatorRef kCFAllocatorMallocZone;
259 extern const CFAllocatorRef kCFAllocatorNull;
260 extern const CFAllocatorRef kCFAllocatorUseContext;
261 …hBytesNoCopy(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding encodi…
263 void DellocWithCFStringCreate1(CFAllocatorRef alloc) {
276 void DellocWithCFStringCreate2(CFAllocatorRef alloc) {
[all …]
DCFContainers.mm6 typedef const struct __CFAllocator * CFAllocatorRef; typedef
11 const CFAllocatorRef kCFAllocatorDefault;
12 typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocator, const void *value);
13 typedef void (*CFArrayReleaseCallBack)(CFAllocatorRef allocator, const void *value);
24 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF…
50 typedef const void * (*CFDictionaryRetainCallBack)(CFAllocatorRef allocator, const void *value);
51 typedef void (*CFDictionaryReleaseCallBack)(CFAllocatorRef allocator, const void *value);
56 typedef const void * (*CFSetRetainCallBack)(CFAllocatorRef allocator, const void *value);
57 typedef void (*CFSetReleaseCallBack)(CFAllocatorRef allocator, const void *value);
80 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values…
[all …]
Dretaincountchecker-compoundregion.m12 typedef const struct __CFAllocator * CFAllocatorRef; typedef
16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
18 void foo(CFAllocatorRef allocator) {
Dplist-output-alternate.m44 typedef const struct __CFAllocator * CFAllocatorRef; typedef
45 extern const CFAllocatorRef kCFAllocatorDefault;
50 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
Dretain-release-region-store.m17 typedef const struct __CFAllocator * CFAllocatorRef; typedef
18 extern const CFAllocatorRef kCFAllocatorDefault;
27 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
33 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
37 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
69 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
71 extern DADiskRef DADiskCreateFromBSDName( CFAllocatorRef allocator, DASessionRef session, const cha…
72 extern DADiskRef DADiskCreateFromIOMedia( CFAllocatorRef allocator, DASessionRef session, io_servic…
81 extern DADissenterRef DADissenterCreate( CFAllocatorRef allocator, DAReturn status, CFStringRef str…
Dretain-release-inline.m36 typedef const struct __CFAllocator * CFAllocatorRef; typedef
37 extern const CFAllocatorRef kCFAllocatorDefault;
46 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
59 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
63 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
68 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
79 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
82 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
83 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFInd…
168 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
[all …]
Dretain-release.mm56 typedef const struct __CFAllocator * CFAllocatorRef; typedef
57 extern const CFAllocatorRef kCFAllocatorDefault;
66 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
68 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF…
81 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
85 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
86 extern CFStringRef CFStringCreateCopy(CFAllocatorRef alloc, CFStringRef theString);
91 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
102 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
105 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
[all …]
/external/clang/test/Analysis/
DCFContainers-invalid.c4 typedef const struct __CFAllocator * CFAllocatorRef; typedef
9 extern const CFAllocatorRef kCFAllocatorDefault;
12 CFArrayRef CFArrayCreate(CFAllocatorRef);
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
14 CFSetRef CFSetCreate(CFAllocatorRef);
Dcfref_PR2519.c8 typedef const struct __CFAllocator * CFAllocatorRef; typedef
9 extern const CFAllocatorRef kCFAllocatorDefault;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void *…
23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
DkeychainAPI.m246 typedef const struct __CFAllocator * CFAllocatorRef; typedef
247 extern const CFAllocatorRef kCFAllocatorDefault;
248 extern const CFAllocatorRef kCFAllocatorSystemDefault;
249 extern const CFAllocatorRef kCFAllocatorMalloc;
250 extern const CFAllocatorRef kCFAllocatorMallocZone;
251 extern const CFAllocatorRef kCFAllocatorNull;
252 extern const CFAllocatorRef kCFAllocatorUseContext;
253 …hBytesNoCopy(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding encodi…
256 void DellocWithCFStringCreate1(CFAllocatorRef alloc) {
269 void DellocWithCFStringCreate2(CFAllocatorRef alloc) {
[all …]
DCFContainers.mm3 typedef const struct __CFAllocator * CFAllocatorRef; typedef
8 const CFAllocatorRef kCFAllocatorDefault;
9 typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocator, const void *value);
10 typedef void (*CFArrayReleaseCallBack)(CFAllocatorRef allocator, const void *value);
21 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF…
47 typedef const void * (*CFDictionaryRetainCallBack)(CFAllocatorRef allocator, const void *value);
48 typedef void (*CFDictionaryReleaseCallBack)(CFAllocatorRef allocator, const void *value);
53 typedef const void * (*CFSetRetainCallBack)(CFAllocatorRef allocator, const void *value);
54 typedef void (*CFSetReleaseCallBack)(CFAllocatorRef allocator, const void *value);
77 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values…
[all …]
Dretain-release-inline.m35 typedef const struct __CFAllocator * CFAllocatorRef; typedef
36 extern const CFAllocatorRef kCFAllocatorDefault;
45 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
58 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
62 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
67 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
78 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
81 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
82 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFInd…
165 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
[all …]
Dretain-release.mm56 typedef const struct __CFAllocator * CFAllocatorRef; typedef
57 extern const CFAllocatorRef kCFAllocatorDefault;
66 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
68 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF…
81 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
85 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
86 extern CFStringRef CFStringCreateCopy(CFAllocatorRef alloc, CFStringRef theString);
91 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
102 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
105 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
[all …]
Dretain-release-region-store.m17 typedef const struct __CFAllocator * CFAllocatorRef; typedef
18 extern const CFAllocatorRef kCFAllocatorDefault;
27 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
33 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
37 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
69 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
71 extern DADiskRef DADiskCreateFromBSDName( CFAllocatorRef allocator, DASessionRef session, const cha…
72 extern DADiskRef DADiskCreateFromIOMedia( CFAllocatorRef allocator, DASessionRef session, io_servic…
81 extern DADissenterRef DADissenterCreate( CFAllocatorRef allocator, DAReturn status, CFStringRef str…
Dretain-release-gc-only.m25 typedef const struct __CFAllocator * CFAllocatorRef; typedef
26 extern const CFAllocatorRef kCFAllocatorDefault;
35 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
48 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
52 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
57 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
68 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
71 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
72 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFInd…
161 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
[all …]
DCFNumber.c4 typedef const struct __CFAllocator * CFAllocatorRef; typedef
16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h33 typedef const struct __CFAllocator * CFAllocatorRef; typedef
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,…
127 …bleWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex ca…
128 …Ref CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encod…
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h43 typedef const struct __CFAllocator * CFAllocatorRef; typedef
44 extern const CFAllocatorRef kCFAllocatorDefault;
45 extern const CFAllocatorRef kCFAllocatorSystemDefault;
46 extern const CFAllocatorRef kCFAllocatorMalloc;
47 extern const CFAllocatorRef kCFAllocatorMallocZone;
48 extern const CFAllocatorRef kCFAllocatorNull;
136 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
142 …bleWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex ca…
143 …Ref CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encod…
/external/llvm-project/compiler-rt/lib/builtins/
Dos_version_check.c45 typedef const void *CFDataRef, *CFAllocatorRef, *CFPropertyListRef, typedef
69 typedef CFDataRef (*CFDataCreateWithBytesNoCopyFuncTy)(CFAllocatorRef,
71 CFAllocatorRef);
73 CFAllocatorRef, CFDataRef, CFOptionFlags, CFPropertyListFormat *,
76 CFAllocatorRef, CFDataRef, CFOptionFlags, CFStringRef *);
77 typedef CFStringRef (*CFStringCreateWithCStringNoCopyFuncTy)(CFAllocatorRef,
80 CFAllocatorRef);
112 const CFAllocatorRef AllocatorNull = *(const CFAllocatorRef *)NullAllocator; in _initializeAvailabilityCheck()
/external/clang/test/SemaObjC/
Dformat-ostrace-warning.m11 typedef const struct __CFAllocator * CFAllocatorRef; typedef
20 CFStringRef CStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, const char…
23 CFStringRef CStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOptions…
32 CFAllocatorRef alloc;
Dobjc-cf-audited-warning.m14 typedef const struct __CFAllocator * CFAllocatorRef; typedef
15 const CFAllocatorRef kCFAllocatorDefault;
18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI…
/external/llvm-project/clang/test/SemaObjC/
Dformat-ostrace-warning.m11 typedef const struct __CFAllocator * CFAllocatorRef; typedef
20 CFStringRef CStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, const char…
23 CFStringRef CStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOptions…
32 CFAllocatorRef alloc;
Dobjc-cf-audited-warning.m14 typedef const struct __CFAllocator * CFAllocatorRef; typedef
15 const CFAllocatorRef kCFAllocatorDefault;
18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI…

1234