Searched defs:ns_consumed (Results 1 – 13 of 13) 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;
11 +(struct stret) methodConsuming:(id __attribute__((ns_consumed)))consumed;
1448 - (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}}
117 - (void)bar1:(id) __attribute((ns_consumed)) b;118 - (void)ok:(id) __attribute((ns_consumed)) b;125 …)) b; // expected-error {{overriding method has mismatched ns_consumed attribute on its parameter}}127 - (void)ok:(id) __attribute((ns_consumed)) b;
10 …id)p; // expected-error {{overriding method has mismatched ns_consumed attribute on its parameter}}
29 …)p; // expected-warning {{overriding method has mismatched ns_consumed attribute on its parameter}}
390 - (void) test16_5: (id) __attribute__((ns_consumed)) x; // expected-note {{one possibility}}
33 - (void)addObject:(id) __attribute__((ns_consumed)) X;