/external/clang/test/SemaObjC/ |
D | objc-dictionary-literal.m | 58 [@{@"foo" : @"bar"} setObject:nil forKeyedSubscript:@"gorf"]; 59 @{@"foo" : @"bar"}[nil] = @"gorf"; 60 [@{@"foo" : @"bar"} setObject:pvoid forKeyedSubscript:@"gorf"]; 61 @{@"foo" : @"bar"}[pvoid] = @"gorf";
|
D | comptypes-10.m | 15 void gorf(NSObject <NSCopying> *); // expected-note {{passing argument to parameter here}} function 24 …gorf(bar); // expected-warning {{passing 'id<NSCopying>' to parameter of incompatible type 'NSObje… 26 gorf(id_obj);
|
/external/llvm-project/clang/test/SemaObjC/ |
D | objc-dictionary-literal.m | 58 [@{@"foo" : @"bar"} setObject:nil forKeyedSubscript:@"gorf"]; 59 @{@"foo" : @"bar"}[nil] = @"gorf"; 60 [@{@"foo" : @"bar"} setObject:pvoid forKeyedSubscript:@"gorf"]; 61 @{@"foo" : @"bar"}[pvoid] = @"gorf";
|
D | comptypes-10.m | 15 void gorf(NSObject <NSCopying> *); // expected-note {{passing argument to parameter here}} function 24 …gorf(bar); // expected-warning {{passing 'id<NSCopying>' to parameter of incompatible type 'NSObje… 26 gorf(id_obj);
|
/external/llvm-project/clang/test/Sema/ |
D | typeof-use-deprecated.c | 21 struct gorf { int x; }; struct 22 typedef struct gorf T __attribute__((deprecated)); // expected-note {{'T' has been explicitly mark…
|
D | warn-documentation-fixits.cpp | 115 int gorf();
|
/external/clang/test/Sema/ |
D | typeof-use-deprecated.c | 21 struct gorf { int x; }; argument 22 typedef struct gorf T __attribute__((deprecated)); // expected-note {{'T' has been explicitly mark…
|
D | warn-documentation-fixits.cpp | 68 int gorf();
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | instantiate-blocks.cpp | 47 template <typename T> void gorf(T t) in gorf() function 55 gorf(2); in test()
|
D | no-opt-volatile-memcpy.cpp | 46 void gorf(void) { in gorf() function
|
/external/clang/test/CodeGenCXX/ |
D | instantiate-blocks.cpp | 47 template <typename T> void gorf(T t) in gorf() function 55 gorf(2); in test()
|
D | no-opt-volatile-memcpy.cpp | 46 void gorf(void) { in gorf() function
|
/external/clang/test/Parser/ |
D | attr-availability.c | 27 …gorf __attribute__((availability(macosx,introduced=8.5, message = 10.0))), // expected-error {{exp… enumerator
|
/external/llvm-project/clang/test/Parser/ |
D | attr-availability.c | 35 …gorf __attribute__((availability(macosx,introduced=8.5, message = 10.0))), // expected-error {{exp… enumerator
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-ivars-indirect.m | 36 void gorf (struct S* s) { function
|
D | debug-info-ivars-extension.m | 22 void gorf (I* pg) { function
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | debug-info-ivars-extension.m | 22 void gorf (I* pg) { function
|
D | debug-info-ivars-indirect.m | 36 void gorf (struct S* s) { function
|