Home
last modified time | relevance | path

Searched refs:unretained (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/
Dbind_helpers.h285 T* Unwrap(const UnretainedWrapper<T>& unretained) { in Unwrap() argument
286 return unretained.get(); in Unwrap()
/external/clang/test/Analysis/
Dretain-release-gc-only.m414 id unretained = @[]; // +0
415 consumeAndStopTracking(unretained, ^{}); // no-warning, GC
432 id unretained = @[]; // +0
433 …CFConsumeAndStopTracking((CFTypeRef)unretained, ^{}); // expected-warning {{Incorrect decrement of…
Dretain-release.m1944 id unretained = @[]; // +0
1945 …consumeAndStopTracking(unretained, ^{}); // expected-warning {{Incorrect decrement of the referenc…
1957 id unretained = @[]; // +0
1958 …CFConsumeAndStopTracking((CFTypeRef)unretained, ^{}); // expected-warning {{Incorrect decrement of…
/external/clang/test/SemaObjC/
Darc-property-lifetime.m114 // Test for 'Class' properties being unretained.
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1949 id unretained = @[]; // +0
1950 …consumeAndStopTracking(unretained, ^{}); // expected-warning {{Incorrect decrement of the referenc…
1962 id unretained = @[]; // +0
1963 …CFConsumeAndStopTracking((CFTypeRef)unretained, ^{}); // expected-warning {{Incorrect decrement of…
Dobjcmt-arc-cf-annotations.m.result1997 id unretained = @[]; // +0
1998 …consumeAndStopTracking(unretained, ^{}); // expected-warning {{Incorrect decrement of the referenc…
2010 id unretained = @[]; // +0
2011 …CFConsumeAndStopTracking((CFTypeRef)unretained, ^{}); // expected-warning {{Incorrect decrement of…
/external/clang/docs/
DAutomaticReferenceCounting.rst473 .. _arc.objects.operands.unretained-returns:
577 unretained, or known retain-agnostic.
586 An expression is :arc-term:`known unretained` if it is an rvalue of :ref:`C
621 ``__bridge_transfer`` cast. If the cast operand is known unretained or known