Home
last modified time | relevance | path

Searched refs:BLOCK_FIELD_IS_WEAK (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/docs/
H A DBlock-ABI-Apple.rst611 …_Block_object_assign(&dest->_block_byref_i, src-> _block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIEL…
617 _Block_object_dispose(src->_block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIELD_IS_BYREF);
624 …_Block_object_assign(&dest->_block_byref_i, src->_block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIELD…
630 …_Block_object_assign(&dest->_block_byref_i, src->_block_byref_i, BLOCK_FIELD_IS_WEAK | BLOCK_FIELD…
657 …ign(&dst->captured_obj, src->captured_obj, BLOCK_FIELD_IS_OBJECT | BLOCK_FIELD_IS_WEAK | BLOCK_BYR…
662 …_Block_object_dispose(param->captured_obj, BLOCK_FIELD_IS_OBJECT | BLOCK_FIELD_IS_WEAK | BLOCK_BYR…
684 … _Block_object_assign(&dst->byref_obj, src->byref_obj, BLOCK_FIELD_IS_BYREF | BLOCK_FIELD_IS_WEAK);
689 _Block_object_dispose(src->byref_obj, BLOCK_FIELD_IS_BYREF | BLOCK_FIELD_IS_WEAK);
876 BLOCK_FIELD_IS_WEAK = 16, // declared __weak
889 this causes the addition of ``BLOCK_FIELD_IS_WEAK`` orred onto the
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h105 BLOCK_FIELD_IS_WEAK = 0x10, /* declared __weak, only used in byref copy enumerator
H A DCGBlocks.cpp1368 flags |= BLOCK_FIELD_IS_WEAK; in GenerateCopyHelperFunction()
1533 flags |= BLOCK_FIELD_IS_WEAK; in GenerateDestroyHelperFunction()
1992 flags |= BLOCK_FIELD_IS_WEAK; in buildByrefHelpers()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dblocks.m83 // supposed to pass BLOCK_FIELD_IS_WEAK here.
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp47 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy enumerator
4253 flag |= BLOCK_FIELD_IS_WEAK; in RewriteByRefVar()
H A DRewriteModernObjC.cpp48 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy enumerator
5179 flag |= BLOCK_FIELD_IS_WEAK; in RewriteByRefVar()