Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/docs/
H A DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp177 namespace Cleanups { namespace
/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp470 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
477 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
H A DCFG.cpp1399 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp1336 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local
H A DCGStmt.cpp2321 CodeGenFunction::RunCleanupsScope Cleanups(*this); in EmitAsmStmt() local
H A DMicrosoftCXXABI.cpp4142 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
H A DCGCall.cpp3899 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp1948 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
3087 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
H A DSemaExprCXX.cpp7313 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
H A DSemaDecl.cpp1982 if (const auto *Cleanups = dyn_cast_or_null<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local