Searched refs:CFMutableStringRef (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-dict-bridged-cast.m | 6 typedef struct __CFString * CFMutableStringRef; typedef 20 CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength); 32 …ted-error {{indexing expression is invalid because subscript type 'CFMutableStringRef' (aka 'struc… 33 …// expected-error {{implicit conversion of C pointer type 'CFMutableStringRef' (aka 'struct __CFSt… 34 …d-note {{use CFBridgingRelease call to transfer ownership of a +1 'CFMutableStringRef' (aka 'struc…
|
| H A D | format-ostrace-warning.m | 10 typedef struct __CFString * CFMutableStringRef; typedef 26 void CStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, const char* f… 29 void CStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, c… 34 CStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, "Hello %s there %d\n", argList); 36 CStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, "%d\n", argList);
|
| H A D | format-cstrings-warning.m | 42 typedef struct __CFString * CFMutableStringRef; typedef 56 void CFStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef … 59 void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, … 64 …CFStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, (CFStringRef)"Hello %s there %d\… 66 CFStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, (CFStringRef)"%d\n", argList);
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-objc.h | 37 typedef struct __CFString * CFMutableStringRef; typedef 142 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, U… 144 extern void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString);
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | bridge-cast-redecl.mm | 9 …pedef struct __attribute__((objc_bridge_mutable(NSMutableString))) __CFString * CFMutableStringRef; typedef
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-ns-returns-inner-pointer.m | 73 typedef struct __CFString * CFMutableStringRef; typedef
|
| H A D | objcmt-migrate-all.m | 74 typedef struct __CFString * CFMutableStringRef; typedef
|
| H A D | objcmt-migrate-all.m.result | 74 typedef struct __CFString * CFMutableStringRef;
|
| H A D | objcmt-ns-returns-inner-pointer.m.result | 73 typedef struct __CFString * CFMutableStringRef;
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/ |
| H A D | main.m | 67 CFMutableStringRef mutable_string_ref = CFStringCreateMutable(NULL,100);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | malloc.mm | 153 CFMutableStringRef mutStr;
|
| H A D | retain-release-inline.m | 268 typedef struct __CFString * CFMutableStringRef; typedef
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
| H A D | main.m | 567 CFMutableStringRef mutable_string_ref = CFStringCreateMutable(NULL, 100);
|