Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.h277 const BlockExpr *BlockExpression; variable
312 assert(BlockExpression); in getBlockExpr()
313 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
314 return BlockExpression; in getBlockExpr()
H A DCGBlocks.cpp794 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
818 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); in EmitBlockLiteral()
1104 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()
1294 blockInfo.BlockExpression = BE; in GetAddrOfGlobalBlock()
1317 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock()
1396 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); in buildGlobalBlock()
1399 blockInfo.BlockExpression, in buildGlobalBlock()
H A DCGCall.cpp3654 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()