Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCRuntime.cpp230 CodeGenFunction::LexicalScope Cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
HDCGStmt.cpp2632 CodeGenFunction::RunCleanupsScope Cleanups(*this); in EmitAsmStmt() local
HDMicrosoftCXXABI.cpp4157 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
HDCGCall.cpp4193 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDConsumed.cpp470 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
477 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
HDCFG.cpp1480 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1981 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
2944 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
HDSemaExprCXX.cpp7674 auto Cleanups = llvm::ArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
HDSemaDecl.cpp1965 if (const auto *Cleanups = dyn_cast_if_present<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local