Home
last modified time | relevance | path

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

/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 DMicrosoftCXXABI.cpp4157 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
4176 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
H A DCGCall.cpp4193 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
4196 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
H A DCGStmt.cpp2632 CodeGenFunction::RunCleanupsScope Cleanups(*this); in EmitAsmStmt() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1981 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
1982 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()
1983 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt()
2944 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
2945 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
2946 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
H A DSemaExprCXX.cpp7674 auto Cleanups = llvm::ArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
7678 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
H A DSemaDecl.cpp1965 if (const auto *Cleanups = dyn_cast_if_present<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local
1966 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/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1480 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
1481 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
/freebsd/crypto/openssl/
H A DNEWS.md1489 * 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...]