Searched refs:BLOCK_USE_STRET (Results 1 – 3 of 3) sorted by relevance
38 BLOCK_USE_STRET = (1 << 29), enumerator76 int want = BLOCK_HAS_OBJC_TYPE | BLOCK_USE_STRET; in usesStruct()82 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE); in main()83 printf("desired stack flags: %d\n", BLOCK_USE_STRET | BLOCK_HAS_OBJC_TYPE); in main()
54 BLOCK_USE_STRET = (1 << 29), enumerator
653 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET; in EmitBlockLiteral()961 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET; in buildGlobalBlock()