Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp45 NextCleanupDestIndex(1), FirstBlockInfo(nullptr), EHResumeBlock(nullptr), in CodeGenFunction()
85 if (FirstBlockInfo) in ~CodeGenFunction()
86 destroyBlockInfos(FirstBlockInfo); in ~CodeGenFunction()
DCGBlocks.cpp578 blockInfo.NextBlockInfo = CGF.FirstBlockInfo; in enterBlockScope()
579 CGF.FirstBlockInfo = &blockInfo; in enterBlockScope()
696 blockInfo.reset(findAndRemoveBlockInfo(&FirstBlockInfo, in EmitBlockLiteral()
DCodeGenFunction.h301 CGBlockInfo *FirstBlockInfo; variable