Home
last modified time | relevance | path

Searched refs:BlockExpression (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.h231 const BlockExpr *BlockExpression; variable
266 assert(BlockExpression); in getBlockExpr()
267 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
268 return BlockExpression; in getBlockExpr()
DCGBlocks.cpp680 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
689 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()
1039 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()
DCGCall.cpp2778 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.h247 const BlockExpr *BlockExpression; variable
278 assert(BlockExpression); in getBlockExpr()
279 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
280 return BlockExpression; in getBlockExpr()
DCGBlocks.cpp789 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
815 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); in EmitBlockLiteral()
1101 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()
1290 blockInfo.BlockExpression = BE; in GetAddrOfGlobalBlock()
1313 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock()
1392 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); in buildGlobalBlock()
1395 blockInfo.BlockExpression, in buildGlobalBlock()
DCGCall.cpp3312 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()