| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | TODO | 42 GDB 5.1 - Cleanups 110 GDB 5.2 - Cleanups 212 Code Cleanups: General
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 471 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 D | CFG.cpp | 1327 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 D | SemaStmt.cpp | 1560 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 D | SemaExprCXX.cpp | 6515 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local 6519 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
|
| H A D | SemaDecl.cpp | 1714 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local 1716 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tree-ssa.texi | 312 * Cleanups:: 409 @node Cleanups 410 @subsubsection Cleanups 411 @cindex Cleanups
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | ChangeLog | 328 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 D | CGCall.cpp | 3212 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local 3215 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
|
| H A D | MicrosoftCXXABI.cpp | 3946 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local 3965 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | NEWS | 935 o Cleanups and fixes to the Big Number (BN) library
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdbint.texinfo | 968 (@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 D | ChangeLog-2003 | 4475 * 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 D | ChangeLog-2000 | 676 * src/Makefile.am: Cleanups, add documentation. 1247 * acinclude.m4: Cleanups.
|
| H A D | ChangeLog-1999 | 605 Cleanups for callbacks, more regression hunting. Remaining
|
| H A D | ChangeLog-2005 | 230 * testsuite/23_containers/vector/invalidation/1.cc: Cleanups.
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog | 335 Cleanups
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | FSFChangeLog | 1538 * mips.c: Cleanups and reformatting throughout.
|
| H A D | FSFChangeLog.10 | 7926 * alpha.c (alpha_set_emit_const): Cleanups to work properly
|
| H A D | FSFChangeLog.11 | 425 * stmt.c (expand_end_bindings): Cleanups and incoming gotos are
|
| H A D | ChangeLog-2002 | 21802 * config/rs6000/altivec.h: Cleanups for tighter typechecking. 21803 Cleanups for accepting modifiers on pointers.
|
| H A D | ChangeLog-2000 | 27501 * gcse.c: Cleanups throughout: mostly white-space, but also
|
| H A D | ChangeLog-2005 | 11869 * doc/tree-ssa.texi (Cleanups): Improve description of
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | ChangeLog | 1999 * Cleanups for ntp-wait-opts.def and ntp.keys.def .
|
| H A D | CommitLog | 112608 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]
|