Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
316 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
H A DCGExprAgg.cpp992 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local
1194 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; in VisitInitListExpr() local
H A DCGBlocks.cpp649 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); in enterNonTrivialFullExpression() local
1515 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction() local
H A DCGObjC.cpp2709 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainScalarExpr() local
2725 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainAutoreleaseScalarExpr() local
H A DCGStmt.cpp1033 if (const ExprWithCleanups *cleanups = in EmitReturnStmt() local
H A DCGExpr.cpp860 const auto *cleanups = cast<ExprWithCleanups>(E); in EmitLValue() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp602 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum() local
H A DSemaStmt.cpp567 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr)) in GetTypeBeforeIntegralPromotion() local
H A DSemaExpr.cpp10255 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); in maybeRebuildARCConsumingStmt() local