Lines Matching refs:EHCleanupScope

152     EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*it);  in containsOnlyLifetimeMarkers()
164 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); in getInnermostActiveNormalCleanup()
173 char *Buffer = allocate(EHCleanupScope::getSizeForCleanupSize(Size)); in pushCleanup()
177 EHCleanupScope *Scope = in pushCleanup()
178 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
196 assert(isa<EHCleanupScope>(*begin())); in popCleanup()
197 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); in popCleanup()
260 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
281 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); in initFullExprCleanup()
408 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks()
448 EHCleanupScope &Scope) { in CreateNormalEntry()
547 EHCleanupScope &scope) { in destroyOptimisticNormalEntry()
588 assert(isa<EHCleanupScope>(*EHStack.begin()) && "top not a cleanup!"); in PopCleanupBlock()
589 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock()
652 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing)); in PopCleanupBlock()
752 BranchThroughDest = CreateNormalEntry(*this, cast<EHCleanupScope>(S)); in PopCleanupBlock()
1012 EHCleanupScope &Scope = in EmitBranchThroughCleanup()
1013 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
1022 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup()
1047 if (cast<EHCleanupScope>(*EHStack.find(C)).getNormalBlock()) in IsUsedAsNormalCleanup()
1055 EHCleanupScope &S = cast<EHCleanupScope>(*EHStack.find(I)); in IsUsedAsNormalCleanup()
1098 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation()
1155 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock()
1167 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock()