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()
384 info.NeedsCopyDispose = true; in computeBlockInfo()
419 info.NeedsCopyDispose = true; in computeBlockInfo()
424 info.NeedsCopyDispose = true; in computeBlockInfo()
430 info.NeedsCopyDispose = true; in computeBlockInfo()
439 info.NeedsCopyDispose = true; in computeBlockInfo()
594 if (!blockInfo.NeedsCopyDispose) return; in enterBlockScope()
731 if (blockInfo.NeedsCopyDispose) flags |= BLOCK_HAS_COPY_DISPOSE; in EmitBlockLiteral()
DCGBlocks.h191 bool NeedsCopyDispose : 1; variable
DCGDebugInfo.cpp3055 "__descriptor", C.getPointerType(block.NeedsCopyDispose in EmitDeclareOfBlockLiteralArgVariable()