Lines Matching refs:CFStringRef
10 typedef const struct __CFString *CFStringRef; typedef
12 extern CFStringRef CFMakeString0(void);
14 extern CFStringRef CFCreateString0(void);
22 extern CFStringRef CFMakeString1(void) __attribute__((cf_returns_not_retained));
23 extern CFStringRef CFCreateString1(void) __attribute__((cf_returns_retained));
36 extern CFStringRef CFMakeString2(void);
37 extern CFStringRef CFCreateString2(void) CF_RETURNS_NOT_RETAINED;
38 extern CFStringRef CFMakeString3(void) CF_RETURNS_RETAINED;
39 extern CFStringRef CFCreateString3(void);
53 extern SInt32 CFStringGetIntValue(CFStringRef str); // expected-note {{passing argument to paramete…
58 …passing retainable parameter of type 'NSString *__strong'to a CF function expecting 'CFStringRef'}}