Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp463 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
464 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
465 E = Cleanups->getSubExpr(); in findInfo()
470 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
471 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
472 E = Cleanups->getSubExpr(); in findInfo()
H A DCFG.cpp1568 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
1569 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp226 CodeGenFunction::LexicalScope Cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
270 Cleanups.ForceCleanup(); in EmitTryCatchStmt()
H A DMicrosoftCXXABI.cpp4150 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
4169 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
H A DCGStmt.cpp2807 CodeGenFunction::RunCleanupsScope Cleanups(*this); in EmitAsmStmt() local
H A DCGCall.cpp4368 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
4371 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2080 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
2081 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()
2082 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt()
3053 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
3054 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
3055 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
H A DSemaExprCXX.cpp6695 auto Cleanups = llvm::ArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
6699 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
H A DSemaDecl.cpp1983 if (const auto *Cleanups = dyn_cast_if_present<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local
1984 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.md1999 * 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 DCommitLog[all...]