| /llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCMutableDictionary.cpp | 13 : CFCReleaser<CFMutableDictionaryRef>(s) {} in CFCMutableDictionary() 31 CFMutableDictionaryRef dict = get(); in GetCount() 40 CFMutableDictionaryRef dict = get(); in GetCountOfKey() 49 CFMutableDictionaryRef dict = get(); in GetCountOfValue() 57 CFMutableDictionaryRef dict = get(); in GetKeysAndValues() 65 CFMutableDictionaryRef dict = get(); in GetValue() 74 CFMutableDictionaryRef dict = get(); in GetValueIfPresent() 81 CFMutableDictionaryRef dict = get(); in Dictionary() 442 CFMutableDictionaryRef dict = get(); in RemoveAllValues() 448 CFMutableDictionaryRef dict = get(); in RemoveValue() [all …]
|
| H A D | CFCMutableDictionary.h | 14 class CFCMutableDictionary : public CFCReleaser<CFMutableDictionaryRef> { 17 CFCMutableDictionary(CFMutableDictionaryRef s = NULL); 57 CFMutableDictionaryRef Dictionary(bool can_create);
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | objcbridgemutable-attribute.m | 4 …e__((objc_bridge_mutable(NSMutableDictionary))) __CFDictionary * CFMutableDictionaryRef; // expect… typedef 22 void Test(NSMutableDictionary *md, NSDictionary *nd, CFMutableDictionaryRef mcf, CFMutableDictionar… 24 (void) (CFMutableDictionaryRef)md; 25 …(void) (CFMutableDictionaryRef)nd; // expected-warning {{'NSDictionary' cannot bridge to 'CFMutabl…
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-objc.h | 135 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 136 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 137 void CFDictionarySetValue(CFMutableDictionaryRef, const void *, const void *);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release.mm | 80 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 81 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 182 CFMutableDictionaryRef IOServiceMatching( const char * name ); 183 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 184 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t mainPort, uint32_t options, const char * b… 185 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t mainPort, uint32_t options, const… 186 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID ); 468 // unless return type is CFMutableDictionaryRef.
|
| H A D | retain-release-inline.m | 58 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 59 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 162 CFMutableDictionaryRef IOServiceMatching( const char * name ); 163 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 164 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t mainPort, uint32_t options, const char * b… 165 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t mainPort, uint32_t options, const… 166 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID );
|
| H A D | retain-release.m | 108 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 109 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 240 CFMutableDictionaryRef IOServiceMatching( const char * name ); 241 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 242 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t mainPort, uint32_t options, const char * b… 243 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t mainPort, uint32_t options, const… 244 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID ); 1129 void CFDictionaryAddValue(CFMutableDictionaryRef, void *, void *); 1132 void rdar_6539791(CFMutableDictionaryRef y, void* key, void* val_key) { 1133 …CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKey…
|
| H A D | malloc.mm | 168 …CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &keyCallbacks, &kCFTy…
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBServices.cpp | 68 CFReleaser<CFMutableDictionaryRef> appInfoDict( in GetProcesses() 154 CFReleaser<CFMutableDictionaryRef> appInfoDict( in ListApplications()
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-ns-returns-inner-pointer.m | 76 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
|
| H A D | objcmt-migrate-all.m | 77 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
|
| H A D | objcmt-migrate-all.m.result | 77 typedef struct __CFDictionary * CFMutableDictionaryRef;
|
| H A D | objcmt-ns-returns-inner-pointer.m.result | 76 typedef struct __CFDictionary * CFMutableDictionaryRef;
|
| H A D | objcmt-arc-cf-annotations.m | 103 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 104 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 228 CFMutableDictionaryRef IOServiceMatching( const char * name ); 229 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 230 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t mainPort, uint32_t options, const char * b… 231 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t mainPort, uint32_t options, const… 232 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID ); 1024 void CFDictionaryAddValue(CFMutableDictionaryRef, void *, void *); 1027 void rdar_6539791(CFMutableDictionaryRef y, void* key, void* val_key) { 1028 …CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKey…
|
| H A D | objcmt-arc-cf-annotations.m.result | 109 typedef struct __CFDictionary * CFMutableDictionaryRef; 110 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 243 CFMutableDictionaryRef IOServiceMatching( const char * name ); 244 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 245 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t mainPort, uint32_t options, const char * b… 246 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t mainPort, uint32_t options, const… 247 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID ); 1066 void CFDictionaryAddValue(CFMutableDictionaryRef, void *, void *); 1069 void rdar_6539791(CFMutableDictionaryRef y, void* key, void* val_key) { 1070 …CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKey…
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
| H A D | main.m | 491 …CFMutableDictionaryRef newMutableDictionaryRef = CFDictionaryCreateMutableCopy(kCFAllocatorDefault…
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 3702 CFReleaser<CFMutableDictionaryRef> launch_envp;
|