Home
last modified time | relevance | path

Searched refs:gorf (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaObjC/
Dobjc-dictionary-literal.m58 [@{@"foo" : @"bar"} setObject:nil forKeyedSubscript:@"gorf"];
59 @{@"foo" : @"bar"}[nil] = @"gorf";
60 [@{@"foo" : @"bar"} setObject:pvoid forKeyedSubscript:@"gorf"];
61 @{@"foo" : @"bar"}[pvoid] = @"gorf";
Dcomptypes-10.m15 void gorf(NSObject <NSCopying> *); // expected-note {{passing argument to parameter here}} function
24gorf(bar); // expected-warning {{passing 'id<NSCopying>' to parameter of incompatible type 'NSObje…
26 gorf(id_obj);
/external/clang/test/Sema/
Dtypeof-use-deprecated.c21 struct gorf { int x; }; struct
22 typedef struct gorf T __attribute__((deprecated)); // expected-note {{'T' has been explicitly mark…
Dwarn-documentation-fixits.cpp68 int gorf();
/external/clang/test/CodeGenCXX/
Dinstantiate-blocks.cpp47 template <typename T> void gorf(T t) in gorf() function
55 gorf(2); in test()
Dno-opt-volatile-memcpy.cpp46 void gorf(void) { in gorf() function
/external/clang/test/Parser/
Dattr-availability.c27gorf __attribute__((availability(macosx,introduced=8.5, message = 10.0))), // expected-error {{exp… enumerator
/external/clang/test/CodeGenObjC/
Ddebug-info-ivars-indirect.m36 void gorf (struct S* s) { function
Ddebug-info-ivars-extension.m22 void gorf (I* pg) { function