Home
last modified time | relevance | path

Searched defs:CFDataRef (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/SemaObjC/
Dobjcbridge-attribute-arc.m18 typedef struct __CFData __attribute__((objc_bridge(NSData))) CFDataRef; // expected-error {{paramet… typedef
Dobjcbridge-attribute.m18 typedef struct __CFData __attribute__((objc_bridge(NSData))) CFDataRef; // expected-error {{paramet… typedef
/external/llvm-project/clang/test/SemaObjC/
Dobjcbridge-attribute-arc.m18 typedef struct __CFData __attribute__((objc_bridge(NSData))) CFDataRef; // expected-error {{paramet… typedef
Dobjcbridge-attribute.m18 typedef struct __CFData __attribute__((objc_bridge(NSData))) CFDataRef; // expected-error {{paramet… typedef
/external/llvm-project/clang/test/Analysis/
Dretain-release-arc.m21 typedef struct __CFDataRef * CFDataRef; typedef
/external/llvm-project/compiler-rt/lib/builtins/
Dos_version_check.c45 typedef const void *CFDataRef, *CFAllocatorRef, *CFPropertyListRef, typedef
/external/python/cpython2/Mac/Modules/ctl/
Dctlsupport.py53 CFDataRef = OpaqueByValueType("CFDataRef", "CFDataRefObj") variable
/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py240 CFDataRef = OpaqueByValueType("CFDataRef", "CFDataRefObj") variable