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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  968       flags |= BLOCK_HAS_EXTENDED_LAYOUT;
  970       flags |= BLOCK_HAS_COPY_DISPOSE;
  972       flags |= BLOCK_HAS_CXX_OBJ;
  974       flags |= BLOCK_USE_STRET;
  976       flags |= BLOCK_IS_NOESCAPE | BLOCK_IS_GLOBAL;
 1408       flags |= BLOCK_USE_STRET;
 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;