Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A DTODO42 GDB 5.1 - Cleanups
110 GDB 5.2 - Cleanups
212 Code Cleanups: General
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp471 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
472 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
473 E = Cleanups->getSubExpr(); in findInfo()
478 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
479 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
480 E = Cleanups->getSubExpr(); in findInfo()
H A DCFG.cpp1327 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
1328 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1560 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
1561 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()
1562 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt()
2689 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
2690 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
2691 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
H A DSemaExprCXX.cpp6515 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
6519 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
H A DSemaDecl.cpp1714 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local
1716 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
/freebsd-12.1/contrib/gcc/doc/
H A Dtree-ssa.texi312 * Cleanups::
409 @node Cleanups
410 @subsubsection Cleanups
411 @cindex Cleanups
/freebsd-12.1/contrib/libevent/
H A DChangeLog328 Cleanups (core)
333 Cleanups (evbuffers)
336 Cleanups (bufferevents)
344 Cleanups (http)
348 Cleanups (evdns)
782 Cleanups
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp3212 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
3215 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
H A DMicrosoftCXXABI.cpp3946 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
3965 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
/freebsd-12.1/crypto/openssl/
H A DNEWS935 o Cleanups and fixes to the Big Number (BN) library
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo968 (@pxref{Coding, Cleanups}) to close the tuple. It provides a convenient
995 opens a list and then establishes cleanup (@pxref{Coding, Cleanups})
4768 @section Cleanups
4771 Cleanups are a structured way to deal with things that need to be done
4809 Cleanups are implemented as a chain. The handle returned by
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20034475 * config/linker-map.gnu: Cleanups, move libsupc++ bits into
4694 * include/bits/stl_alloc.h: Cleanups.
6887 Cleanups.
7259 * include/Makefile.am: Cleanups.
H A DChangeLog-2000676 * src/Makefile.am: Cleanups, add documentation.
1247 * acinclude.m4: Cleanups.
H A DChangeLog-1999605 Cleanups for callbacks, more regression hunting. Remaining
H A DChangeLog-2005230 * testsuite/23_containers/vector/invalidation/1.cc: Cleanups.
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog335 Cleanups
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog1538 * mips.c: Cleanups and reformatting throughout.
H A DFSFChangeLog.107926 * alpha.c (alpha_set_emit_const): Cleanups to work properly
H A DFSFChangeLog.11425 * stmt.c (expand_end_bindings): Cleanups and incoming gotos are
H A DChangeLog-200221802 * config/rs6000/altivec.h: Cleanups for tighter typechecking.
21803 Cleanups for accepting modifiers on pointers.
H A DChangeLog-200027501 * gcse.c: Cleanups throughout: mostly white-space, but also
H A DChangeLog-200511869 * doc/tree-ssa.texi (Cleanups): Improve description of
/freebsd-12.1/contrib/ntp/
H A DChangeLog1999 * Cleanups for ntp-wait-opts.def and ntp.keys.def .
H A DCommitLog112608 Cleanups for ntp-wait-opts.def
112611 Cleanups for ntp-wait-opts.def
112635 Cleanups for ntp-wait-opts.def and ntp.keys.def
112638 Cleanups for ntp-wait-opts.def and ntp.keys.def
112641 Cleanups for ntp-wait-opts.def and ntp.keys.def
112644 Cleanups for ntp-wait-opts.def and ntp.keys.def
147246 Cleanups, fixed some warnings issued when compiling on psp-deb1.
222266 Cleanups, fix [Bug 320]