Home
last modified time | relevance | path

Searched refs:CFTypeRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dos_version_check.c34 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef
71 typedef CFTypeID (*CFGetTypeIDFuncTy)(CFTypeRef);
75 typedef void (*CFReleaseFuncTy)(CFTypeRef);
185 CFTypeRef OpaqueValue = (*CFDictionaryGetValueFunc)(PListRef, ProductVersion); in parseSystemVersionPList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DCFString.h33 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type);
H A DCFString.cpp63 CFStringRef CFString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType()