• Home
  • Raw
  • Download

Lines Matching refs:ownership

367 …__autoreleasing id x; // expected-error {{__block variables cannot have __autoreleasing ownership}}
427 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
428 …// expected-note{{use CFBridgingRelease call to transfer ownership of a +1 'struct Test19 *' into …
430 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
431 …// expected-note{{use CFBridgingRelease call to transfer ownership of a +1 'struct Test19 *' into …
435 …t20_implicit; // expected-error {{thread-local variable has non-trivial ownership: type is '__stro…
436 …est20_strong; // expected-error {{thread-local variable has non-trivial ownership: type is '__stro…
437 … test20_weak; // expected-error {{thread-local variable has non-trivial ownership: type is '__weak…
438 …ble has non-trivial ownership: type is '__autoreleasing id'}} expected-error {{global variables ca…
441 …t20_implicit; // expected-error {{thread-local variable has non-trivial ownership: type is '__stro…
442 …est20_strong; // expected-error {{thread-local variable has non-trivial ownership: type is '__stro…
443 … test20_weak; // expected-error {{thread-local variable has non-trivial ownership: type is '__weak…
444 …ble has non-trivial ownership: type is '__autoreleasing id'}} expected-error {{global variables ca…
453 // Check casting w/ ownership qualifiers.
463 void test22(id x[]) { // expected-error {{must explicitly describe intended ownership of an object …
502 …annot perform atomic operation on a pointer to type '__strong id': type has non-trivial ownership}}
701 …* bezelColors[]); // expected-error {{must explicitly describe intended ownership of an object arr…
762 - (void)method:(id[])objects; // expected-error{{must explicitly describe intended ownership of an …