Searched refs:gorf (Results 1 – 9 of 9) sorted by relevance
58 [@{@"foo" : @"bar"} setObject:nil forKeyedSubscript:@"gorf"];59 @{@"foo" : @"bar"}[nil] = @"gorf";60 [@{@"foo" : @"bar"} setObject:pvoid forKeyedSubscript:@"gorf"];61 @{@"foo" : @"bar"}[pvoid] = @"gorf";
15 void gorf(NSObject <NSCopying> *); // expected-note {{passing argument to parameter here}} function24 …gorf(bar); // expected-warning {{passing 'id<NSCopying>' to parameter of incompatible type 'NSObje…26 gorf(id_obj);
21 struct gorf { int x; }; struct22 typedef struct gorf T __attribute__((deprecated)); // expected-note {{'T' has been explicitly mark…
68 int gorf();
47 template <typename T> void gorf(T t) in gorf() function55 gorf(2); in test()
46 void gorf(void) { in gorf() function
27 …gorf __attribute__((availability(macosx,introduced=8.5, message = 10.0))), // expected-error {{exp… enumerator
36 void gorf (struct S* s) { function
22 void gorf (I* pg) { function