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()
370 info.NeedsCopyDispose = true; in computeBlockInfo()
402 info.NeedsCopyDispose = true; in computeBlockInfo()
412 info.NeedsCopyDispose = true; in computeBlockInfo()
419 info.NeedsCopyDispose = true; in computeBlockInfo()
428 info.NeedsCopyDispose = true; in computeBlockInfo()
583 if (!blockInfo.NeedsCopyDispose) return; in enterBlockScope()
720 if (blockInfo.NeedsCopyDispose) flags |= BLOCK_HAS_COPY_DISPOSE; in EmitBlockLiteral()
DCGBlocks.h211 bool NeedsCopyDispose : 1; variable
DCGDebugInfo.cpp3386 "__descriptor", C.getPointerType(block.NeedsCopyDispose in EmitDeclareOfBlockLiteralArgVariable()