Lines Matching refs:cycle

12 …]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}}
14 …}; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}}
17 …]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}}
30 … // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}} \
47 …x->owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will …
48 …x.owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will b…
62 …self.owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block…
68 …owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will…
70 …owner.strong = ^{ ^{ (void) owner; }(); }; // expected-warning {{retain cycle}} expected-note {{bl…
73 …// expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}}
80 …owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will…
93 …// expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}}
125 …// expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}}
136 // retain cycle.
148 …); // expected-warning{{capturing 'b1' strongly in this block is likely to lead to a retain cycle}}
153 …); // expected-warning{{capturing 'b2' strongly in this block is likely to lead to a retain cycle}}
169 …; // expected-warning{{capturing 'obj' strongly in this block is likely to lead to a retain cycle}}
173 …; // expected-warning{{capturing 'obj' strongly in this block is likely to lead to a retain cycle}}