Searched refs:cleanups (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec40 code cleanups (thanks to Dag-Erling Smorgrav).
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp101 // layout object. However, this is blocked on other cleanups to the
124 /// Flags used to differentiate cleanups and catchalls in Windows SEH
245 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
271 // Leave any cleanups associated with the catch.
272 cleanups.ForceCleanup();
329 CodeGenFunction::RunCleanupsScope cleanups(CGF);
332 // ARC release and lock-release cleanups.
H A DCGExprAgg.cpp1346 // Deactivate all the partial cleanups in reverse order, which
1357 CodeGenFunction::RunCleanupsScope cleanups(CGF);
1513 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
1516 cleanups.push_back(cleanup);
1617 // initialized, we can end up pushing a linear number of cleanups.
1639 // Deactivate all the partial cleanups in reverse order, which
1641 assert((cleanupDominator || cleanups.empty()) &&
1643 for (unsigned i = cleanups.size(); i != 0; --i)
1644 CGF.DeactivateCleanupBlock(cleanups[i-1], cleanupDominator);
H A DCGObjC.cpp1001 // The constructor might require cleanups (in which case it's never
3291 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) {
3293 return EmitARCRetainScalarExpr(cleanups->getSubExpr());
3306 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) {
3308 return EmitARCRetainAutoreleaseScalarExpr(cleanups->getSubExpr());
3341 // Do so before running any cleanups for the full-expression.
3349 // only running cleanups after the throw has started, and when it
3416 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) {
3418 return emitARCUnsafeUnretainedScalarExpr(*this, cleanups->getSubExpr());
H A DCGBlocks.cpp2169 CodeGenFunction::RunCleanupsScope cleanups(*this);
2183 cleanups.ForceCleanup();
H A DCGExpr.cpp308 // __weak objects always get EH cleanups; otherwise, exceptions
1339 const auto *cleanups = cast<ExprWithCleanups>(E); local
1341 LValue LV = EmitLValue(cleanups->getSubExpr());
1344 // cleanups.
/freebsd-13-stable/contrib/jemalloc/src/
H A Dtsd.c13 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
345 pending[i] = cleanups[i]();
358 cleanups[ncleanups] = f;
/freebsd-13-stable/contrib/apr/memory/unix/
H A Dapr_pools.c582 cleanup_t *cleanups; member in struct:apr_pool_t
933 /* Run pre destroy cleanups */
946 /* Run cleanups */
947 run_cleanups(&pool->cleanups);
950 pool->cleanups = NULL;
986 /* Run pre destroy cleanups */
999 /* Run cleanups */
1000 run_cleanups(&pool->cleanups);
1112 pool->cleanups = NULL;
1203 pool->cleanups
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp680 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); local
682 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
685 if (cleanups) {
686 cleanups->setSubExpr(E);
1235 // cleanups from the enclosing full-expression.
/freebsd-13-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec206 - minor cleanups

Completed in 223 milliseconds