Home
last modified time | relevance | path

Searched refs:BLOCK_USE_STRET (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.h64 BLOCK_USE_STRET = (1 << 29), enumerator
HDCGBlocks.cpp733 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET; in EmitBlockLiteral()
1076 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET; in buildGlobalBlock()
/NextBSD/contrib/gcc/
HDc-common.h1062 BLOCK_USE_STRET = (1 << 29) enumerator
HDChangeLog.apple20 Set BLOCK_USE_STRET flag in block descriptor for
22 * c-common.h (BLOCK_USE_STRET): New flag.
HDc-parser.c8776 flags |= BLOCK_USE_STRET; in build_block_struct_initlist()
/NextBSD/contrib/gcc/cp/
HDChangeLog.apple47 Set BLOCK_USE_STRET flag in block descriptor for
HDparser.c19257 flags |= BLOCK_USE_STRET; in VEC()