Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/docs/
H A DExceptionHandling.rst255 Cleanups section in LLVM Code Generation
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp232 CodeGenFunction::LexicalScope Cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
H A DCGExprAgg.cpp1354 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local
H A DCGStmt.cpp2332 CodeGenFunction::RunCleanupsScope Cleanups(*this); in EmitAsmStmt() local
H A DMicrosoftCXXABI.cpp4155 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
H A DCGCall.cpp3949 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
/openbsd-src/gnu/llvm/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.cpp1457 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1948 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
3096 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
H A DSemaExprCXX.cpp7333 auto Cleanups = llvm::ArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
H A DSemaDecl.cpp2012 if (const auto *Cleanups = dyn_cast_or_null<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local