Lines Matching refs:by
11 [x setBlock: // expected-note {{block will be retained by the captured object}}
13 x.block = // expected-note {{block will be retained by the captured object}}
16 [x addBlock: // expected-note {{block will be retained by the captured object}}
32 … // expected-note {{block will be retained by the captured object}}
48 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
49 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
63 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
69 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
71 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
73 …id) sizeof(self); // expected-note {{block will be retained by an object strongly retained by the …
81 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
93 …block = ^{ // expected-note {{block will be retained by an object strongly retained by the capture…
124 …methingElse:^() { // expected-note {{block will be retained by an object strongly retained by the …
136 // This case will be caught by -Wuninitialized, and does not create a
142 // This case will also be caught by -Wuninitialized.
148 __block block_t b1 = ^{ // expected-note{{block will be retained by the captured object}}
153 b2 = ^{ // expected-note{{block will be retained by the captured object}}
169 [obj setBlock:[^{ // expected-note{{block will be retained by the captured object}}
173 …t)_Block_copy((__bridge void *)^{ // expected-note{{block will be retained by the captured object}}