Lines Matching refs:retained
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 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b…
49 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b…
63 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b…
69 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b…
71 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b…
73 …^{ (void) sizeof(self); // expected-note {{block will be retained by an object strongly retained b…
81 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b…
93 …block = ^{ // expected-note {{block will be retained by an object strongly retained by the capture…
124 … addSomethingElse:^() { // expected-note {{block will be retained by an object strongly retained b…
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 …block_t)_Block_copy((__bridge void *)^{ // expected-note{{block will be retained by the captured o…