Searched refs:retained (Results 1 – 25 of 146) sorted by relevance
123456
/external/clang/test/SemaObjC/ |
D | arc-unsafe-assigns.m | 24 self.unsafe_prop = [Foo new]; // expected-warning {{assigning retained object to unsafe property}} 25 …self->unsafe_ivar = [Foo new]; // expected-warning {{assigning retained object to unsafe_unretaine… 26 …self.unsafe_prop = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe p… 27 …self->unsafe_ivar = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe_… 30 unsafe_var = [Foo new]; // expected-warning {{assigning retained object to unsafe_unretained}} 31 …unsafe_var = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe_unretai… 36 f.unsafe_prop = [Foo new]; // expected-warning {{assigning retained object to unsafe property}} 39 unsafe_var = [Foo new]; // expected-warning {{assigning retained object to unsafe_unretained}} 40 …unsafe_var = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe_unretai…
|
D | warn-retain-cycle.m | 11 [x setBlock: // expected-note {{block will be retained by the captured object}} 13 x.block = // expected-note {{block will be retained by the captured object}} 16 [x addBlock: // expected-note {{block will be retained by the captured object}} 32 … // expected-note {{block will be retained by the captured object}} 48 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b… 49 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b… 63 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b… 69 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b… 71 …d-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained b… 73 …^{ (void) sizeof(self); // expected-note {{block will be retained by an object strongly retained b… [all …]
|
D | property-ns-returns-not-retained-attr.m | 11 … expected-warning {{property declared as returning non-retained objects; getter returning retained…
|
/external/chromium_org/v8/src/heap/ |
D | objects-visiting.cc | 200 Object* retained = retainer->RetainAs(list); in VisitWeakList() local 201 if (retained != NULL) { in VisitWeakList() 204 head = retained; in VisitWeakList() 208 WeakListVisitor<T>::SetWeakNext(tail, retained); in VisitWeakList() 212 collector->RecordSlot(next_slot, next_slot, retained); in VisitWeakList() 216 DCHECK(!retained->IsUndefined()); in VisitWeakList() 217 candidate = reinterpret_cast<T*>(retained); in VisitWeakList()
|
/external/clang/test/Analysis/ |
D | PR2978.m | 36 @synthesize Y = _Y; // expected-warning{{The '_Y' instance variable was retained by a synthesized p… 37 @synthesize Z = _Z; // expected-warning{{The '_Z' instance variable was not retained by a synthesiz… 42 @synthesize W = _W; // expected-warning{{The '_W' instance variable was retained by a synthesized p…
|
/external/chromium_org/chrome/browser/apps/ |
D | ephemeral_app_service_unittest.cc | 81 for (LaunchTimeAppMap::iterator retained = launch_times.begin(); in RunTestCheckLRU() local 82 retained != launch_times.end(); ++retained) { in RunTestCheckLRU() 83 EXPECT_LE(removed->first, retained->first); in RunTestCheckLRU()
|
/external/stlport/stlport/ |
D | unordered_map | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | unordered_set | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | ciso646 | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | cstring | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | cstdarg | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | pthread_alloc | 19 * without fee, provided the above notices are retained on all copies. 21 * provided the above notices are retained, and a notice that the code was
|
D | cwchar | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | csignal | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | clocale | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | cwctype | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | csetjmp | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | cctype | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | cassert | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | new | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | cstddef | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | cfloat | 9 * without fee, provided the above notices are retained on all copies. 11 * provided the above notices are retained, and a notice that the code was
|
D | valarray | 12 * without fee, provided the above notices are retained on all copies. 14 * provided the above notices are retained, and a notice that the code was
|
D | limits | 12 * without fee, provided the above notices are retained on all copies. 14 * provided the above notices are retained, and a notice that the code was
|
D | numeric | 16 * without fee, provided the above notices are retained on all copies. 18 * provided the above notices are retained, and a notice that the code was
|
123456