Home
last modified time | relevance | path

Searched refs:CFMutableDictionaryRef (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp13 : 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 DCFCMutableDictionary.h14 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 Dobjcbridgemutable-attribute.m4 …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 Dsystem-header-simulator-objc.h135 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 Dretain-release.mm80 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 Dretain-release-inline.m58 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 Dretain-release.m108 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) {
1133CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKey…
H A Dmalloc.mm168CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &keyCallbacks, &kCFTy…
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBServices.cpp68 CFReleaser<CFMutableDictionaryRef> appInfoDict( in GetProcesses()
154 CFReleaser<CFMutableDictionaryRef> appInfoDict( in ListApplications()
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-ns-returns-inner-pointer.m76 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
H A Dobjcmt-migrate-all.m77 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
H A Dobjcmt-migrate-all.m.result77 typedef struct __CFDictionary * CFMutableDictionaryRef;
H A Dobjcmt-ns-returns-inner-pointer.m.result76 typedef struct __CFDictionary * CFMutableDictionaryRef;
H A Dobjcmt-arc-cf-annotations.m103 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) {
1028CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKey…
H A Dobjcmt-arc-cf-annotations.m.result109 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) {
1070CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKey…
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m491CFMutableDictionaryRef newMutableDictionaryRef = CFDictionaryCreateMutableCopy(kCFAllocatorDefault…
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm3702 CFReleaser<CFMutableDictionaryRef> launch_envp;