Lines Matching defs:Cleanup
1107 // Enter a partial-destruction Cleanup if necessary.
1110 // In principle we could tell the Cleanup where we are more
1191 // Store the new Cleanup position for irregular Cleanups.
1281 // Store the new Cleanup position for irregular Cleanups.
1285 // Enter a partial-destruction Cleanup if necessary.
1300 // Leave the Cleanup if we entered one.
1419 class CallDeleteDuringNew final : public EHScopeStack::Cleanup {
1531 DirectCleanup *Cleanup = CGF.EHStack.pushCleanupWithExtra<DirectCleanup>(
1536 Cleanup->setPlacementArg(I, Arg.getRValue(CGF), Arg.Ty);
1557 ConditionalCleanup *Cleanup = CGF.EHStack
1567 Cleanup->setPlacementArg(
1875 struct CallObjectDelete final : EHScopeStack::Cleanup {
2015 struct CallArrayDelete final : EHScopeStack::Cleanup {