Home
last modified time | relevance | path

Searched refs:CFMutableStringRef (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Darc-dict-bridged-cast.m5 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 Dformat-ostrace-warning.m9 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 Dformat-cstrings-warning.m41 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 Dsystem-header-simulator-objc.h37 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 Dbridge-cast-redecl.mm9 …pedef struct __attribute__((objc_bridge_mutable(NSMutableString))) __CFString * CFMutableStringRef; typedef
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-migrate-all.m73 typedef struct __CFString * CFMutableStringRef; typedef
H A Dobjcmt-ns-returns-inner-pointer.m73 typedef struct __CFString * CFMutableStringRef; typedef
H A Dobjcmt-ns-returns-inner-pointer.m.result73 typedef struct __CFString * CFMutableStringRef;
H A Dobjcmt-migrate-all.m.result73 typedef struct __CFString * CFMutableStringRef;
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/
H A Dmain.m67 CFMutableStringRef mutable_string_ref = CFStringCreateMutable(NULL,100);
/llvm-project/clang/test/Analysis/
H A Dmalloc.mm153 CFMutableStringRef mutStr;
H A Dretain-release-inline.m268 typedef struct __CFString * CFMutableStringRef; typedef
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m567 CFMutableStringRef mutable_string_ref = CFStringCreateMutable(NULL, 100);