Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp1395 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
1396 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1333 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local
1362 Cleanups.push_back(CGF.EHStack.stable_begin()); in VisitLambdaExpr()
1369 for (unsigned i = Cleanups.size(); i != 0; --i) in VisitLambdaExpr()
1370 CGF.DeactivateCleanupBlock(Cleanups[i-1], CleanupDominator); in VisitLambdaExpr()
H A DMicrosoftCXXABI.cpp4049 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
4068 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
H A DCGCall.cpp3814 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
3817 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1911 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
1912 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()
1913 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt()
3049 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
3050 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
3051 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
H A DSemaExprCXX.cpp7075 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
7079 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
H A DSemaDecl.cpp1842 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local
1844 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
/freebsd-13.1/contrib/libevent/
H A DChangeLog328 Cleanups (core)
333 Cleanups (evbuffers)
336 Cleanups (bufferevents)
344 Cleanups (http)
348 Cleanups (evdns)
782 Cleanups
/freebsd-13.1/crypto/openssl/
H A DNEWS999 o Cleanups and fixes to the Big Number (BN) library
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog335 Cleanups
/freebsd-13.1/contrib/ntp/
H A DChangeLog2028 * Cleanups for ntp-wait-opts.def and ntp.keys.def .
H A DCommitLog113321 Cleanups for ntp-wait-opts.def
113324 Cleanups for ntp-wait-opts.def
113348 Cleanups for ntp-wait-opts.def and ntp.keys.def
113351 Cleanups for ntp-wait-opts.def and ntp.keys.def
113354 Cleanups for ntp-wait-opts.def and ntp.keys.def
113357 Cleanups for ntp-wait-opts.def and ntp.keys.def
147959 Cleanups, fixed some warnings issued when compiling on psp-deb1.
222979 Cleanups, fix [Bug 320]