Home
last modified time | relevance | path

Searched refs:retained (Results 1 – 25 of 146) sorted by relevance

123456

/external/clang/test/SemaObjC/
Darc-unsafe-assigns.m24 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…
Dwarn-retain-cycle.m11 [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 …]
Dproperty-ns-returns-not-retained-attr.m11 … expected-warning {{property declared as returning non-retained objects; getter returning retained
/external/chromium_org/v8/src/heap/
Dobjects-visiting.cc200 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/
DPR2978.m36 @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/
Dephemeral_app_service_unittest.cc81 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/
Dunordered_map9 * 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
Dunordered_set9 * 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
Dciso6469 * 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
Dcstring9 * 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
Dcstdarg9 * 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
Dpthread_alloc19 * 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
Dcwchar9 * 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
Dcsignal9 * 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
Dclocale9 * 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
Dcwctype9 * 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
Dcsetjmp9 * 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
Dcctype9 * 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
Dcassert9 * 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
Dnew9 * 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
Dcstddef9 * 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
Dcfloat9 * 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
Dvalarray12 * 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
Dlimits12 * 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
Dnumeric16 * 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