Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp45 NextCleanupDestIndex(1), FirstBlockInfo(nullptr), EHResumeBlock(nullptr), in CodeGenFunction()
81 if (FirstBlockInfo) in ~CodeGenFunction()
82 destroyBlockInfos(FirstBlockInfo); in ~CodeGenFunction()
H A DCGBlocks.cpp578 blockInfo.NextBlockInfo = CGF.FirstBlockInfo; in enterBlockScope()
579 CGF.FirstBlockInfo = &blockInfo; in enterBlockScope()
696 blockInfo.reset(findAndRemoveBlockInfo(&FirstBlockInfo, in EmitBlockLiteral()
H A DCodeGenFunction.h295 CGBlockInfo *FirstBlockInfo; variable