Searched refs:gorf (Results 1 – 9 of 9) sorted by relevance
55 [@{@"foo" : @"bar"} setObject:nil forKeyedSubscript:@"gorf"];56 @{@"foo" : @"bar"}[nil] = @"gorf";57 [@{@"foo" : @"bar"} setObject:pvoid forKeyedSubscript:@"gorf"];58 @{@"foo" : @"bar"}[pvoid] = @"gorf";
14 void gorf(NSObject <NSCopying> *); // expected-note {{passing argument to parameter here}} function23 …gorf(bar); // expected-warning {{passing 'id<NSCopying>' to parameter of incompatible type 'NSObje…25 gorf(id_obj);
21 struct gorf { int x; }; argument22 typedef struct gorf T __attribute__((deprecated)); // expected-note {{'T' has been explicitly mark…
114 int gorf();
46 template <typename T> void gorf(T t) in gorf() function54 gorf(2); in test()
42 void gorf(void) { in gorf() function
36 …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