Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjC/
Dblock-byref-variable-layout.m27 // Inline flag for BYREF variable layout (536870912): BLOCK_BYREF_LAYOUT_NON_OBJECT
/external/clang/lib/CodeGen/
DCGBlocks.h54 BLOCK_BYREF_LAYOUT_NON_OBJECT = (2 << 28), enumerator
DCGBlocks.cpp2207 flags |= BLOCK_BYREF_LAYOUT_NON_OBJECT; in emitByrefStructureInit()
2226 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()