Home
last modified time | relevance | path

Searched refs:_Block_object_assign (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/Rewriter/
Dinner-block-helper-funcs.mm29 // CHECK-LP: _Block_object_assign((void*)&dst->innerBlock, (void*)src->innerBlock, 7
31 // CHECK-LP: _Block_object_assign((void*)&dst->innerObject, (void*)src->innerObject, 3
/external/clang/docs/
DBlock-ABI-Apple.rst16 * 2008/10/28 - specify use of ``_Block_object_assign`` and
279 _Block_object_assign(&dst->existingBlock, src->existingBlock, BLOCK_FIELD_IS_BLOCK);
320 ``_Block_object_assign`` runtime helper function and in the dispose helper the
336 _Block_object_assign(&dst->objectPointer, src-> objectPointer, BLOCK_FIELD_IS_OBJECT);
426 helper code generated must use the ``_Block_object_assign`` and
451_Block_object_assign(&dst->captured_voidBlock, src->captured_voidBlock, BLOCK_FIELD_IS_BLOCK | BLO…
474 the ``byref`` data block using the functions ``_Block_object_assign`` and
514_Block_object_assign(&dst->captured_i, src->captured_i, BLOCK_FIELD_IS_BYREF | BLOCK_BYREF_CALLER);
547 ``_Block_object_assign`` and ``_Block_object_dispose``.
580 helper functions should use ``_Block_object_assign`` and
[all …]
/external/clang/test/CodeGenObjC/
Dblocks-1.m8 // RUN: grep "_Block_object_assign" %t | count 4
18 // RUN: grep "_Block_object_assign" %t | count 4
Darc-blocks.m159 // CHECK: call void @_Block_object_assign(i8* {{%.*}}, i8* {{%.*}}, i32 8)
242 // CHECK: call void @_Block_object_assign(i8* {{%.*}}, i8* {{%.*}}, i32 8)
372 // objc_retainBlock/release instead of _Block_object_assign/destroy.
373 // We can also use _Block_object_assign/destroy with
/external/compiler-rt/test/BlocksRuntime/
Dobjectassign.c26 void _Block_object_assign(void *destAddr, const void *object, const int isWeak) { in _Block_object_assign() function
DobjectRRGC.c27 void _Block_object_assign(void *destAddr, const void *object, const int isWeak) { in _Block_object_assign() function
/external/compiler-rt/lib/BlocksRuntime/
DBlock_private.h111 BLOCK_EXPORT void _Block_object_assign(void *destAddr, const void *object, const int flags);
Druntime.c560 void _Block_object_assign(void *destAddr, const void *object, const int flags) { in _Block_object_assign() function
/external/honggfuzz/third_party/android/libBlocksRuntime/
DBlock_private.h111 BLOCK_EXPORT void _Block_object_assign(void *destAddr, const void *object, const int flags);
Druntime.c560 void _Block_object_assign(void *destAddr, const void *object, const int flags) { in _Block_object_assign() function
/external/llvm/test/DebugInfo/X86/
Ddebug-info-blocks.ll225 call void @_Block_object_assign(i8* %13, i8* %12, i32 3) #3, !dbg !103
229 declare void @_Block_object_assign(i8*, i8*, i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddebug-info-blocks.ll222 call void @_Block_object_assign(i8* %13, i8* %12, i32 3) #3, !dbg !103
226 declare void @_Block_object_assign(i8*, i8*, i32)
/external/clang/include/clang/Basic/
DBuiltins.def1225 LIBBUILTIN(_Block_object_assign, "vv*vC*iC", "f", "Blocks.h", ALL_LANGUAGES)