HomeSort by relevance Sort by last modified time
    Searched defs:CFDictionaryRef (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/
CFContainers-invalid.c 6 typedef const struct __CFDictionary * CFDictionaryRef;
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
cfref_PR2519.c 18 typedef const struct __CFDictionary * CFDictionaryRef;
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/
system-header-simulator-objc.h 116 typedef const struct __CFDictionary * CFDictionaryRef;

Completed in 116 milliseconds