Lines Matching refs:accessed
23 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
24 use(a.weakProp); // expected-note{{also accessed here}}
29 use(a.weakProp); // expected-note{{also accessed here}}
57 a.weakProp = get(); // expected-note{{also accessed here}}
58 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
67 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
68 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
72 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
73 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
77 …use(a.implicitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multip…
78 use(a.implicitProp); // expected-note{{also accessed here}}
82 …use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple ti…
83 use(Test.weakProp); // expected-note{{also accessed here}}
93 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time…
94 use(a->weakIvar); // expected-note{{also accessed here}}
99 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}}
100 use(a); // expected-note{{also accessed here}}
104 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
105 use([a weakProp]); // expected-note{{also accessed here}}
114 [a setWeakProp:get()]; // expected-note{{also accessed here}}
115 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
119 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
120 use([a weakProp]); // expected-note{{also accessed here}}
122 use([b weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
123 use(b.weakProp); // expected-note{{also accessed here}}
128 id val = a.weakProp; // expected-note{{also accessed here}}
129 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
134 val = a.weakProp; // expected-note{{also accessed here}}
135 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
139 a->weakIvar = get(); // expected-note{{also accessed here}}
140 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time…
145 a = get(); // expected-note{{also accessed here}}
146 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}}
169 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
170 use(a.weakProp); // expected-note{{also accessed here}}
211 a.weakProp = get(); // expected-note{{also accessed here}}
212 …if (!a.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
213 a.weakProp = get(); // expected-note{{also accessed here}}
219 …if (!a.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
220 a.weakProp = get(); // expected-note{{also accessed here}}
221 a.weakProp = get(); // expected-note{{also accessed here}}
226 …if (!b.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
227 b.weakProp = get(); // expected-note{{also accessed here}}
228 b.weakProp = get(); // expected-note{{also accessed here}}
233 …if (!c.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
234 c.weakProp = get(); // expected-note{{also accessed here}}
235 c.weakProp = get(); // expected-note{{also accessed here}}
240 …if (!d.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
241 d.weakProp = get(); // expected-note{{also accessed here}}
242 d.weakProp = get(); // expected-note{{also accessed here}}
248 …if (!e.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
249 e.weakProp = get(); // expected-note{{also accessed here}}
250 e.weakProp = get(); // expected-note{{also accessed here}}
257 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
274 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
282 use(a); // expected-warning{{weak variable 'a' is accessed multiple times in this function}}
299 …use(self.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in th…
300 use(self.weakProp); // expected-note{{also accessed here}}
304 …use(weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple times i…
305 use(weakIvar); // expected-note{{also accessed here}}
309 …use(self.strongProp.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple …
310 use(self.strongProp.weakProp); // expected-note{{also accessed here}}
312 …use(self->ivar.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times…
313 use(self->ivar.weakProp); // expected-note{{also accessed here}}
315 …use(self->ivar->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed mult…
316 use(self->ivar->weakIvar); // expected-note{{also accessed here}}
363 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
364 use(a.weakProp); // expected-note{{also accessed here}}
374 … use(x.a.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}}
375 use(y.a.weakProp); // expected-note{{also accessed here}}
388 a.weakProp = nil; // expected-note{{also accessed here}}
390 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
395 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
397 use(a.weakProp); // expected-note{{also accessed here}}
401 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
402 use(b.strongProp.weakProp); // expected-note{{also accessed here}}
408 …use(a->ivar.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple time…
409 use(b->ivar.weakProp); // expected-note{{also accessed here}}
459 …use(NSBundle.foo.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
460 use(NSBundle2.foo.weakProp); // expected-note{{also accessed here}}
463 …use(NSBundle.foo2.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multipl…
464 use(NSBundle2.foo2.weakProp); // expected-note{{also accessed here}}