Home | History | Annotate | Download | only in SemaObjCXX

Lines Matching full:__weak

4 int &f0(id __strong const *); // expected-note{{candidate function not viable: 1st argument ('__weak id *') has __weak ownership, but parameter has __strong ownership}}
9 id __weak *wip;
22 float &f1(id __weak const *);
27 id __weak *wip;
45 id __weak *wip;
62 id __weak wip;
78 id __weak wip;
80 extern __weak id weak_global_ptr;
94 id __weak wip;
110 A* __weak wip;
119 void f7(__strong id&); // expected-note{{candidate function not viable: 1st argument ('__weak id') has __weak ownership, but parameter has __strong ownership}} \
125 __weak id weak_id;
138 __weak id weak_id;
153 __weak id weak_id;
163 __weak A *weak_a;