Lines Matching refs:NSUInteger
4 typedef unsigned int NSUInteger; typedef
8 - (NSUInteger)hash;
12 @property NSUInteger uint;
17 - (NSUInteger)count;
18 - (id)objectAtIndex:(NSUInteger)index; argument
19 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
26 …tUint:sint]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
27 ….uint = sint; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
35 …ay[si]).hash; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
37 …y[si]) hash]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
38 (void)array[si]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger…