Lines Matching refs:strong
36 @property (retain) void (^strong)(void); // expected-warning {{retain'ed block property does not co…
48 …x->owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will …
49 …x.owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will b…
50 x.owner2.strong = ^{ (void) x; };
51 x.owner3.strong = ^{ (void) x; };
63 …self.owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block…
64 self.owner2.strong = ^{ (void) owner; };
67 self.owner3.strong = ^{ (void) owner; };
69 …owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will…
71 …owner.strong = ^{ ^{ (void) owner; }(); }; // expected-warning {{retain cycle}} expected-note {{bl…
73 …owner.strong = ^{ (void) sizeof(self); // expected-note {{block will be retained by an object stro…
76 weakowner.strong = ^{ (void) owner; };
81 …owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will…