Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Darc-dict-bridged-cast.m6 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…
Dformat-ostrace-warning.m10 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);
Dformat-cstrings-warning.m42 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);
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h27 typedef struct __CFString * CFMutableStringRef; typedef
127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, U…
129 extern void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString);
/external/clang/test/ARCMT/
Dobjcmt-migrate-all.m74 typedef struct __CFString * CFMutableStringRef; typedef
Dobjcmt-ns-returns-inner-pointer.m73 typedef struct __CFString * CFMutableStringRef; typedef
Dobjcmt-ns-returns-inner-pointer.m.result73 typedef struct __CFString * CFMutableStringRef;
Dobjcmt-migrate-all.m.result74 typedef struct __CFString * CFMutableStringRef;
/external/clang/test/Analysis/
Dmalloc.mm132 CFMutableStringRef mutStr;
Dretain-release-inline.m265 typedef struct __CFString * CFMutableStringRef; typedef
/external/opencv3/modules/highgui/src/
Dwindow_carbon.cpp495 CFMutableStringRef cfstring = CFStringCreateMutable(alloc_default,maxLength); in TrackbarActionProcPtr()