| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 142 CFCReleaser<CFDictionaryRef> dict( in LocateMacOSXFilesUsingDebugSymbols() 144 CFDictionaryRef uuid_dict = NULL; in LocateMacOSXFilesUsingDebugSymbols() 147 uuid_dict = static_cast<CFDictionaryRef>( in LocateMacOSXFilesUsingDebugSymbols() 339 CFDictionaryRef cf_dict; in GetModuleSpecInfoFromUUIDDictionary() 350 (CFDictionaryRef)uuid_dict, CFSTR("DBGSymbolRichExecutable")); in GetModuleSpecInfoFromUUIDDictionary() 383 cf_dict = (CFDictionaryRef)CFDictionaryGetValue( in GetModuleSpecInfoFromUUIDDictionary() 384 (CFDictionaryRef)uuid_dict, CFSTR("DBGSourcePathRemapping")); in GetModuleSpecInfoFromUUIDDictionary() 414 CFDictionaryGetKeysAndValues((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary() 629 CFCReleaser<CFDictionaryRef> plist( in DownloadObjectAndSymbolFile() 630 (CFDictionaryRef)::CFPropertyListCreateFromXMLData( in DownloadObjectAndSymbolFile() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | objc2-write-barrier.m | 9 typedef const struct __CFDictionary * CFDictionaryRef; typedef 25 __strong CFDictionaryRef cfElement; 26 __strong CFDictionaryRef cfElementArray[10]; 32 __strong CFDictionaryRef dict; 33 __strong CFDictionaryRef dictArray[3]; 48 __strong CFDictionaryRef Gdict; 49 __strong CFDictionaryRef Gdictarray[10]; 67 static __strong CFDictionaryRef staticGdict; 68 static __strong CFDictionaryRef staticGdictarray[10];
|
| H A D | objc2-assign-global.m | 5 typedef const struct __CFDictionary * CFDictionaryRef; typedef 9 __strong CFDictionaryRef cfElement; 10 __strong CFDictionaryRef cfElementArray[10]; 30 __strong CFDictionaryRef Gdict; 31 __strong CFDictionaryRef Gdictarray[10]; 43 static __strong CFDictionaryRef staticGdict; 44 static __strong CFDictionaryRef staticGdictarray[10];
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cfref_PR2519.c | 19 typedef const struct __CFDictionary * CFDictionaryRef; typedef 20 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void *… 27 …FNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boo… 37 …CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main()
|
| H A D | CFContainers-invalid.c | 6 typedef const struct __CFDictionary * CFDictionaryRef; typedef 13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
|
| H A D | retain-release-arc.m | 19 typedef struct __CFDictionary * CFDictionaryRef; typedef 91 …CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p… 109 …CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p… 116 - (CFDictionaryRef)copyTestReturningCoreFoundation:(NSData *)plistData { 118 …CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p…
|
| H A D | misc-ps-64.m | 12 typedef const struct __CFDictionary * CFDictionaryRef; typedef 14 extern Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void *…
|
| H A D | CFContainers.mm | 49 typedef const struct __CFDictionary * CFDictionaryRef; typedef 80 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values… 92 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values… 135 …CFDictionaryRef dict1 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)… 136 …CFDictionaryRef dict2 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)elems[0], (const voi… 140 …CFDictionaryRef dict3 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)…
|
| H A D | delegates.m | 19 typedef const struct __CFDictionary * CFDictionaryRef; typedef 20 const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key); 21 extern CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CF…
|
| H A D | retain-release.mm | 79 typedef const struct __CFDictionary * CFDictionaryRef; typedef 105 …ngRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDictionaryRef attributes) ; 178 io_service_t IOServiceGetMatchingService( mach_port_t mainPort, CFDictionaryRef matching ); 179 kern_return_t IOServiceGetMatchingServices( mach_port_t mainPort, CFDictionaryRef matching, io_i… 180 …fication( mach_port_t mainPort, const io_name_t notificationType, CFDictionaryRef matching, ma… 181 …ONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, … 192 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk ); 232 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
|
| H A D | retain-release-inline.m | 57 typedef const struct __CFDictionary * CFDictionaryRef; typedef 82 …ngRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDictionaryRef attributes) ; 158 io_service_t IOServiceGetMatchingService( mach_port_t mainPort, CFDictionaryRef matching ); 159 kern_return_t IOServiceGetMatchingServices( mach_port_t mainPort, CFDictionaryRef matching, io_i… 160 …fication( mach_port_t mainPort, const io_name_t notificationType, CFDictionaryRef matching, ma… 161 …ONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, … 172 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk ); 212 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
|
| H A D | retain-release.m | 107 typedef const struct __CFDictionary * CFDictionaryRef; typedef 1090 CFDictionaryRef matching = CreateDict(); 1106 CFDictionaryRef matching = CreateDict(); 1112 CFDictionaryRef matching = CreateDict(); 1120 CFDictionaryRef matching = CreateDict(); 1290 CFDictionaryRef pixelBufferAttributes, 1308 CFDictionaryRef pixelBufferAttributes, 1345 CFDictionaryRef pixelBufferAttributes, 1423 _Nullable CFDictionaryRef frameProperties, 1440 _Nullable CFDictionaryRef frameProperties [all …]
|
| H A D | NSString.m | 33 typedef const struct __CFDictionary * CFDictionaryRef; typedef 34 const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key); 35 extern CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CF… 163 NSString* f11(CFDictionaryRef dict, const char* key) {
|
| H A D | retain-release-region-store.m | 29 typedef const struct __CFDictionary * CFDictionaryRef; typedef 73 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk );
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | format-ostrace-warning.m | 14 typedef const struct __CFDictionary * CFDictionaryRef; typedef 20 CFStringRef CStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, const char… 23 CFStringRef CStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOptions… 26 void CStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, const char* f… 29 void CStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, c…
|
| H A D | format-cstrings-warning.m | 46 typedef const struct __CFDictionary * CFDictionaryRef; typedef 50 CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringR… 53 CFStringRef CFStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOption… 56 void CFStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef … 59 void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, …
|
| H A D | objcbridge-attribute.m | 20 typedef struct __attribute__((objc_bridge(NSDictionary))) __CFDictionary * CFDictionaryRef; // expe… typedef 138 CFDictionaryRef bar(void) __attribute__((cf_returns_not_retained)); 142 …NSNumber *w2 = (NSNumber*) bar(); // expected-error {{CF object of type 'CFDictionaryRef' (aka 'st…
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | os_version_check.c | 46 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef 81 typedef const void *(*CFDictionaryGetValueFuncTy)(CFDictionaryRef, 175 CFDictionaryRef PListRef = NULL; in _initializeAvailabilityCheck()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | SymbolMap.cpp | 87 CFDictionaryRef plist = (CFDictionaryRef)CFPropertyListCreateWithStream( in Load()
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-arc-cf-annotations.m | 102 typedef const struct __CFDictionary * CFDictionaryRef; typedef 980 CF_RETURNS_RETAINED CFDictionaryRef CreateDict(void); 985 CFDictionaryRef matching = CreateDict(); 1001 CFDictionaryRef matching = CreateDict(); 1007 CFDictionaryRef matching = CreateDict(); 1015 CFDictionaryRef matching = CreateDict(); 1185 CFDictionaryRef pixelBufferAttributes, 1203 CFDictionaryRef pixelBufferAttributes, 1214 CFDictionaryRef pixelBufferAttributes, 1240 CFDictionaryRef pixelBufferAttributes, [all …]
|
| H A D | objcmt-arc-cf-annotations.m.result | 108 typedef const struct __CFDictionary * CFDictionaryRef; 1022 CF_RETURNS_RETAINED CFDictionaryRef CreateDict(void); 1027 CFDictionaryRef matching = CreateDict(); 1043 CFDictionaryRef matching = CreateDict(); 1049 CFDictionaryRef matching = CreateDict(); 1057 CFDictionaryRef matching = CreateDict(); 1227 CFDictionaryRef pixelBufferAttributes, 1245 CFDictionaryRef pixelBufferAttributes, 1256 CFDictionaryRef pixelBufferAttributes, 1282 CFDictionaryRef pixelBufferAttributes, [all …]
|
| H A D | objcmt-ns-returns-inner-pointer.m | 75 typedef const struct __CFDictionary * CFDictionaryRef; typedef
|
| H A D | objcmt-migrate-all.m | 76 typedef const struct __CFDictionary * CFDictionaryRef; typedef
|
| H A D | objcmt-migrate-all.m.result | 76 typedef const struct __CFDictionary * CFDictionaryRef;
|
| H A D | objcmt-ns-returns-inner-pointer.m.result | 75 typedef const struct __CFDictionary * CFDictionaryRef;
|