Lines Matching refs:accessed
22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
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}}
57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
66 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
67 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
71 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
72 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
76 …use(a.implicitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multip…
77 use(a.implicitProp); // expected-note{{also accessed here}}
81 …use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple ti…
82 use(Test.weakProp); // expected-note{{also accessed here}}
92 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time…
93 use(a->weakIvar); // expected-note{{also accessed here}}
98 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}}
99 use(a); // expected-note{{also accessed here}}
103 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
104 use([a weakProp]); // expected-note{{also accessed here}}
113 [a setWeakProp:get()]; // expected-note{{also accessed here}}
114 use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
118 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
119 use([a weakProp]); // expected-note{{also accessed here}}
121 use([b weakProp]); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
122 use(b.weakProp); // expected-note{{also accessed here}}
127 id val = a.weakProp; // expected-note{{also accessed here}}
128 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
133 val = a.weakProp; // expected-note{{also accessed here}}
134 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
138 a->weakIvar = get(); // expected-note{{also accessed here}}
139 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time…
144 a = get(); // expected-note{{also accessed here}}
145 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}}
168 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
169 use(a.weakProp); // expected-note{{also accessed here}}
210 a.weakProp = get(); // expected-note{{also accessed here}}
211 …if (!a.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
212 a.weakProp = get(); // expected-note{{also accessed here}}
218 …if (!a.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
219 a.weakProp = get(); // expected-note{{also accessed here}}
220 a.weakProp = get(); // expected-note{{also accessed here}}
225 …if (!b.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
226 b.weakProp = get(); // expected-note{{also accessed here}}
227 b.weakProp = get(); // expected-note{{also accessed here}}
232 …if (!c.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
233 c.weakProp = get(); // expected-note{{also accessed here}}
234 c.weakProp = get(); // expected-note{{also accessed here}}
239 …if (!d.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
240 d.weakProp = get(); // expected-note{{also accessed here}}
241 d.weakProp = get(); // expected-note{{also accessed here}}
247 …if (!e.weakProp) { // expected-warning{{weak property 'weakProp' is accessed multiple times in thi…
248 e.weakProp = get(); // expected-note{{also accessed here}}
249 e.weakProp = get(); // expected-note{{also accessed here}}
256 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
273 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
281 use(a); // expected-warning{{weak variable 'a' is accessed multiple times in this function}}
298 …use(self.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in th…
299 use(self.weakProp); // expected-note{{also accessed here}}
303 …use(weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple times i…
304 use(weakIvar); // expected-note{{also accessed here}}
308 …use(self.strongProp.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple …
309 use(self.strongProp.weakProp); // expected-note{{also accessed here}}
311 …use(self->ivar.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times…
312 use(self->ivar.weakProp); // expected-note{{also accessed here}}
314 …use(self->ivar->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed mult…
315 use(self->ivar->weakIvar); // expected-note{{also accessed here}}
362 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
363 use(a.weakProp); // expected-note{{also accessed here}}
373 … use(x.a.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}}
374 use(y.a.weakProp); // expected-note{{also accessed here}}
387 a.weakProp = nil; // expected-note{{also accessed here}}
389 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
394 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
396 use(a.weakProp); // expected-note{{also accessed here}}
400 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
401 use(b.strongProp.weakProp); // expected-note{{also accessed here}}
407 …use(a->ivar.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple time…
408 use(b->ivar.weakProp); // expected-note{{also accessed here}}
458 …use(NSBundle.foo.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
459 use(NSBundle2.foo.weakProp); // expected-note{{also accessed here}}
462 …use(NSBundle.foo2.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multipl…
463 use(NSBundle2.foo2.weakProp); // expected-note{{also accessed here}}