• Home
  • Raw
  • Download

Lines Matching full:here

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}}
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}}
113 [a setWeakProp:get()]; // expected-note{{also accessed here}}
119 use([a weakProp]); // expected-note{{also accessed here}}
122 use(b.weakProp); // expected-note{{also accessed here}}
127 id val = a.weakProp; // expected-note{{also accessed here}}
133 val = a.weakProp; // expected-note{{also accessed here}}
138 a->weakIvar = get(); // expected-note{{also accessed here}}
144 a = get(); // expected-note{{also accessed here}}
169 use(a.weakProp); // expected-note{{also accessed here}}
210 a.weakProp = get(); // expected-note{{also accessed here}}
212 a.weakProp = get(); // expected-note{{also accessed here}}
219 a.weakProp = get(); // expected-note{{also accessed here}}
220 a.weakProp = get(); // expected-note{{also accessed here}}
226 b.weakProp = get(); // expected-note{{also accessed here}}
227 b.weakProp = get(); // expected-note{{also accessed here}}
233 c.weakProp = get(); // expected-note{{also accessed here}}
234 c.weakProp = get(); // expected-note{{also accessed here}}
240 d.weakProp = get(); // expected-note{{also accessed here}}
241 d.weakProp = get(); // expected-note{{also accessed here}}
248 e.weakProp = get(); // expected-note{{also accessed here}}
249 e.weakProp = get(); // expected-note{{also accessed here}}
299 use(self.weakProp); // expected-note{{also accessed here}}
304 use(weakIvar); // expected-note{{also accessed here}}
309 use(self.strongProp.weakProp); // expected-note{{also accessed here}}
312 use(self->ivar.weakProp); // expected-note{{also accessed here}}
315 use(self->ivar->weakIvar); // expected-note{{also accessed here}}
363 use(a.weakProp); // expected-note{{also accessed here}}
374 use(y.a.weakProp); // expected-note{{also accessed here}}
387 a.weakProp = nil; // expected-note{{also accessed here}}
396 use(a.weakProp); // expected-note{{also accessed here}}
401 use(b.strongProp.weakProp); // expected-note{{also accessed here}}
408 use(b->ivar.weakProp); // expected-note{{also accessed here}}
459 use(NSBundle2.foo.weakProp); // expected-note{{also accessed here}}
463 use(NSBundle2.foo2.weakProp); // expected-note{{also accessed here}}