Home
last modified time | relevance | path

Searched defs:ns_returns_retained (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaObjC/
Dns_returns_retained_block_return.m13 BT foo() __attribute__((ns_returns_retained)); category
14 - (BT) Meth __attribute__((ns_returns_retained));
15 + (BT) ClsMeth __attribute__((ns_returns_retained));
19 BT foo() __attribute__((ns_returns_retained)) {return ^{}; } category
Darc-peformselector.m6 - (id) test __attribute__((ns_returns_retained)); // expected-note {{method 'test' declared here}}
10 …d)PlusOne __attribute__((ns_returns_retained)); // expected-note {{method 'PlusOne' declared here}}
Darc-decls.m117 …s_retained)); // expected-error {{overriding method has mismatched ns_returns_retained attributes}}
Darc.m385 - (id) test16_3: (int) x __attribute__((ns_returns_retained)); // expected-note {{one possibility}}
/external/clang/test/CodeGenObjC/
Darc.m1036 - (id) test __attribute__((ns_returns_retained)) {
1248 + (id) make __attribute__((ns_returns_retained));
/external/clang/test/Analysis/
Dretain-release-gc-only.m357 - (NSString*) returnsAnOwnedString __attribute__((ns_returns_retained));
372 - (NSDate*) returnsNSRetained __attribute__((ns_returns_retained));
Dproperties.m864 - (id)transferOwnedFromProperty __attribute__((ns_returns_retained)) {