Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:cleanups

798   CodeGenFunction::RunCleanupsScope cleanups(CGF);
983 SmallVector<EHScopeStack::stable_iterator, 16> cleanups;
1022 // initialized, we can end up pushing a linear number of cleanups.
1033 cleanups.push_back(CGF.EHStack.stable_begin());
1047 // Deactivate all the partial cleanups in reverse order, which
1049 for (unsigned i = cleanups.size(); i != 0; --i)
1050 CGF.DeactivateCleanupBlock(cleanups[i-1], cleanupDominator);
1292 const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(init);
1293 if (cleanups)
1294 init = cleanups->getSubExpr();
1307 // Check if there are any recursive cleanups to do, i.e. if we have