Home
last modified time | relevance | path

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

/llvm-project/llvm/docs/
H A DExceptionHandling.rst255 Cleanups section in LLVM Code Generation
/llvm-project/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp177 namespace Cleanups { namespace
/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp230 CodeGenFunction::LexicalScope Cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
H A DCGStmt.cpp2620 CodeGenFunction::RunCleanupsScope Cleanups(*this); EmitAsmStmt() local
H A DMicrosoftCXXABI.cpp4157 CodeGenFunction::RunCleanupsScope Cleanups(CGF); getAddrOfCXXCtorClosure() local
H A DCGCall.cpp4210 ArrayRef<CallArgList::CallArgCleanup> Cleanups = deactivateArgCleanupsBeforeCall() local
/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp470 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) findInfo() local
477 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) findInfo() local
H A DCFG.cpp1480 auto *Cleanups = cast<ExprWithCleanups>(Child); findConstructionContexts() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1981 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) ProcessIterationStmt() local
2944 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) DiagnoseForRangeReferenceVariableCopies() local
H A DSemaExprCXX.cpp7601 auto Cleanups = llvm::ArrayRef(ExprCleanupObjects.begin() + FirstCleanup, MaybeCreateExprWithCleanups() local
H A DSemaDecl.cpp1956 if (const auto *Cleanups = dyn_cast_if_present<ExprWithCleanups>(Init)) ShouldDiagnoseUnusedDecl() local