Lines Matching full: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}}
31 … // expected-note {{block will be retained by the captured object}}
47 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
48 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
62 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
68 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
70 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
72 …id) sizeof(self); // expected-note {{block will be retained by an object strongly retained by the …
80 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
92 …block = ^{ // expected-note {{block will be retained by an object strongly retained by the capture…
123 …methingElse:^() { // expected-note {{block will be retained by an object strongly retained by the …
135 // This case will be caught by -Wuninitialized, and does not create a
141 // This case will also be caught by -Wuninitialized.
147 __block block_t b1 = ^{ // expected-note{{block will be retained by the captured object}}
152 b2 = ^{ // expected-note{{block will be retained by the captured object}}
168 [obj setBlock:[^{ // expected-note{{block will be retained by the captured object}}
172 …t)_Block_copy((__bridge void *)^{ // expected-note{{block will be retained by the captured object}}