Home
last modified time | relevance | path

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

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