• Home
  • Raw
  • Download

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}}
31 … // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}} \
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…
63 …self.owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block…
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…
74 …// expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}}
81 …owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will…
94 …// 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}}
137 // retain cycle.
149 …); // expected-warning{{capturing 'b1' strongly in this block is likely to lead to a retain cycle}}
154 …); // expected-warning{{capturing 'b2' strongly in this block is likely to lead to a retain cycle}}
170 …; // expected-warning{{capturing 'obj' strongly in this block is likely to lead to a retain cycle}}
174 …; // expected-warning{{capturing 'obj' strongly in this block is likely to lead to a retain cycle}}