Home
last modified time | relevance | path

Searched defs:NSUInteger (Results 1 – 25 of 108) sorted by relevance

12345

/llvm-project/clang/test/SemaObjC/
H A Dparameterized_classes_collection_literal.m5 typedef unsigned long NSUInteger; typedef
7 typedef unsigned int NSUInteger; typedef
28 + (instancetype)arrayWithObjects:(const T [])objects count:(NSUInteger)cnt; argument
34 count:(NSUInteger)cnt; argument
H A Dobjc-array-literal.m5 typedef unsigned long NSUInteger; typedef
7 typedef unsigned int NSUInteger; typedef
30 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id [])buffer cou… argument
39 + (id)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
H A Dsign-conversion.m3 typedef unsigned int NSUInteger; typedef
17 - (id)objectAtIndex:(NSUInteger)index; argument
18 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
H A Dcircular-container.m3 typedef long int NSUInteger; typedef
10 - (void)insertObject:(id)object atIndex:(NSUInteger)index; argument
11 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object; argument
12 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; argument
37 - (void)insertObject:(id)object atIndex:(NSUInteger)index; argument
38 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; argument
39 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object; argument
40 - (void)setObject:(id)object atIndex:(NSUInteger)index; argument
H A Dformat-size-spec-nsinteger.m11 typedef unsigned long NSUInteger; typedef
15 typedef unsigned int NSUInteger; typedef
H A Dobjc-literal-nsnumber.m4 typedef unsigned long NSUInteger; typedef
7 typedef unsigned int NSUInteger; typedef
46 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument
87 …tionaryWithObjects:(const id [])objects forKeys:(const id<NSCopying> [])keys count:(NSUInteger)cnt; argument
H A Dtypo-correction-arc.m3 typedef unsigned long NSUInteger; typedef
8 - (instancetype)initWithObjects:(const id[])objects count:(NSUInteger)count; argument
H A Dcomptypes-9.m7 typedef unsigned int NSUInteger; typedef
35 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co… argument
42 - (id)objectAtIndex:(NSUInteger)index; argument
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-instancetype-2.m6 typedef unsigned int NSUInteger; typedef
43 + (id)stringWithCapacity:(NSUInteger)capacity; argument
47 + (id)dataWithCapacity:(NSUInteger)aNumItems; argument
48 + (id)dataWithLength:(NSUInteger)length; argument
74 + (id)dateWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hou… argument
/llvm-project/clang/test/Analysis/
H A Dtest-objc-non-nil-return-value-checker.m3 typedef unsigned int NSUInteger; typedef
23 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument
27 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument
33 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument
H A Dsecurity-syntax-checks-nscoder.m20 typedef unsigned long NSUInteger; typedef
27 size:(NSUInteger)size; argument
H A Dcall-and-message.m25 typedef unsigned int NSUInteger; typedef
48 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co… argument
100 typedef unsigned int NSUInteger; typedef
103 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)index; argument
104 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
H A Dobjc-subscript.m4 typedef unsigned int NSUInteger; typedef
15 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)index; argument
16 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
H A DDynamicTypePropagation.m11 typedef unsigned long NSUInteger; typedef
29 - (ObjectType)getObjAtIndex:(NSUInteger)idx; argument
30 - (ObjectType)objectAtIndexedSubscript:(NSUInteger)idx; argument
H A DNSContainers.m10 typedef unsigned long NSUInteger; typedef
43 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id __unsafe_unre… argument
48 - (id)objectAtIndex:(NSUInteger)index; argument
57 + (instancetype)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
63 - (void)insertObject:(id)anObject atIndex:(NSUInteger)index; argument
65 - (void)removeObjectAtIndex:(NSUInteger)index; argument
66 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument
82 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; argument
H A DNSWindow.m8 typedef unsigned int NSUInteger; typedef
38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
/llvm-project/clang/test/Analysis/inlining/
H A Dpath-notes.m20 typedef unsigned long NSUInteger; typedef
49 - (id)objectAtIndex:(NSUInteger)index; argument
59 + (instancetype)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
65 - (void)insertObject:(id)anObject atIndex:(NSUInteger)index; argument
67 - (void)removeObjectAtIndex:(NSUInteger)index; argument
68 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument
/llvm-project/clang/test/CodeGenObjC/
H A Darc-compound-stmt.m3 typedef unsigned long NSUInteger; typedef
7 - (NSString *)substringFromIndex:(NSUInteger)from; argument
H A Dobjc-dictionary-literal.m10 typedef unsigned long NSUInteger; typedef
13 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; argument
H A Dobjc-literal-tests.m13 typedef unsigned long NSUInteger; typedef
16 typedef unsigned int NSUInteger; typedef
39 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument
49 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(NSUInteger)cnt; argument
H A D2007-10-23-GC-WriteBarrier.m3 typedef unsigned int NSUInteger; typedef
/llvm-project/clang/test/FixIt/
H A Dformat-darwin-enum-class.cpp9 typedef unsigned long NSUInteger; typedef
13 typedef unsigned int NSUInteger; typedef
H A Dfixit-format-darwin.m13 typedef unsigned long NSUInteger; typedef
17 typedef unsigned int NSUInteger; typedef
/llvm-project/clang/test/Index/
H A Dannotate-comments-typedef.m11 typedef unsigned int NSUInteger; typedef
14 typedef enum : NSUInteger { enum
/llvm-project/clang/test/Rewriter/
H A Drewrite-modern-container-literal.mm5 typedef unsigned long NSUInteger; typedef
24 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument
30 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; argument
34 + (id)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument

12345