Lines Matching refs:on
10 P = P+5; // expected-error {{arithmetic on a pointer to an incomplete type 'I0'}}
12 …return &P[4]; // expected-error{{expected method to read array element not found on object of ty…
26 …xpected-error {{application of 'sizeof' to interface 'I0' is not supported on this architecture an…
35 …xpected-error {{application of 'sizeof' to interface 'I0' is not supported on this architecture an…
46 typedef struct { @defs(I1); } I1_defs; // expected-error {{use of @defs is not supported on this ar…
54 …P = P+5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
55 …P = 5+P; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
56 …P = P-5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
58 …return P[4].x[2]; // expected-error {{expected method to read array element not found on object o…
67 …expected-error {{application of 'sizeof' to interface 'I' is not supported on this architecture an…
88 …++f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size f…
89 …--f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size f…