Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:cleanups

554 /// a full-expression so that the block's cleanups are pushed at the
566 // pushing cleanups as necessary.
577 // If there are cleanups to emit, enter them (but inactive).
633 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects();
635 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
1493 CodeGenFunction::RunCleanupsScope cleanups(*this);
1567 cleanups.ForceCleanup();