Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2745 BlockFlags ThisFlag(flags.getBitMask() & BLOCK_BYREF_LAYOUT_MASK); in emitByrefStructureInit() local
2746 if (ThisFlag == BLOCK_BYREF_LAYOUT_EXTENDED) in emitByrefStructureInit()
2748 if (ThisFlag == BLOCK_BYREF_LAYOUT_STRONG) in emitByrefStructureInit()
2750 if (ThisFlag == BLOCK_BYREF_LAYOUT_WEAK) in emitByrefStructureInit()
2752 if (ThisFlag == BLOCK_BYREF_LAYOUT_UNRETAINED) in emitByrefStructureInit()
2754 if (ThisFlag == BLOCK_BYREF_LAYOUT_NON_OBJECT) in emitByrefStructureInit()