• Home
  • Raw
  • Download

Lines Matching refs:EHCleanupScope

152     EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*it);  in containsOnlyLifetimeMarkers()
163 if (auto *cleanup = dyn_cast<EHCleanupScope>(&*find(si))) in requiresLandingPad()
178 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); in getInnermostActiveNormalCleanup()
187 char *Buffer = allocate(EHCleanupScope::getSizeForCleanupSize(Size)); in pushCleanup()
192 EHCleanupScope *Scope = in pushCleanup()
193 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
213 assert(isa<EHCleanupScope>(*begin())); in popCleanup()
214 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); in popCleanup()
277 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
298 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); in initFullExprCleanup()
425 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks()
465 EHCleanupScope &Scope) { in CreateNormalEntry()
564 EHCleanupScope &scope) { in destroyOptimisticNormalEntry()
605 assert(isa<EHCleanupScope>(*EHStack.begin()) && "top not a cleanup!"); in PopCleanupBlock()
606 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock()
669 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing)); in PopCleanupBlock()
781 BranchThroughDest = CreateNormalEntry(*this, cast<EHCleanupScope>(S)); in PopCleanupBlock()
1041 EHCleanupScope &Scope = in EmitBranchThroughCleanup()
1042 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
1051 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup()
1076 if (cast<EHCleanupScope>(*EHStack.find(C)).getNormalBlock()) in IsUsedAsNormalCleanup()
1084 EHCleanupScope &S = cast<EHCleanupScope>(*EHStack.find(I)); in IsUsedAsNormalCleanup()
1127 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation()
1184 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock()
1196 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock()