Searched defs:ns_consumed (Results 1 – 5 of 5) sorted by relevance
8 - (char)isEqual:(id) __attribute__((ns_consumed)) object;9 - (_Complex float) asComplexWithArg: (id) __attribute__((ns_consumed)) object;
1440 - (void) consume: (id __attribute__((ns_consumed))) ptr;
105 - (void)bar1:(id) __attribute((ns_consumed)) b;106 - (void)ok:(id) __attribute((ns_consumed)) b;113 …)) b; // expected-error {{overriding method has mismatched ns_consumed attribute on its parameter}}115 - (void)ok:(id) __attribute((ns_consumed)) b;
387 - (void) test16_5: (id) __attribute__((ns_consumed)) x; // expected-note {{one possibility}}
33 - (void)addObject:(id) __attribute__((ns_consumed)) X;