/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
RTCMediaStreamTrack.mm | 46 __weak RTCMediaStreamTrack* _track;
|
RTCDataChannel.mm | 56 __weak RTCDataChannel* _channel;
|
/external/clang/test/CodeGenObjCXX/ |
block-var-layout.mm | 20 __weak id wid;
|
arc.mm | 16 void test0(__weak id *wp, __weak volatile id *wvp) { 53 __weak id weak;
|
/external/clang/test/SemaObjC/ |
arc-non-pod-memaccess.m | 16 void test(id __strong *sip, id __weak *wip, id __autoreleasing *aip,
|
warn-retain-cycle.m | 20 __weak Test0 *weakx = x; 56 __weak BlockOwner *weakowner;
|
/external/clang/docs/ |
AutomaticReferenceCounting.rst | 704 * ``__weak`` 707 ``__autoreleasing``, ``__strong``, or ``__weak``. [all...] |
Block-ABI-Apple.rst | 19 * 2008/10/30 - add ``__weak`` support. 593 ``__weak __block`` Support 596 Objective-C (and Objective-C++) support the ``__weak`` attribute on ``__block`` 599 should continue to be used for all reads and writes of ``__weak __block`` 606 The ``__weak`` variable is stored in a ``_block_byref_foo`` structure and the 638 __block __weak id obj = <initialization expression>; 876 BLOCK_FIELD_IS_WEAK = 16, // declared __weak 888 Under ObjC we allow ``__weak`` as an attribute on ``__block`` variables, and [all...] |
/external/clang/test/CodeGenObjC/ |
blocks.m | 42 // In-depth test for the initialization of a __weak __block variable. 87 __weak __block Test2 *weakX = x;
|
block-var-layout.m | 16 __weak id wid;
|
ns_consume_null_check.m | 36 __weak id weakObj = obj;
|
arc-ternary-op.m | 38 __weak id weak;
|
arc-foreach.m | 93 for (__weak id x in array) {
|
/external/clang/include/clang/Basic/ |
LangOptions.def | 117 BENIGN_LANGOPT(ObjCGCBitmapPrint , 1, 0, "printing of GC's bitmap layout for __weak/__strong ivars") 153 LANGOPT(ObjCARCWeak , 1, 0, "__weak support in the ARC runtime")
|
ObjCRuntime.h | 179 /// Does this runtime allow the use of __weak?
|
/external/clang/lib/ARCMigrate/ |
TransGCAttrs.cpp | 26 /// \brief Collects all the places where GC attributes __strong/__weak occur. 213 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained");
|
Transforms.h | 101 /// GC __weak.
|
/external/compiler-rt/lib/BlocksRuntime/ |
Block_private.h | 106 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy helpers */
|
runtime.c | 548 __weak block id 128+3+16 550 __weak __block (^Block) 128+7+16 573 // flags will indicate if it holds a __weak reference and needs a special isa
|
/external/libcxx/include/ |
__functional_base | 104 __weak _Tp* 105 addressof(__weak _Tp& __x) _NOEXCEPT
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__functional_base | 104 __weak _Tp* 105 addressof(__weak _Tp& __x) _NOEXCEPT
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__functional_base | 104 __weak _Tp* 105 addressof(__weak _Tp& __x) _NOEXCEPT
|
/external/clang/lib/CodeGen/ |
CGBlocks.h | 105 BLOCK_FIELD_IS_WEAK = 0x10, /* declared __weak, only used in byref copy
|
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ |
APPRTCAppClient.m | 46 __weak id<GAEMessageHandler> _messageHandler;
|
/external/clang/test/Index/ |
get-cursor.m | 11 __weak Foo *foo;
|