Lines Matching refs:also

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}}
68 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
73 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
78 use(a.implicitProp); // expected-note{{also accessed here}}
83 use(Test.weakProp); // expected-note{{also accessed here}}
94 use(a->weakIvar); // expected-note{{also accessed here}}
100 use(a); // expected-note{{also accessed here}}
105 use([a weakProp]); // expected-note{{also accessed here}}
114 [a setWeakProp:get()]; // expected-note{{also accessed here}}
120 use([a weakProp]); // expected-note{{also accessed here}}
123 use(b.weakProp); // expected-note{{also accessed here}}
128 id val = a.weakProp; // expected-note{{also accessed here}}
134 val = a.weakProp; // expected-note{{also accessed here}}
139 a->weakIvar = get(); // expected-note{{also accessed here}}
145 a = get(); // expected-note{{also accessed here}}
170 use(a.weakProp); // expected-note{{also accessed here}}
211 a.weakProp = get(); // expected-note{{also accessed here}}
213 a.weakProp = get(); // expected-note{{also accessed here}}
220 a.weakProp = get(); // expected-note{{also accessed here}}
221 a.weakProp = get(); // expected-note{{also accessed here}}
227 b.weakProp = get(); // expected-note{{also accessed here}}
228 b.weakProp = get(); // expected-note{{also accessed here}}
234 c.weakProp = get(); // expected-note{{also accessed here}}
235 c.weakProp = get(); // expected-note{{also accessed here}}
241 d.weakProp = get(); // expected-note{{also accessed here}}
242 d.weakProp = get(); // expected-note{{also accessed here}}
249 e.weakProp = get(); // expected-note{{also accessed here}}
250 e.weakProp = get(); // expected-note{{also accessed here}}
300 use(self.weakProp); // expected-note{{also accessed here}}
305 use(weakIvar); // expected-note{{also accessed here}}
310 use(self.strongProp.weakProp); // expected-note{{also accessed here}}
313 use(self->ivar.weakProp); // expected-note{{also accessed here}}
316 use(self->ivar->weakIvar); // expected-note{{also accessed here}}
364 use(a.weakProp); // expected-note{{also accessed here}}
375 use(y.a.weakProp); // expected-note{{also accessed here}}
388 a.weakProp = nil; // expected-note{{also accessed here}}
397 use(a.weakProp); // expected-note{{also accessed here}}
402 use(b.strongProp.weakProp); // expected-note{{also accessed here}}
409 use(b->ivar.weakProp); // expected-note{{also accessed here}}
460 use(NSBundle2.foo.weakProp); // expected-note{{also accessed here}}
464 use(NSBundle2.foo2.weakProp); // expected-note{{also accessed here}}