Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
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
DCFG.cpp1395 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp1333 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local
DMicrosoftCXXABI.cpp4049 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
DCGCall.cpp3824 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1911 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
3049 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
DSemaExprCXX.cpp7075 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
DSemaDecl.cpp1842 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local