Lines Matching refs:CFIndex
9 typedef signed long CFIndex; typedef
17 CFIndex version;
24 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF…
46 typedef CFIndex CFNumberType;
48 typedef CFIndex CFComparisonResult;
60 CFIndex version;
67 CFIndex version;
74 CFIndex version;
80 …Create(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const …
89 const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx);
91 CFIndex CFArrayGetCount(CFArrayRef theArray);
92 …yCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const
96 CFSetRef CFSetCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFSetC…
102 void testContainers(int **xNoWarn, CFIndex count) {
123 CFIndex numValues = 6;
145 void OutOfBoundsSymbolicOffByOne(const void ** input, CFIndex S) {
154 void OutOfBoundsConst(const void ** input, CFIndex S) {
163 CFIndex sIndex;
169 void OutOfBoundsZiro(const void ** input, CFIndex S) {
177 void TestGetCount(CFArrayRef A, CFIndex sIndex) {
178 CFIndex sCount = CFArrayGetCount(A); // expected-note{{'sCount' initialized here}}
208 void TestUndef(CFArrayRef A, CFIndex sIndex, void* x[]) {
217 void TestConst(CFArrayRef A, CFIndex sIndex, void* x[]) {
231 CFIndex aLen = CFArrayGetCount(a);
240 CFIndex aLen = CFArrayGetCount(a); // expected-note{{'aLen' initialized here}}