Home
last modified time | relevance | path

Searched refs:BLOCK_HAS_EXTENDED_LAYOUT (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.h66 BLOCK_HAS_EXTENDED_LAYOUT = (1 << 31) enumerator
DCGBlocks.cpp730 if (blockInfo.HasCapturedVariableLayout) flags |= BLOCK_HAS_EXTENDED_LAYOUT; in EmitBlockLiteral()
/external/clang/test/CodeGenObjC/
Darc-blocks.m122 // 0x42800000 - has signature, copy/dispose helpers, as well as BLOCK_HAS_EXTENDED_LAYOUT
174 // 0x40800000 - has signature but no copy/dispose, as well as BLOCK_HAS_EXTENDED_LAYOUT
202 // 0x42800000 - has signature, copy/dispose helpers, as well as BLOCK_HAS_EXTENDED_LAYOUT
251 // 0x42800000 - has signature, copy/dispose helpers, as well as BLOCK_HAS_EXTENDED_LAYOUT