Searched refs:BLOCK_FIELD_IS_WEAK (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/compiler-rt/BlocksRuntime/ |
| HD | runtime.c | 380 …l isWeak = ((flags & (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK)) == (BLOCK_FIELD_IS_BYREF|BLOCK_FI… in _Block_byref_assign_copy() 563 if ((flags & BLOCK_FIELD_IS_WEAK) == BLOCK_FIELD_IS_WEAK) { in _Block_object_assign() 604 …else if ((flags & (BLOCK_FIELD_IS_WEAK|BLOCK_FIELD_IS_BLOCK|BLOCK_BYREF_CALLER)) == BLOCK_FIELD_IS… in _Block_object_dispose()
|
| HD | Block_private.h | 106 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy helpers */ enumerator
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBlocks.h | 105 BLOCK_FIELD_IS_WEAK = 0x10, /* declared __weak, only used in byref copy enumerator
|
| HD | CGBlocks.cpp | 1349 flags |= BLOCK_FIELD_IS_WEAK; in GenerateCopyHelperFunction() 1516 flags |= BLOCK_FIELD_IS_WEAK; in GenerateDestroyHelperFunction() 1976 flags |= BLOCK_FIELD_IS_WEAK; in buildByrefHelpers()
|
| /trueos/contrib/gcc/ |
| HD | c-common.h | 1047 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy helpers */ enumerator
|
| HD | c-decl.c | 3718 …initlist = tree_cons (fields, fold_convert (ptr_type_node, ((flag & BLOCK_FIELD_IS_WEAK) != 0) ? i… in init_byref_decl() 3836 flag = BLOCK_FIELD_IS_WEAK; in finish_decl() 3854 COPYABLE_WEAK_BLOCK (decl) = ((flag & BLOCK_FIELD_IS_WEAK) != 0); in finish_decl()
|
| HD | c-parser.c | 9073 flag |= BLOCK_FIELD_IS_WEAK; in synth_copy_helper_block_func() 9146 flag |= BLOCK_FIELD_IS_WEAK; in synth_destroy_helper_block_func()
|
| /trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| HD | RewriteObjC.cpp | 45 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy enumerator 4319 flag |= BLOCK_FIELD_IS_WEAK; in RewriteByRefVar()
|
| HD | RewriteModernObjC.cpp | 46 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy enumerator 5279 flag |= BLOCK_FIELD_IS_WEAK; in RewriteByRefVar()
|
| /trueos/contrib/gcc/cp/ |
| HD | parser.c | 19555 flag |= BLOCK_FIELD_IS_WEAK; in synth_copy_helper_block_func() 19654 flag |= BLOCK_FIELD_IS_WEAK; in synth_destroy_helper_block_func()
|
| HD | decl.c | 5464 …initlist = tree_cons (fields, fold_convert (ptr_type_node, ((flag & BLOCK_FIELD_IS_WEAK) != 0) ? i… in init_byref_decl()
|