Searched defs:CFDictionaryRef (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Analysis/
H A DCFContainers-invalid.c6 typedef const struct __CFDictionary * CFDictionaryRef; typedef in typeref:struct:__CFDictionary
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
H A Dcfref_PR2519.c18 typedef const struct __CFDictionary * CFDictionaryRef; typedef in typeref:struct:__CFDictionary
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
26 extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately);
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h119 typedef const struct __CFDictionary * CFDictionaryRef; typedef in typeref:struct:__CFDictionary

Completed in 88 milliseconds