Home
last modified time | relevance | path

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

12345678910>>...100

/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dnegative-immediates.s8 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
12 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
16 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
20 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
24 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
28 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
32 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
36 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
40 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
44 # CHECK-DISABLED: note: instruction requires: NegativeImmediates
[all …]
Dvmov-vmvn-illegal-cases.s6 @ CHECK: note: operand must be a register in range [d0, d31]
7 @ CHECK: note: invalid operand for instruction
10 @ CHECK: note: operand must be a register in range [q0, q15]
11 @ CHECK: note: invalid operand for instruction
14 @ CHECK: note: operand must be a register in range [d0, d31]
15 @ CHECK: note: invalid operand for instruction
18 @ CHECK: note: operand must be a register in range [q0, q15]
19 @ CHECK: note: invalid operand for instruction
22 @ CHECK: note: operand must be a register in range [q0, q15]
23 @ CHECK: note: invalid operand for instruction
[all …]
Dnegative-immediates-thumb1-fail.s7 # CHECK-DAG: note: instruction requires: thumb2
8 # CHECK-DAG: note: invalid operand for instruction
9 # CHECK-DAG: note: operand must be an immediate in the range [0,7]
10 # CHECK-DAG: note: operand must be a register in range [r0, r7]
14 # CHECK-DAG: note: invalid operand for instruction
15 # CHECK-DAG: note: operand must be an immediate in the range [0,255]
19 # CHECK-DAG: note: invalid operand for instruction
20 # CHECK-DAG: note: operand must be an immediate in the range [0,7]
21 # CHECK-DAG: note: operand must be a register in range [r0, r7]
25 # CHECK-DAG: note: invalid operand for instruction
[all …]
Dnegative-immediates-fail.s7 # CHECK: note: invalid operand for instruction
8 # CHECK: note: operand must be a register in range [r0, r15]
11 # CHECK: note: invalid operand for instruction
12 # CHECK: note: operand must be a register in range [r0, r15]
15 # CHECK: note: invalid operand for instruction
16 # CHECK: note: operand must be a register in range [r0, r15]
20 # CHECK: note: invalid operand for instruction
21 # CHECK: note: operand must be a register in range [r0, r15]
25 # CHECK: note: invalid operand for instruction
26 # CHECK: note: operand must be a register in range [r0, r15]
[all …]
/external/mesa3d/src/util/
Dbuild_id.c53 struct build_id_note *note; member
79 struct build_id_note *note = (void *)(info->dlpi_addr + in build_id_find_nhdr_callback() local
84 if (note->nhdr.n_type == NT_GNU_BUILD_ID && in build_id_find_nhdr_callback()
85 note->nhdr.n_descsz != 0 && in build_id_find_nhdr_callback()
86 note->nhdr.n_namesz == 4 && in build_id_find_nhdr_callback()
87 memcmp(note->name, "GNU", 4) == 0) { in build_id_find_nhdr_callback()
88 data->note = note; in build_id_find_nhdr_callback()
93 ALIGN(note->nhdr.n_namesz, 4) + in build_id_find_nhdr_callback()
94 ALIGN(note->nhdr.n_descsz, 4); in build_id_find_nhdr_callback()
95 note = (struct build_id_note *)((char *)note + offset); in build_id_find_nhdr_callback()
[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 …]
/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/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/v8/tools/clang/blink_gc_plugin/tests/
Dtrace_collections.txt5 ./trace_collections.h:17:5: note: [blink-gc] Field 'm_wtfVector' requiring finalization declared he…
8 ./trace_collections.h:20:5: note: [blink-gc] Field 'm_wtfDeque' requiring finalization declared her…
14 ./trace_collections.h:16:5: note: [blink-gc] Untraced field 'm_heapVector' declared here:
17 ./trace_collections.h:17:5: note: [blink-gc] Untraced field 'm_wtfVector' declared here:
20 ./trace_collections.h:19:5: note: [blink-gc] Untraced field 'm_heapDeque' declared here:
23 ./trace_collections.h:20:5: note: [blink-gc] Untraced field 'm_wtfDeque' declared here:
26 ./trace_collections.h:22:5: note: [blink-gc] Untraced field 'm_heapSet' declared here:
29 ./trace_collections.h:23:5: note: [blink-gc] Untraced field 'm_wtfSet' declared here:
32 ./trace_collections.h:25:5: note: [blink-gc] Untraced field 'm_heapListSet' declared here:
35 ./trace_collections.h:26:5: note: [blink-gc] Untraced field 'm_wtfListSet' declared here:
[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/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/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 …]
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr_test.cc85 Notification note; in TEST_F() local
88 [this, &status, &note](const Status& s) { in TEST_F()
90 note.Notify(); in TEST_F()
108 Notification note; in TEST_F() local
111 [this, &status, &note](const Status& s) { in TEST_F()
113 note.Notify(); in TEST_F()
116 note.WaitForNotification(); in TEST_F()
135 Notification note; in TEST_F() local
138 [this, &status, &note](const Status& s) { in TEST_F()
140 note.Notify(); in TEST_F()
[all …]
/external/perfetto/ui/src/frontend/
Dnotes_panel.ts81 for (const note of Object.values(globals.state.notes)) { constant
82 const timestamp = note.timestamp;
92 selection.id === note.id;
98 this.drawFlag(ctx, left, size.height, note.color, isSelected);
100 this.drawFlag(ctx, left, size.height, note.color, /* fill */ true);
102 this.drawFlag(ctx, left, size.height, note.color);
105 if (note.text) {
106 const summary = toSummary(note.text);
157 for (const note of Object.values(globals.state.notes)) { constant
158 const noteX = timeScale.timeToPx(note.timestamp);
[all …]

12345678910>>...100