/external/llvm-project/clang/test/Analysis/ |
D | CFContainers-invalid.c | 4 typedef const struct __CFAllocator * CFAllocatorRef; typedef 9 extern const CFAllocatorRef kCFAllocatorDefault; 12 CFArrayRef CFArrayCreate(CFAllocatorRef); 13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef); 14 CFSetRef CFSetCreate(CFAllocatorRef);
|
D | cfref_PR2519.c | 8 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…
|
D | keychainAPI.m | 254 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 …]
|
D | CFContainers.mm | 6 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 …]
|
D | retaincountchecker-compoundregion.m | 12 typedef const struct __CFAllocator * CFAllocatorRef; typedef 16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value… 18 void foo(CFAllocatorRef allocator) {
|
D | plist-output-alternate.m | 44 typedef const struct __CFAllocator * CFAllocatorRef; typedef 45 extern const CFAllocatorRef kCFAllocatorDefault; 50 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
D | retain-release-region-store.m | 17 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…
|
D | retain-release-inline.m | 36 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 …]
|
D | retain-release.mm | 56 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/ |
D | CFContainers-invalid.c | 4 typedef const struct __CFAllocator * CFAllocatorRef; typedef 9 extern const CFAllocatorRef kCFAllocatorDefault; 12 CFArrayRef CFArrayCreate(CFAllocatorRef); 13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef); 14 CFSetRef CFSetCreate(CFAllocatorRef);
|
D | cfref_PR2519.c | 8 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…
|
D | keychainAPI.m | 246 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 …]
|
D | CFContainers.mm | 3 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 …]
|
D | retain-release-inline.m | 35 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 …]
|
D | retain-release.mm | 56 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 …]
|
D | retain-release-region-store.m | 17 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…
|
D | retain-release-gc-only.m | 25 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 …]
|
D | CFNumber.c | 4 typedef const struct __CFAllocator * CFAllocatorRef; typedef 16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 33 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/ |
D | system-header-simulator-objc.h | 43 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/ |
D | os_version_check.c | 45 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/ |
D | format-ostrace-warning.m | 11 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;
|
D | objc-cf-audited-warning.m | 14 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/ |
D | format-ostrace-warning.m | 11 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;
|
D | objc-cf-audited-warning.m | 14 typedef const struct __CFAllocator * CFAllocatorRef; typedef 15 const CFAllocatorRef kCFAllocatorDefault; 18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI…
|