Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:cleanups

559 /// a full-expression so that the block's cleanups are pushed at the
571 // pushing cleanups as necessary.
582 // If there are cleanups to emit, enter them (but inactive).
639 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects();
641 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
1501 CodeGenFunction::RunCleanupsScope cleanups(*this);
1576 cleanups.ForceCleanup();