Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp470 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 DCFG.cpp1395 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
1396 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
/netbsd-src/sys/arch/sbmips/
H A DTODO47 Cleanups / Improvements:
/netbsd-src/sys/arch/evbmips/sbmips/
H A DTODO47 Cleanups / Improvements:
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp1329 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 DMicrosoftCXXABI.cpp4049 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
4068 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
H A DCGCall.cpp3807 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 DSemaStmt.cpp1910 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 DSemaExprCXX.cpp7027 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 DNEWS602 * Cleanups in echo area reading, and redisplay. Cleanups in handling the
/netbsd-src/external/bsd/libevent/dist/
H A DChangeLog641 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 Dgeneric.texi2002 * Cleanups::
2202 @node Cleanups
2203 @subsection Cleanups
2204 @cindex Cleanups
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi1950 * Cleanups::
2145 @node Cleanups
2146 @subsection Cleanups
2147 @cindex Cleanups
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNEWS1027 o Cleanups and fixes to the Big Number (BN) library
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20017192 * 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 DChangeLog-20017192 * 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 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.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20122662 * method.c (synthesized_method_walk): Cleanups don't affect the EH
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-viet.pot1686 msgid "Automatic Cleanups on Load/Save"
H A Dmm-viet.out1848 msgid "Automatic Cleanups on Load/Save"
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A DChangeLog2704 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 DFSFChangeLog1538 * mips.c: Cleanups and reformatting throughout.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog1538 * mips.c: Cleanups and reformatting throughout.

123