Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.h246 bool NeedsCopyDispose : 1; variable
H A DCGBlocks.cpp36 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo()
112 if (BlockInfo.NeedsCopyDispose) { in getBlockDescriptorName()
210 if (blockInfo.NeedsCopyDispose) { in buildBlockDescriptor()
434 Info.NeedsCopyDispose = true; in addBlockLayout()
844 if (blockInfo.NeedsCopyDispose) in EmitBlockLiteral()
1039 if (!blockInfo.NoEscape && !blockInfo.NeedsCopyDispose) in EmitBlockLiteral()
H A DCGDebugInfo.cpp4883 Context.getPointerType(Block.NeedsCopyDispose in collectDefaultFieldsForBlockLiteralDeclare()
H A DCGObjCMac.cpp2945 return getBlockLayoutInfoString(RunSkipBlockVars, blockInfo.NeedsCopyDispose); in getRCBlockLayoutStr()