| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 470 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 D | CFG.cpp | 1395 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local 1396 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
|
| /netbsd-src/sys/arch/sbmips/ |
| H A D | TODO | 47 Cleanups / Improvements:
|
| /netbsd-src/sys/arch/evbmips/sbmips/ |
| H A D | TODO | 47 Cleanups / Improvements:
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 1329 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local 1358 Cleanups.push_back(CGF.EHStack.stable_begin()); in VisitLambdaExpr() 1365 for (unsigned i = Cleanups.size(); i != 0; --i) in VisitLambdaExpr() 1366 CGF.DeactivateCleanupBlock(Cleanups[i-1], CleanupDominator); in VisitLambdaExpr()
|
| H A D | MicrosoftCXXABI.cpp | 4049 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local 4068 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
|
| H A D | CGCall.cpp | 3807 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local 3810 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1910 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local 1911 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt() 1912 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt() 3048 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local 3049 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies() 3050 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
|
| H A D | SemaExprCXX.cpp | 7027 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local 7031 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | NEWS | 602 * Cleanups in echo area reading, and redisplay. Cleanups in handling the
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | ChangeLog | 641 Cleanups (core) 646 Cleanups (evbuffers) 649 Cleanups (bufferevents) 657 Cleanups (http) 661 Cleanups (evdns) 1095 Cleanups
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | generic.texi | 2002 * Cleanups:: 2202 @node Cleanups 2203 @subsection Cleanups 2204 @cindex Cleanups
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | generic.texi | 1950 * Cleanups:: 2145 @node Cleanups 2146 @subsection Cleanups 2147 @cindex Cleanups
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | ExceptionHandling.rst | 254 Cleanups section in LLVM Code Generation
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | NEWS | 1027 o Cleanups and fixes to the Big Number (BN) library
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2001 | 7192 * TODO (Cleanups): Remove the item about converting docs to GFDL. 7270 * TODO (GDB 5.1 - Cleanups): Update. 7373 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to 7424 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete. 7863 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted. 7933 * TODO (GDB 5.1 - Cleanups): Update.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2001 | 7192 * TODO (Cleanups): Remove the item about converting docs to GFDL. 7270 * TODO (GDB 5.1 - Cleanups): Update. 7373 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to 7424 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete. 7863 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted. 7933 * TODO (GDB 5.1 - Cleanups): Update.
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| 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.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2012 | 2662 * method.c (synthesized_method_walk): Cleanups don't affect the EH
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | mm-viet.pot | 1686 msgid "Automatic Cleanups on Load/Save"
|
| H A D | mm-viet.out | 1848 msgid "Automatic Cleanups on Load/Save"
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | ChangeLog | 2704 Cleanups related to recent separation of revisions from 2892 while ago. Cleanups suggested by Stephen Gildea (CVSROOT/passwd
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | FSFChangeLog | 1538 * mips.c: Cleanups and reformatting throughout.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | FSFChangeLog | 1538 * mips.c: Cleanups and reformatting throughout.
|