Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp31 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo()
102 if (blockInfo.NeedsCopyDispose) { in buildBlockDescriptor()
365 info.NeedsCopyDispose = true; in computeBlockInfo()
397 info.NeedsCopyDispose = true; in computeBlockInfo()
407 info.NeedsCopyDispose = true; in computeBlockInfo()
414 info.NeedsCopyDispose = true; in computeBlockInfo()
423 info.NeedsCopyDispose = true; in computeBlockInfo()
578 if (!blockInfo.NeedsCopyDispose) return; in enterBlockScope()
715 if (blockInfo.NeedsCopyDispose) flags |= BLOCK_HAS_COPY_DISPOSE; in EmitBlockLiteral()
DCGBlocks.h211 bool NeedsCopyDispose : 1; variable
DCGDebugInfo.cpp3185 "__descriptor", C.getPointerType(block.NeedsCopyDispose in EmitDeclareOfBlockLiteralArgVariable()