Searched refs:BLOCK_USE_STRET (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dblockstret.c38 BLOCK_USE_STRET = (1 << 29), enumerator in enum:__anon15872
76 int want = BLOCK_HAS_OBJC_TYPE | BLOCK_USE_STRET;
82 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
83 printf("desired stack flags: %d\n", BLOCK_USE_STRET | BLOCK_HAS_OBJC_TYPE);
/external/clang/lib/CodeGen/
H A DCGBlocks.h64 BLOCK_USE_STRET = (1 << 29), enumerator in enum:clang::CodeGen::BlockLiteralFlags
H A DCGBlocks.cpp153 /// 29. BLOCK_USE_STRET - indicates that the block function
719 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET;
1055 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET;

Completed in 85 milliseconds