Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtsd.c8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
316 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
DCGExprAgg.cpp992 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local
1184 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; in VisitInitListExpr() local
DCGBlocks.cpp633 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); in enterNonTrivialFullExpression() local
1493 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction() local
DCGObjC.cpp2716 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainScalarExpr() local
2732 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainAutoreleaseScalarExpr() local
DCGStmt.cpp992 if (const ExprWithCleanups *cleanups = in EmitReturnStmt() local
DCGExpr.cpp829 const auto *cleanups = cast<ExprWithCleanups>(E); in EmitLValue() local
/external/clang/lib/Sema/
DSemaLambda.cpp602 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum() local
DSemaStmt.cpp569 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr)) in GetTypeBeforeIntegralPromotion() local
DSemaExpr.cpp10071 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); in maybeRebuildARCConsumingStmt() local
/external/yaffs2/yaffs2/
Dyaffs_guts.c2328 int cleanups = 0; in yaffs_GarbageCollectBlock() local