Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/binutils/gdb/
H A DTODO42 GDB 5.1 - Cleanups
110 GDB 5.2 - Cleanups
212 Code Cleanups: General
H A DChangeLog-20017196 * TODO (Cleanups): Remove the item about converting docs to GFDL.
7274 * TODO (GDB 5.1 - Cleanups): Update.
7377 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
7428 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
7867 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
7937 * TODO (GDB 5.1 - Cleanups): Update.
H A DChangeLog-19963672 * mon960-rom.c: Cleanups and elimination of unused code,
/openbsd/gnu/llvm/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.cpp1457 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
1458 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp232 CodeGenFunction::LexicalScope Cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
273 Cleanups.ForceCleanup(); in EmitTryCatchStmt()
H A DCGExprAgg.cpp1354 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local
1383 Cleanups.push_back(CGF.EHStack.stable_begin()); in VisitLambdaExpr()
1390 for (unsigned i = Cleanups.size(); i != 0; --i) in VisitLambdaExpr()
1391 CGF.DeactivateCleanupBlock(Cleanups[i-1], CleanupDominator); in VisitLambdaExpr()
H A DMicrosoftCXXABI.cpp4155 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
4174 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
H A DCGStmt.cpp2332 CodeGenFunction::RunCleanupsScope Cleanups(*this); in EmitAsmStmt() local
H A DCGCall.cpp3949 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
3952 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1948 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
1949 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()
1950 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt()
3096 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
3097 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
3098 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
H A DSemaExprCXX.cpp7333 auto Cleanups = llvm::ArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
7337 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
H A DSemaDecl.cpp2012 if (const auto *Cleanups = dyn_cast_or_null<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local
2013 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
/openbsd/gnu/gcc/gcc/doc/
H A Dtree-ssa.texi312 * Cleanups::
409 @node Cleanups
410 @subsubsection Cleanups
411 @cindex Cleanups
H A Dgccint.info6563 * Cleanups::
6653 File: gccint.info, Node: Jumps, Next: Cleanups, Prev: Selection Statements, Up: Statements
6671 File: gccint.info, Node: Cleanups, Next: GIMPLE Exception Handling, Prev: Jumps, Up: Statements
6673 10.2.4.7 Cleanups
6714 File: gccint.info, Node: GIMPLE Exception Handling, Prev: Cleanups, Up: Statements
31926 * Cleanups: Cleanups. (line 6)
34405 Node: Cleanups286661
/openbsd/gnu/usr.bin/texinfo/
H A DNEWS602 * Cleanups in echo area reading, and redisplay. Cleanups in handling the
/openbsd/gnu/llvm/llvm/docs/
H A DExceptionHandling.rst255 Cleanups section in LLVM Code Generation
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo980 (@pxref{Coding, Cleanups}) to close the tuple. It provides a convenient
1007 opens a list and then establishes cleanup (@pxref{Coding, Cleanups})
4621 @section Cleanups
4624 Cleanups are a structured way to deal with things that need to be done
4662 Cleanups are implemented as a chain. The handle returned by
5513 unnecessary or irrelevant changes. Cleanups, where identified, being
H A DChangeLog1683 * gdbint.texinfo (Coding): Review Cleanups section. Examples
3532 * stabs.texinfo: Cleanups regarding statics.
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A DChangeLog3315 Cleanups vis-a-vis g77-0.5.24:
3323 Cleanups vis-a-vis system.h cutover and g77-0.5.24:
/openbsd/gnu/usr.bin/cvs/doc/
H A DChangeLog988 Cleanups related to recent separation of revisions from
1176 while ago. Cleanups suggested by Stephen Gildea (CVSROOT/passwd
/openbsd/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog1538 * mips.c: Cleanups and reformatting throughout.
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-2000676 * src/Makefile.am: Cleanups, add documentation.
1247 * acinclude.m4: Cleanups.
6249 Cleanups for callbacks, more regression hunting. Remaining
/openbsd/gnu/usr.bin/cvs/src/
H A DChangeLog-96136 Cleanups to release, mostly cosmetic:
H A DChangeLog4673 Cleanups to Tim's checkin:

12