Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
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.m86 …s_retained)); // expected-error {{overriding method has mismatched ns_returns_retained attributes}}
Darc.m373 - (id) test16_3: (int) x __attribute__((ns_returns_retained)); // expected-note {{one possibility}}
/external/clang/test/CodeGenObjC/
Darc.m991 - (id) test __attribute__((ns_returns_retained)) {
1179 + (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));