Searched refs:BLOCK_USE_STRET (Results 1 – 3 of 3) sorted by relevance
45 BLOCK_USE_STRET = (1 << 29), enumerator83 int want = BLOCK_HAS_OBJC_TYPE | BLOCK_USE_STRET; in usesStruct()89 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE); in main()90 printf("desired stack flags: %d\n", BLOCK_USE_STRET | BLOCK_HAS_OBJC_TYPE); in main()
64 BLOCK_USE_STRET = (1 << 29), enumerator
722 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET; in EmitBlockLiteral()1071 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET; in buildGlobalBlock()