Searched refs:CFMutableStringRef (Results 1 – 11 of 11) sorted by relevance
| /external/clang/test/SemaObjC/ |
| 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…
|
| 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);
|
| 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);
|
| /external/clang/test/Analysis/Inputs/ |
| D | system-header-simulator-objc.h | 27 typedef struct __CFString * CFMutableStringRef; typedef 127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, U… 129 extern void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString);
|
| /external/clang/test/ARCMT/ |
| D | objcmt-migrate-all.m | 74 typedef struct __CFString * CFMutableStringRef; typedef
|
| D | objcmt-ns-returns-inner-pointer.m | 73 typedef struct __CFString * CFMutableStringRef; typedef
|
| D | objcmt-ns-returns-inner-pointer.m.result | 73 typedef struct __CFString * CFMutableStringRef;
|
| D | objcmt-migrate-all.m.result | 74 typedef struct __CFString * CFMutableStringRef;
|
| /external/clang/test/Analysis/ |
| D | malloc.mm | 132 CFMutableStringRef mutStr;
|
| D | retain-release-inline.m | 265 typedef struct __CFString * CFMutableStringRef; typedef
|
| /external/opencv3/modules/highgui/src/ |
| D | window_carbon.cpp | 495 CFMutableStringRef cfstring = CFStringCreateMutable(alloc_default,maxLength); in TrackbarActionProcPtr()
|