• Home
  • Raw
  • Download

Lines Matching refs:EHCleanupScope

130     EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si));  in getInnermostActiveNormalCleanup()
141 EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*find(si)); in getInnermostActiveEHScope()
157 char *Buffer = allocate(EHCleanupScope::getSizeForCleanupSize(Size)); in pushCleanup()
161 EHCleanupScope *Scope = in pushCleanup()
162 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
180 assert(isa<EHCleanupScope>(*begin())); in popCleanup()
181 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); in popCleanup()
187 Cleanup.~EHCleanupScope(); in popCleanup()
244 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
265 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); in initFullExprCleanup()
378 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks()
391 EHCleanupScope &Scope) { in CreateNormalEntry()
496 EHCleanupScope &scope) { in destroyOptimisticNormalEntry()
537 assert(isa<EHCleanupScope>(*EHStack.begin()) && "top not a cleanup!"); in PopCleanupBlock()
538 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock()
599 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing)); in PopCleanupBlock()
702 BranchThroughDest = CreateNormalEntry(*this, cast<EHCleanupScope>(S)); in PopCleanupBlock()
927 EHCleanupScope &Scope = in EmitBranchThroughCleanup()
928 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
937 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup()
962 if (cast<EHCleanupScope>(*EHStack.find(C)).getNormalBlock()) in IsUsedAsNormalCleanup()
970 EHCleanupScope &S = cast<EHCleanupScope>(*EHStack.find(I)); in IsUsedAsNormalCleanup()
1013 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation()
1069 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock()
1081 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock()