Home
last modified time | relevance | path

Searched defs:cleanups (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dtsd.c13 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; global() variable
/freebsd/crypto/krb5/src/util/verto/
H A Dev_wrap.h22 #define cleanups ((loop)->cleanups) macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp327 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
H A DCGObjC.cpp3495 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainScalarExpr() local
3510 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainAutoreleaseScalarExpr() local
3620 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCUnsafeUnretainedScalarExpr() local
H A DCGExprAgg.cpp1538 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local
H A DCGBlocks.cpp2167 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction() local
H A DCGExpr.cpp1649 const auto *cleanups = cast<ExprWithCleanups>(E); in EmitLValueHelper() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp697 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum() local
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c1505 int cleanups; in softdep_flush() local