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

/external/clang/test/Analysis/
H A DCFNumber.c3 typedef signed long CFIndex; typedef
14 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 Duninit-vals-ps.c69 typedef signed long CFIndex; typedef
70 typedef CFIndex CFNumberType;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h11 typedef signed long CFIndex; typedef
118 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
124 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);

Completed in 234 milliseconds