Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 1821) sorted by relevance

12345678910>>...73

/external/elfutils/backends/
Dppc_reloc.def34 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 …]
Dppc64_reloc.def34 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/
Dwarn-memsize-comparison.cpp21 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/clang/test/SemaObjC/
Darc-unbridged-cast.m46 …; // 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 …]
Dobjcbridge-attribute-arc.m4 typedef struct __attribute__ ((objc_bridge(NSError))) __CFErrorRef * CFErrorRef; // expected-note 5…
6 …bute__ ((objc_bridge(MyError))) __CFMyErrorRef * CFMyErrorRef; // expected-note 1 {{declared here}}
45 typedef struct __attribute__((objc_bridge(NSTesting))) __CFError *CFTestingRef; // expected-note {{…
50 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
51 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFTestingRef' (aka 'struct…
56 typedef CFErrorRef1 CFErrorRef2; // expected-note 2 {{declared here}}
64 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}}
66 @interface MyError : NSError // expected-note 1 {{declared here}}
76 // expected-note {{__bridge to convert directly (no change in ownership)}} \
77 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka 'struct …
[all …]
Dproperty-deprecated-warning.m9 …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}}
43note@+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 …]
Dundef-protocol-methods-1.m4 - (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}}
Dscope-check.m9 @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 …]
Darc-repeated-weak.mm23 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 …]
Dspecial-dep-unavail-warning.m6 - (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 …]
/external/icu/icu4c/source/test/testdata/
Dra.txt13 * @note Comments for tag named ra
19 * @note {0} represents the position of OSNAME and {1} represents the position of job name
25 * @note This resource is for test2
33 * @note This resource is for TestTable
39 * @note This resource is for test3
45 * @note This resource is for test4
51 * @note This resource is for test5
57 * @note This resource is for test6
64 * @note This resource is for Tag name: Array
70 * @note This resource is un-named string
[all …]
/external/clang/test/SemaObjCXX/
Dobjcbridge-attribute.mm4 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 …]
Dobjcbridge-attribute-arc.mm4 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 …]
Darc-unbridged-cast.mm42 …; // 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 …]
Dobjcbridge-static-cast.mm4 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/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
Dtrace_collections.txt4 ./trace_collections.h:16:5: note: [blink-gc] Untraced field 'm_heapVector' declared here:
7 ./trace_collections.h:17:5: note: [blink-gc] Untraced field 'm_wtfVector' declared here:
10 ./trace_collections.h:19:5: note: [blink-gc] Untraced field 'm_heapDeque' declared here:
13 ./trace_collections.h:20:5: note: [blink-gc] Untraced field 'm_wtfDeque' declared here:
16 ./trace_collections.h:22:5: note: [blink-gc] Untraced field 'm_heapSet' declared here:
19 ./trace_collections.h:23:5: note: [blink-gc] Untraced field 'm_wtfSet' declared here:
22 ./trace_collections.h:25:5: note: [blink-gc] Untraced field 'm_heapListSet' declared here:
25 ./trace_collections.h:26:5: note: [blink-gc] Untraced field 'm_wtfListSet' declared here:
28 ./trace_collections.h:28:5: note: [blink-gc] Untraced field 'm_heapLinkedSet' declared here:
31 ./trace_collections.h:29:5: note: [blink-gc] Untraced field 'm_wtfLinkedSet' declared here:
[all …]
Dfields_illegal_tracing.txt5 ./fields_illegal_tracing.h:37:5: note: [blink-gc] OwnPtr field 'm_obj1' to a GC managed class decla…
8 ./fields_illegal_tracing.h:38:5: note: [blink-gc] RefPtr field 'm_obj2' to a GC managed class decla…
11 ./fields_illegal_tracing.h:40:5: note: [blink-gc] std::unique_ptr field 'm_obj4' to a GC managed cl…
14 ./fields_illegal_tracing.h:42:5: note: [blink-gc] Iterator field 'm_iterator2' to a GC managed coll…
17 ./fields_illegal_tracing.h:43:5: note: [blink-gc] Iterator field 'm_iterator3' to a GC managed coll…
23 ./fields_illegal_tracing.h:51:5: note: [blink-gc] OwnPtr field 'm_obj1' to a GC managed class decla…
26 ./fields_illegal_tracing.h:52:5: note: [blink-gc] RefPtr field 'm_obj2' to a GC managed class decla…
29 ./fields_illegal_tracing.h:54:5: note: [blink-gc] std::unique_ptr field 'm_obj4' to a GC managed cl…
32 ./fields_illegal_tracing.h:55:5: note: [blink-gc] Iterator field 'm_iterator3' to a GC managed coll…
35 ./fields_illegal_tracing.h:56:5: note: [blink-gc] Iterator field 'm_iterator4' to a GC managed coll…
[all …]
/external/v8/tools/clang/blink_gc_plugin/tests/
Dtrace_collections.txt4 ./trace_collections.h:16:5: note: [blink-gc] Untraced field 'm_heapVector' declared here:
7 ./trace_collections.h:17:5: note: [blink-gc] Untraced field 'm_wtfVector' declared here:
10 ./trace_collections.h:19:5: note: [blink-gc] Untraced field 'm_heapDeque' declared here:
13 ./trace_collections.h:20:5: note: [blink-gc] Untraced field 'm_wtfDeque' declared here:
16 ./trace_collections.h:22:5: note: [blink-gc] Untraced field 'm_heapSet' declared here:
19 ./trace_collections.h:23:5: note: [blink-gc] Untraced field 'm_wtfSet' declared here:
22 ./trace_collections.h:25:5: note: [blink-gc] Untraced field 'm_heapListSet' declared here:
25 ./trace_collections.h:26:5: note: [blink-gc] Untraced field 'm_wtfListSet' declared here:
28 ./trace_collections.h:28:5: note: [blink-gc] Untraced field 'm_heapLinkedSet' declared here:
31 ./trace_collections.h:29:5: note: [blink-gc] Untraced field 'm_wtfLinkedSet' declared here:
[all …]
Dfields_illegal_tracing.txt5 ./fields_illegal_tracing.h:37:5: note: [blink-gc] OwnPtr field 'm_obj1' to a GC managed class decla…
8 ./fields_illegal_tracing.h:38:5: note: [blink-gc] RefPtr field 'm_obj2' to a GC managed class decla…
11 ./fields_illegal_tracing.h:40:5: note: [blink-gc] std::unique_ptr field 'm_obj4' to a GC managed cl…
14 ./fields_illegal_tracing.h:42:5: note: [blink-gc] Iterator field 'm_iterator2' to a GC managed coll…
17 ./fields_illegal_tracing.h:43:5: note: [blink-gc] Iterator field 'm_iterator3' to a GC managed coll…
23 ./fields_illegal_tracing.h:51:5: note: [blink-gc] OwnPtr field 'm_obj1' to a GC managed class decla…
26 ./fields_illegal_tracing.h:52:5: note: [blink-gc] RefPtr field 'm_obj2' to a GC managed class decla…
29 ./fields_illegal_tracing.h:54:5: note: [blink-gc] std::unique_ptr field 'm_obj4' to a GC managed cl…
32 ./fields_illegal_tracing.h:55:5: note: [blink-gc] Iterator field 'm_iterator3' to a GC managed coll…
35 ./fields_illegal_tracing.h:56:5: note: [blink-gc] Iterator field 'm_iterator4' to a GC managed coll…
[all …]
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl16 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}}
28 // as a note here any longer.
30 …image2d_t imageField; // expected-note{{field of illegal type '__read_only image2d_t' declared her…
35 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
37 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
42 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
44 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
49 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
[all …]
/external/v8/tools/clang/plugins/tests/
Dipc.txt22 ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
25 ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
29 ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
32 ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
38 ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
41 ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
44 ipc.cpp:197:29: note: see here
47 ipc.cpp:196:27: note: see here
53 ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
56 ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
[all …]
Dbase_refcounted.txt5 ./base_refcounted.h:44:7: note: [chromium-style] 'PublicRefCountedDtorInHeader' inherits from 'base…
11 ./base_refcounted.h:55:7: note: [chromium-style] 'PublicRefCountedThreadSafeDtorInHeader' inherits …
20 ./base_refcounted.h:107:7: note: [chromium-style] 'DerivedProtectedToPublicInHeader' inherits from …
23 ./base_refcounted.h:81:7: note: [chromium-style] 'ProtectedRefCountedVirtualDtorInHeader' inherits …
29 ./base_refcounted.h:116:7: note: [chromium-style] 'ImplicitDerivedProtectedToPublicInHeader' inheri…
32 ./base_refcounted.h:81:7: note: [chromium-style] 'ProtectedRefCountedVirtualDtorInHeader' inherits …
38 ./base_refcounted.h:147:7: note: [chromium-style] 'ImplementsAPublicInterface' inherits from 'base:…
41 ./base_refcounted.h:139:3: note: [chromium-style] Public destructor declared here
44 ./base_refcounted.h:146:7: note: [chromium-style] 'ImplementsAPublicInterface' inherits from 'APubl…
50 ./base_refcounted.h:166:7: note: [chromium-style] 'ImplementsAnImplicitInterface' inherits from 'ba…
[all …]
/external/clang/test/Analysis/
DDeallocUseAfterFreeErrors.m38 [super dealloc]; // expected-note {{[super dealloc] called here}}
40 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
58 [super dealloc]; // expected-note {{[super dealloc] called here}}
60 // expected-note@-1 {{Use of instance variable '_delegate' after 'self' has been deallocated}}
76 [super dealloc]; // expected-note {{[super dealloc] called here}}
78 // expected-note@-1 {{Use of instance variable '_s' after 'self' has been deallocated}}
95 [super dealloc]; // expected-note {{[super dealloc] called here}}
97 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
108 [super dealloc]; // expected-note {{[super dealloc] called here}}
110 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
[all …]
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Dsection.s5 .section .note.GNU-stack,"",@progbits
6 .section .note.GNU-stack2,"",%progbits
7 .section .note.GNU-,"",@progbits
8 .section -.note.GNU,"",@progbits
70 .section .note.test,"",@note
/external/llvm/test/MC/ELF/
Dsection.s5 .section .note.GNU-stack,"",@progbits
6 .section .note.GNU-stack2,"",%progbits
7 .section .note.GNU-,"",@progbits
8 .section -.note.GNU,"","progbits"
87 .section .note.test,"",@note

12345678910>>...73