Searched refs:Cleanups (Results 1 – 13 of 13) sorted by relevance
230 CodeGenFunction::LexicalScope Cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local271 Cleanups.ForceCleanup(); in EmitTryCatchStmt()
4157 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local4176 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
4193 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local4196 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
2632 CodeGenFunction::RunCleanupsScope Cleanups(*this); in EmitAsmStmt() local
1981 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local1982 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()1983 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt()2944 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local2945 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()2946 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
7674 auto Cleanups = llvm::ArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local7678 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
1965 if (const auto *Cleanups = dyn_cast_if_present<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local1966 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
641 Cleanups (core)646 Cleanups (evbuffers)649 Cleanups (bufferevents)657 Cleanups (http)661 Cleanups (evdns)1095 Cleanups
1480 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local1481 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
1489 * Cleanups and fixes to the Big Number (BN) library
2268 * Cleanups for ntp-wait-opts.def and ntp.keys.def .
[all...]