/external/elfutils/src/backends/ |
D | ppc_reloc.def | 34 RELOC_TYPE (ADDR16, REL|EXEC|DYN) /* note 1 */ 35 RELOC_TYPE (ADDR16_LO, REL|EXEC|DYN) /* note 1 */ 36 RELOC_TYPE (ADDR16_HI, REL|EXEC|DYN) /* note 1 */ 37 RELOC_TYPE (ADDR16_HA, REL|EXEC|DYN) /* note 1 */ 38 RELOC_TYPE (ADDR14, REL|EXEC|DYN) /* note 1 */ 39 RELOC_TYPE (ADDR14_BRTAKEN, REL|EXEC|DYN) /* note 1 */ 40 RELOC_TYPE (ADDR14_BRNTAKEN, REL|EXEC|DYN) /* note 1 */ 41 RELOC_TYPE (REL24, REL|EXEC|DYN) /* note 1 */ 42 RELOC_TYPE (REL14, REL|EXEC|DYN) /* note 1 */ 43 RELOC_TYPE (REL14_BRTAKEN, REL|EXEC|DYN) /* note 1 */ [all …]
|
D | ppc64_reloc.def | 34 RELOC_TYPE (ADDR16, REL) /* note 1 */ 35 RELOC_TYPE (ADDR16_LO, REL) /* note 1 */ 36 RELOC_TYPE (ADDR16_HI, REL) /* note 1 */ 37 RELOC_TYPE (ADDR16_HA, REL) /* note 1 */ 38 RELOC_TYPE (ADDR14, REL) /* note 1 */ 39 RELOC_TYPE (ADDR14_BRTAKEN, REL) /* note 1 */ 40 RELOC_TYPE (ADDR14_BRNTAKEN, REL) /* note 1 */ 65 RELOC_TYPE (ADDR30, REL) /* note 1 */ 67 RELOC_TYPE (ADDR16_HIGHER, REL) /* note 1 */ 68 RELOC_TYPE (ADDR16_HIGHERA, REL) /* note 1 */ [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-memsize-comparison.cpp | 21 expected-note {{did you mean to compare}} \ in f() 22 expected-note {{explicitly cast the argument}} in f() 27 expected-note {{did you mean to compare}} \ in f() 28 expected-note {{explicitly cast the argument}} in f() 33 expected-note {{did you mean to compare}} \ in f() 34 expected-note {{explicitly cast the argument}} in f() 39 expected-note {{did you mean to compare}} \ in f() 40 expected-note {{explicitly cast the argument}} in f() 45 expected-note {{did you mean to compare}} \ in f() 46 expected-note {{explicitly cast the argument}} in f() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | ra.txt | 11 * @note Comments for tag named ra 17 * @note {0} represents the position of OSNAME and {1} represents the position of job name 23 * @note This resource is for test2 31 * @note This resource is for TestTable 37 * @note This resource is for test3 43 * @note This resource is for test4 49 * @note This resource is for test5 55 * @note This resource is for test6 62 * @note This resource is for Tag name: Array 68 * @note This resource is un-named string [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-unbridged-cast.m | 46 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{… 47 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{… 48 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{… 49 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{… 50 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{… 52 …x = (id) auditedCreateString(); // expected-error {{requires a bridged cast}} expected-note {{use … 53 …ng() : (void*) 0); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel… 54 …edCreateString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel… 55 …edCreateString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel… 82 …]); // expected-error{{requires a bridged cast}} expected-note{{use __bridge to}} expected-note{{u… [all …]
|
D | objcbridge-attribute-arc.m | 4 typedef struct __attribute__ ((objc_bridge(NSError))) __CFErrorRef * CFErrorRef; // expected-note 5… 6 …bute__ ((objc_bridge(MyError))) __CFMyErrorRef * CFMyErrorRef; // expected-note 1 {{declared here}} 42 typedef struct __attribute__((objc_bridge(NSTesting))) __CFError *CFTestingRef; // expected-note {{… 47 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 48 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFTestingRef' (aka 'struct… 53 typedef CFErrorRef1 CFErrorRef2; // expected-note 2 {{declared here}} 61 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} 63 @interface MyError : NSError // expected-note 1 {{declared here}} 73 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 74 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka 'struct … [all …]
|
D | property-deprecated-warning.m | 9 …oduced=2.0,deprecated=3.0))); // expected-note {{property 'ptarget' is declared deprecated here}} … 12 // expected-note@+2 {{property 'partialPtarget' is declared partial here}} expected-note@+2 {{'part… 24 …oduced=2.0,deprecated=3.0))); // expected-note {{property 'target' is declared deprecated here}} e… 27 // expected-note@+2 {{property 'partialTarget' is declared partial here}} expected-note@+2 {{'setPa… 38 …tribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note 2 {{'dep_target' ha… 39 … // expected-note 4 {{property 'dep_target' is declared deprecated here}} \ 40 … // expected-note 2 {{'setDep_target:' has been explicitly marked deprecated here}} 43 …note@+2 4 {{property 'partial_dep_target' is declared partial here}} expected-note@+2 2 {{'partial… 60 …troduced in iOS 5.0}} expected-note@+2 {{explicitly redeclare 'partial_dep_target' to silence this… 85 …// expected-warning@+2 {{'setPartialTarget:' is partial: introduced in iOS 5.0}} expected-note@+2 … [all …]
|
D | undef-protocol-methods-1.m | 4 - (void) P1proto; // expected-note {{method 'P1proto' declared here}} 5 + (void) ClsP1Proto; // expected-note {{method 'ClsP1Proto' declared here}} 9 - (void) P2proto; // expected-note {{method 'P2proto' declared here}} 10 + (void) ClsP2Proto; // expected-note {{method 'ClsP2Proto' declared here}} 14 - (void) P3proto; // expected-note {{method 'P3proto' declared here}} 15 + (void) ClsP3Proto; // expected-note {{method 'ClsP3Proto' declared here}} 20 - (void) meth; // expected-note {{method 'meth' declared here}} 21 - (void) meth : (int) arg1; // expected-note {{method 'meth:' declared here}} 22 + (void) cls_meth : (int) arg1; // expected-note {{method 'cls_meth:' declared here}}
|
D | scope-check.m | 9 @try { // expected-note {{jump bypasses initialization of @try block}} 11 } @catch (A *x) { // expected-note {{jump bypasses initialization of @catch block}} 15 } @finally {// expected-note {{jump bypasses initialization of @finally block}} 22 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}} 25 } @catch (B *c) { // expected-note {{jump bypasses initialization of @catch block}} 27 } @finally { // expected-note {{jump bypasses initialization of @finally block}} 32 @try { // expected-note 2 {{jump bypasses initialization of @try block}} 44 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}} 52 @synchronized // expected-note {{jump bypasses initialization of @synchronized block}} 83 } @catch (...) { // expected-note {{jump bypasses initialization of @catch block}} [all …]
|
D | arc-repeated-weak.mm | 23 use(a.weakProp); // expected-note{{also accessed here}} 28 use(a.weakProp); // expected-note{{also accessed here}} 56 a.weakProp = get(); // expected-note{{also accessed here}} 67 use(a.strongProp.weakProp); // expected-note{{also accessed here}} 72 use(a.strongProp.weakProp); // expected-note{{also accessed here}} 77 use(a.implicitProp); // expected-note{{also accessed here}} 82 use(Test.weakProp); // expected-note{{also accessed here}} 93 use(a->weakIvar); // expected-note{{also accessed here}} 99 use(a); // expected-note{{also accessed here}} 104 use([a weakProp]); // expected-note{{also accessed here}} [all …]
|
D | circular-container.m | 46 NSMutableArray *_array; // expected-note {{'_array' declared here}} 47 NSMutableDictionary *_dictionary; // expected-note {{'_dictionary' declared here}} 48 NSMutableSet *_set; // expected-note {{'_set' declared here}} 49 NSCountedSet *_countedSet; // expected-note {{'_countedSet' declared here}} 50 NSMutableOrderedSet *_orderedSet; // expected-note {{'_orderedSet' declared here}} 64 - (void)checkNSMutableArray:(NSMutableArray *)a { // expected-note {{'a' declared here}} 68 - (void)checkNSMutableDictionary:(NSMutableDictionary *)d { // expected-note {{'d' declared here}} 72 - (void)checkNSMutableSet:(NSMutableSet *)s { // expected-note {{'s' declared here}} 76 - (void)checkNSCountedSet:(NSCountedSet *)s { // expected-note {{'s' declared here}} 80 - (void)checkNSMutableOrderedSet:(NSMutableOrderedSet *)s { // expected-note {{'s' declared here}} [all …]
|
D | special-dep-unavail-warning.m | 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un… 7 - (void) depInA1 __attribute__((deprecated)); // expected-note {{'depInA1' has been explicitly mark… 9 - (void) depInA2 __attribute__((deprecated)); // expected-note {{'depInA2' has been explicitly mark… 10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note … 13 - (void)FuzzyMeth __attribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly m… 18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked… 23 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {… 26 - (void)FuzzyMeth1 __attribute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly… [all …]
|
D | check-dup-objc-decls-1.m | 3 @interface Foo // expected-note {{previous definition is here}} 8 @class Bar; // expected-note {{previous definition is here}} 16 typedef int OBJECT; // expected-note {{previous definition is here}} 21 typedef int Gorf; // expected-note {{previous definition is here}} 23 …ted-error {{redefinition of 'Gorf' as different kind of symbol}} expected-note {{previous definiti… 32 @interface A<P> @end // expected-note {{previous definition is here}} 35 @protocol PP<P> @end // expected-note {{previous definition is here}} 38 @interface A(Cat)<P> @end // expected-note {{previous definition is here}} 43 NSString * TestBaz; // expected-note {{previous definition is here}}
|
D | arc-property.m | 11 @property (strong) id myString; // expected-note {{property declared here}} 13 @property (retain) id myString2; // expected-note {{property declared here}} 17 @property __weak id myString5; // expected-note {{property declared here}} 21 @synthesize myString; // expected-note {{property synthesized here}} 23 @synthesize myString2 = myString2; // expected-note {{property synthesized here}} 27 @synthesize myString5 = StrongIvar5; // expected-note {{property synthesized here}} 38 @property(weak) id x; // expected-note {{property declared here}} 39 @property(weak) id y; // expected-note {{property declared here}} 44 @synthesize x; // expected-note {{property synthesized here}} 45 @synthesize y; // expected-note {{property synthesized here}}
|
D | warn-strict-selector-match.m | 4 -(int) method; // expected-note {{using}} 8 -(float) method; // expected-note {{also found}} 16 - (void)setWindow:(Object *)wdw; // expected-note 2 {{using}} 20 - (void)setWindow:(Class1 *)window; // expected-note 2 {{also found}} 33 - (id)initWithData:(Object *)data; // expected-note {{also found}} 37 - (id)initWithData:(int)data; // expected-note {{also found}} 41 - (id)initWithData:(id<MyObject, MyCoding>)data; // expected-note {{using}} 84 - (instancetype)initWithType:(NSString *)whatever; // expected-note {{also found}} 96 - (instancetype)initWithType:(unsigned int)whatever // expected-note {{using}}
|
D | category-1.m | 5 @protocol p1,p2,p3; // expected-note {{protocol 'p1' has no definition}} \ 6 // expected-note {{protocol 'p2' has no definition}} 8 …// expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous definiti… 17 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}} 20 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}} 21 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}} 35 @class MyClass2; // expected-note{{forward declaration of class here}} 48 @interface XCRemoteComputerManager(x) // expected-note {{previous definition is here}} 57 @implementation XCRemoteComputerManager(x) // expected-note {{previous definition is here}} 66 -(void) im0; // expected-note {{method 'im0' declared here}} [all …]
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-attribute-arc.mm | 4 typedef struct __attribute__ ((objc_bridge(NSError))) __CFErrorRef * CFErrorRef; // expected-note 5… 6 …bute__ ((objc_bridge(MyError))) __CFMyErrorRef * CFMyErrorRef; // expected-note 1 {{declared here}} 27 typedef struct __attribute__((objc_bridge(NSTesting))) __CFError *CFTestingRef; // expected-note {{… 32 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 33 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFTestingRef' (aka '__CFEr… 38 typedef CFErrorRef1 CFErrorRef2; // expected-note 2 {{declared here}} 46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} 48 @interface MyError : NSError // expected-note 1 {{declared here}} 58 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 59 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka '__CFErr… [all …]
|
D | objcbridge-attribute.mm | 4 typedef struct __attribute__ ((objc_bridge(NSError))) __CFErrorRef * CFErrorRef; // expected-note 5… 6 …bute__ ((objc_bridge(MyError))) __CFMyErrorRef * CFMyErrorRef; // expected-note 1 {{declared here}} 27 typedef struct __attribute__((objc_bridge(NSTesting))) __CFError *CFTestingRef; // expected-note {{… 32 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 33 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFTestingRef' (aka '__CFEr… 38 typedef CFErrorRef1 CFErrorRef2; // expected-note 2 {{declared here}} 46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} 48 @interface MyError : NSError // expected-note 1 {{declared here}} 58 // expected-note {{__bridge to convert directly (no change in ownership)}} \ 59 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka '__CFErr… [all …]
|
D | arc-unbridged-cast.mm | 42 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{… 43 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{… 44 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{… 45 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{… 47 …x = (id) auditedCreateString(); // expected-error {{requires a bridged cast}} expected-note {{use … 48 …ng() : (void*) 0); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel… 49 …edCreateString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel… 50 …edCreateString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel… 87 …ter type 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{… 100 …ter type 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{… [all …]
|
D | objcbridge-static-cast.mm | 4 typedef struct __attribute__ ((objc_bridge(NSError))) __CFErrorRef * CFErrorRef; // expected-note 3… 6 …bute__ ((objc_bridge(MyError))) __CFMyErrorRef * CFMyErrorRef; // expected-note 1 {{declared here}} 27 typedef struct __attribute__((objc_bridge(NSTesting))) __CFError *CFTestingRef; // expected-note {{… 32 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \ 33 …// expected-note {{use __bridge_transfer with C-style cast to transfer ownership of a +1 'CFTestin… 38 typedef CFErrorRef1 CFErrorRef2; // expected-note 1 {{declared here}} 46 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} 48 @interface MyError : NSError // expected-note 1 {{declared here}} 58 … // expected-note {{__bridge with C-style cast to convert directly (no change in ownership)}} \ 59 …// expected-note {{use __bridge_transfer with C-style cast to transfer ownership of a +1 'CFErrorR… [all …]
|
/external/clang/test/SemaOpenCL/ |
D | invalid-kernel-parameters.cl | 16 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}} 18 bool x; // expected-note{{field of illegal type 'bool' declared here}} 25 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}} 27 image2d_t imageField; // expected-note{{field of illegal type 'image2d_t' declared here}} 32 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}} 34 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 39 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}} 41 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 46 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her… 51 int* ptrField; // expected-note 3 {{field of illegal pointer type 'int *' declared here}} [all …]
|
/external/llvm/test/MC/ELF/ |
D | section.s | 5 .section .note.GNU-stack,"",@progbits 6 .section .note.GNU-stack2,"",%progbits 7 .section .note.GNU-,"",@progbits 8 .section -.note.GNU,"","progbits" 83 .section .note.test,"",@note
|
/external/clang/test/ASTMerge/ |
D | interface.m | 6 // CHECK: interface1.m:16:7: note: declared here with type 'int' 8 // CHECK: interface1.m:21:17: note: inherits from superclass 'I2' here 9 // CHECK: interface2.m:21:17: note: inherits from superclass 'I1' here 11 // CHECK: interface1.m:34:1: note: class method 'foo' also declared here 13 // CHECK: interface1.m:40:17: note: declared here with type 'int' 15 // CHECK: interface1.m:46:1: note: class method 'bar:' also declared here 17 // CHECK: interface1.m:58:19: note: declared here with type 'float' 19 // CHECK: interface1.m:100:17: note: inherits from superclass 'I12' here 20 // CHECK: interface2.m:99:17: note: inherits from superclass 'I11' here
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 51 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}} 101 // expected-note {{scope begins here}} 105 int x = 0; // expected-note {{declared here}} 107 [pool release]; // expected-note {{scope ends here}} 114 // expected-note {{scope begins here}} 116 struct S { int x; }; // expected-note {{declared here}} 118 [pool release]; // expected-note {{scope ends here}} 126 // expected-note {{scope begins here}} 128 enum { Bar }; // expected-note {{declared here}} 130 [pool release]; // expected-note {{scope ends here}} [all …]
|
D | nonobjc-to-objc-cast-2.m | 31 // expected-note{{use __bridge to convert directly (no change in ownership)}} \ 32 …// expected-note{{use CFBridgingRelease call to transfer ownership of a +1 'CFStringRef' (aka 'con… 39 // expected-note{{use __bridge to convert directly (no change in ownership)}} \ 40 …// expected-note{{use CFBridgingRelease call to transfer ownership of a +1 'CFStringRef' (aka 'con… 41 …expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRetain call}} expected-no… 48 // expected-note{{use __bridge to convert directly (no change in ownership)}} \ 49 …// expected-note{{use CFBridgingRetain call to make an ARC object available as a +1 'CFStringRef' … 54 …// expected-note {{remove the cast and change return type of function to 'NSString *' to have the … 62 // expected-note{{use __bridge to convert directly (no change in ownership)}} \ 63 …// expected-note{{use CFBridgingRetain call to make an ARC object available as a +1 'CFStringRef' …
|