reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 2864   if (helpers) flags |= BLOCK_BYREF_HAS_COPY_DISPOSE;
 2866     if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED;
 2869           flags |= BLOCK_BYREF_LAYOUT_STRONG;
 2872           flags |= BLOCK_BYREF_LAYOUT_WEAK;
 2875           flags |= BLOCK_BYREF_LAYOUT_UNRETAINED;
 2879             flags |= BLOCK_BYREF_LAYOUT_NON_OBJECT;
 2885       printf("\n Inline flag for BYREF variable layout (%d):", flags.getBitMask());
 2886       if (flags & BLOCK_BYREF_HAS_COPY_DISPOSE)
 2888       if (flags & BLOCK_BYREF_LAYOUT_MASK) {
 2889         BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK);
 2904   storeHeaderField(llvm::ConstantInt::get(IntTy, flags.getBitMask()),