Searched refs:CFMutableStringRef (Results 1 – 13 of 13) sorted by relevance
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-dict-bridged-cast.m | 5 typedef struct __CFString * CFMutableStringRef; typedef 19 CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength); 31 …ted-error {{indexing expression is invalid because subscript type 'CFMutableStringRef' (aka 'struc… 32 …// expected-error {{implicit conversion of C pointer type 'CFMutableStringRef' (aka 'struct __CFSt… 33 …d-note {{use CFBridgingRelease call to transfer ownership of a +1 'CFMutableStringRef' (aka 'struc…
|
H A D | format-ostrace-warning.m | 9 typedef struct __CFString * CFMutableStringRef; typedef 25 void CStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, const char* f… 28 void CStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, c… 33 CStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, "Hello %s there %d\n", argList); 35 CStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, "%d\n", argList);
|
H A D | format-cstrings-warning.m | 41 typedef struct __CFString * CFMutableStringRef; typedef 55 void CFStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef … 58 void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, … 63 …CFStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, (CFStringRef)"Hello %s there %d\… 65 CFStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, (CFStringRef)"%d\n", argList);
|
/llvm-project/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/clang/test/SemaObjCXX/ |
H A D | bridge-cast-redecl.mm | 9 …pedef struct __attribute__((objc_bridge_mutable(NSMutableString))) __CFString * CFMutableStringRef; typedef
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-migrate-all.m | 73 typedef struct __CFString * CFMutableStringRef; typedef
|
H A D | objcmt-ns-returns-inner-pointer.m | 73 typedef struct __CFString * CFMutableStringRef; typedef
|
H A D | objcmt-ns-returns-inner-pointer.m.result | 73 typedef struct __CFString * CFMutableStringRef;
|
H A D | objcmt-migrate-all.m.result | 73 typedef struct __CFString * CFMutableStringRef;
|
/llvm-project/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/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/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
H A D | main.m | 567 CFMutableStringRef mutable_string_ref = CFStringCreateMutable(NULL, 100);
|