Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/netbsd-src/external/apache2/llvm/dist/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.cpp1395 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp1329 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local
H A DMicrosoftCXXABI.cpp4049 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
H A DCGCall.cpp3807 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1910 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
3048 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
H A DSemaExprCXX.cpp7027 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
H A DSemaDecl.cpp1829 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local