Home
last modified time | relevance | path

Searched refs:Cleanups (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp470 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
471 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
472 E = Cleanups->getSubExpr(); in findInfo()
477 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
478 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
479 E = Cleanups->getSubExpr(); in findInfo()
H A DCFG.cpp1480 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
1481 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp230 CodeGenFunction::LexicalScope Cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
271 Cleanups.ForceCleanup(); in EmitTryCatchStmt()
H A DCGExprAgg.cpp1357 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local
1386 Cleanups.push_back(CGF.EHStack.stable_begin()); in VisitLambdaExpr()
1393 for (unsigned i = Cleanups.size(); i != 0; --i) in VisitLambdaExpr()
1394 CGF.DeactivateCleanupBlock(Cleanups[i-1], CleanupDominator); in VisitLambdaExpr()
H A DMicrosoftCXXABI.cpp4144 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
4163 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
H A DCGStmt.cpp2454 CodeGenFunction::RunCleanupsScope Cleanups(*this); in EmitAsmStmt() local
H A DCGCall.cpp4181 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
4184 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1958 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
1959 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()
1960 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt()
3106 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
3107 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
3108 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
H A DSemaExprCXX.cpp7457 auto Cleanups = llvm::ArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
7461 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
H A DSemaDecl.cpp2057 if (const auto *Cleanups = dyn_cast_if_present<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local
2058 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog641 Cleanups (core)
646 Cleanups (evbuffers)
649 Cleanups (bufferevents)
657 Cleanups (http)
661 Cleanups (evdns)
1095 Cleanups
/freebsd/contrib/libevent/
H A DChangeLog641 Cleanups (core)
646 Cleanups (evbuffers)
649 Cleanups (bufferevents)
657 Cleanups (http)
661 Cleanups (evdns)
1095 Cleanups
/freebsd/crypto/openssl/
H A DNEWS.md1450 * Cleanups and fixes to the Big Number (BN) library
/freebsd/contrib/ntp/
H A DChangeLog2268 * Cleanups for ntp-wait-opts.def and ntp.keys.def .
H A DCommitLog122677 Cleanups for ntp-wait-opts.def
122680 Cleanups for ntp-wait-opts.def
122704 Cleanups for ntp-wait-opts.def and ntp.keys.def
122707 Cleanups for ntp-wait-opts.def and ntp.keys.def
122710 Cleanups for ntp-wait-opts.def and ntp.keys.def
122713 Cleanups for ntp-wait-opts.def and ntp.keys.def
157315 Cleanups, fixed some warnings issued when compiling on psp-deb1.
232335 Cleanups, fix [Bug 320]