Home | History | Annotate | Download | only in CodeGenObjCXX

Lines Matching full:void

8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index;
18 - (void)setObject:(id)object forKeyedSubscript:(id)key;
32 template <class T> void test2(NSMutableArray *a) {
35 template void test2<int>(NSMutableArray*);
36 // CHECK: define weak_odr void @_Z5test2IiEvP14NSMutableArray
38 // CHECK: ret void
41 template <class T> void test3(NSMutableArray *a) {
45 template void test3<int>(NSMutableArray*);
46 // CHECK: define weak_odr void @_Z5test3IiEvP14NSMutableArray
48 // CHECK: ret void
50 // CHECK: define void @_Z11static_dataP14NSMutableArray
51 void static_data(NSMutableArray *array) {
54 // CHECK: call void @__cxa_guard_release
56 // CHECK: ret void