Lines Matching refs:EHCleanupScope
132 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); in getInnermostActiveNormalCleanup()
143 EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*find(si)); in getInnermostActiveEHScope()
159 char *Buffer = allocate(EHCleanupScope::getSizeForCleanupSize(Size)); in pushCleanup()
163 EHCleanupScope *Scope = in pushCleanup()
164 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
182 assert(isa<EHCleanupScope>(*begin())); in popCleanup()
183 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); in popCleanup()
246 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
267 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); in initFullExprCleanup()
381 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks()
421 EHCleanupScope &Scope) { in CreateNormalEntry()
533 EHCleanupScope &scope) { in destroyOptimisticNormalEntry()
574 assert(isa<EHCleanupScope>(*EHStack.begin()) && "top not a cleanup!"); in PopCleanupBlock()
575 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock()
636 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing)); in PopCleanupBlock()
739 BranchThroughDest = CreateNormalEntry(*this, cast<EHCleanupScope>(S)); in PopCleanupBlock()
965 EHCleanupScope &Scope = in EmitBranchThroughCleanup()
966 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
975 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup()
1000 if (cast<EHCleanupScope>(*EHStack.find(C)).getNormalBlock()) in IsUsedAsNormalCleanup()
1008 EHCleanupScope &S = cast<EHCleanupScope>(*EHStack.find(I)); in IsUsedAsNormalCleanup()
1051 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation()
1107 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock()
1119 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock()