Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h277 const BlockExpr *BlockExpression; variable
306 assert(BlockExpression); in getBlockExpr()
307 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
308 return BlockExpression; in getBlockExpr()
H A DCGBlocks.cpp769 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
793 return CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression); in EmitBlockLiteral()
1079 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()
1262 blockInfo.BlockExpression = BE; in GetAddrOfGlobalBlock()
1285 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && in buildGlobalBlock()
1364 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); in buildGlobalBlock()
1367 blockInfo.BlockExpression, in buildGlobalBlock()
H A DCGCall.cpp3890 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()