Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBlocks.cpp31 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo()
96 if (blockInfo.NeedsCopyDispose) { in buildBlockDescriptor()
379 info.NeedsCopyDispose = true; in computeBlockInfo()
415 info.NeedsCopyDispose = true; in computeBlockInfo()
420 info.NeedsCopyDispose = true; in computeBlockInfo()
426 info.NeedsCopyDispose = true; in computeBlockInfo()
435 info.NeedsCopyDispose = true; in computeBlockInfo()
580 if (!blockInfo.NeedsCopyDispose) return; in enterBlockScope()
717 if (blockInfo.NeedsCopyDispose) flags |= BLOCK_HAS_COPY_DISPOSE; in EmitBlockLiteral()
DCGBlocks.h191 bool NeedsCopyDispose : 1; variable
DCGDebugInfo.cpp2969 C.getPointerType(block.NeedsCopyDispose ? in EmitDeclareOfBlockLiteralArgVariable()