Lines Matching refs:unavailable
1 // silly workaround expected-note {{marked unavailable here}}
5 // another silly workaround expected-note {{marked unavailable here}}
10 …cp = test0(op); // expected-error {{'test0' is unavailable: converts between Objective-C and C poi…
11 …cp = *test1(&op); // expected-error {{'test1' is unavailable: converts between Objective-C and C p…
14 // workaround expected-note {{marked unavailable here}}
16 …p->field = 0; // expected-error {{'field' is unavailable: this system declaration uses an unsuppor…
19 // workaround expected-note {{marked unavailable here}}
21 …p->field1 = 0; // expected-error {{'field1' is unavailable: this system declaration uses an unsupp…
25 // workaround expected-note {{marked unavailable here}}
27 …p->field = 0; // expected-error {{'field' is unavailable: this system field has retaining ownershi…
41 // workaround expected-note 4 {{marked unavailable here}}
43 …*p.prop = 0; // expected-error {{'prop' is unavailable: this system declaration uses an unsupporte…
44 …p.prop = 0; // expected-error {{'prop' is unavailable: this system declaration uses an unsupported…
45 …*[p prop] = 0; // expected-error {{'prop' is unavailable: this system declaration uses an unsuppor…
46 …[p setProp: 0]; // expected-error {{'setProp:' is unavailable: this system declaration uses an uns…