Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c380 …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()
H A DBlock_private.h106 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy helpers */ enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h94 BLOCK_FIELD_IS_WEAK = 0x10, /* declared __weak, only used in byref copy enumerator
H A DCGBlocks.cpp1610 Flags |= BLOCK_FIELD_IS_WEAK; in computeCopyInfoForBlockCapture()
1741 if (F & BLOCK_FIELD_IS_WEAK) in getBlockCaptureStr()
2026 Flags |= BLOCK_FIELD_IS_WEAK; in computeDestroyInfoForBlockCapture()
2544 flags |= BLOCK_FIELD_IS_WEAK; in buildByrefHelpers()
H A DCGDecl.cpp2179 Flags |= BLOCK_FIELD_IS_WEAK; in EmitAutoVarCleanups()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp49 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy enumerator
5057 flag |= BLOCK_FIELD_IS_WEAK; in RewriteByRefVar()