Searched defs:CFIndex (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Analysis/
H A DCFNumber.c4 typedef signed long CFIndex; typedef
15 typedef CFIndex CFNumberType;
H A Dcfref_PR2519.c5 typedef signed long CFIndex; typedef
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
21 typedef CFIndex CFNumberType;
H A Dsystem-header-simulator-objc.h6 typedef signed long CFIndex; typedef
106 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
112 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
H A Duninit-vals-ps.c69 typedef signed long CFIndex; typedef
70 typedef CFIndex CFNumberType;

Completed in 158 milliseconds