Home | History | Annotate | Download | only in docs

Lines Matching full:__attribute

379   void foo(__attribute((ns_consumed)) id x);
380 - (void) foo: (id) __attribute((ns_consumed)) x;
435 id foo(void) __attribute((ns_returns_retained));
436 - (id) foo __attribute((ns_returns_retained));