Home
last modified time | relevance | path

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

1234

/external/jemalloc/src/
Dtsd.c8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
52 pending[i] = cleanups[i](); in _malloc_thread_cleanup()
66 cleanups[ncleanups] = f; in malloc_tsd_cleanup_register()
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
266 cleanups.ForceCleanup(); in EmitTryCatchStmt()
323 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
DCGExprAgg.cpp1018 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local
1185 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; in VisitInitListExpr() local
1210 cleanups.push_back(CGF.EHStack.stable_begin()); in VisitInitListExpr()
1295 cleanups.push_back(CGF.EHStack.stable_begin()); in VisitInitListExpr()
1311 for (unsigned i = cleanups.size(); i != 0; --i) in VisitInitListExpr()
1312 CGF.DeactivateCleanupBlock(cleanups[i-1], cleanupDominator); in VisitInitListExpr()
DCGObjC.cpp2922 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainScalarExpr() local
2923 enterFullExpression(cleanups); in EmitARCRetainScalarExpr()
2925 return EmitARCRetainScalarExpr(cleanups->getSubExpr()); in EmitARCRetainScalarExpr()
2938 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainAutoreleaseScalarExpr() local
2939 enterFullExpression(cleanups); in EmitARCRetainAutoreleaseScalarExpr()
2941 return EmitARCRetainAutoreleaseScalarExpr(cleanups->getSubExpr()); in EmitARCRetainAutoreleaseScalarExpr()
3049 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCUnsafeUnretainedScalarExpr() local
3050 enterFullExpression(cleanups); in EmitARCUnsafeUnretainedScalarExpr()
3052 return emitARCUnsafeUnretainedScalarExpr(*this, cleanups->getSubExpr()); in EmitARCUnsafeUnretainedScalarExpr()
DCGBlocks.cpp639 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); in enterNonTrivialFullExpression() local
641 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) { in enterNonTrivialFullExpression()
1545 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction() local
1622 cleanups.ForceCleanup(); in GenerateDestroyHelperFunction()
DCGStmt.cpp1008 if (const ExprWithCleanups *cleanups = in EmitReturnStmt() local
1010 enterFullExpression(cleanups); in EmitReturnStmt()
1011 RV = cleanups->getSubExpr(); in EmitReturnStmt()
/external/clang/test/CodeGenObjCXX/
Dliterals.mm57 // Check cleanups
109 // Check cleanups
/external/clang/test/CodeGenObjC/
Darc-linetable-autorelease.m3 // ARC cleanups should be at the closing '}'.
Dns_consume_null_check.m32 // Ensure that we build PHIs correctly in the presence of cleanups.
/external/ltp/
DTODO33 Shell tests cleanups
/external/libxml2/
DNEWS272 Spec cleanups and a fix for multiarch support (Daniel Veillard),
290 More cleanups to the documentation part of libxml2 (Daniel Richard G)
296 More updates and cleanups on autotools and Makefiles (Daniel Richard G),
372 More cleanups for input/buffers code (Daniel Veillard),
394 Various cleanups to avoid compiler warnings (Daniel Veillard),
397 Second round of cleanups for LibXML2 docs/examples (Daniel Richard),
594 Various cleanups on encoding handling (Daniel Veillard),
692 Fix Solaris binary links, cleanups (Daniel Veillard),
790 cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya)
843 (Robert Schwebel), python whitespace (Martin), many space/tabs cleanups,
[all …]
/external/clang/lib/Sema/
DSemaLambda.cpp603 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum() local
605 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue); in adjustBlockReturnsToEnum()
608 if (cleanups) { in adjustBlockReturnsToEnum()
609 cleanups->setSubExpr(E); in adjustBlockReturnsToEnum()
/external/llvm/test/CodeGen/WinEH/
Dwineh-no-demotion.ll1 ; RUN: opt -mtriple=x86_x64-pc-windows-msvc -S -winehprepare -disable-demotion -disable-cleanups < …
/external/syslinux/gpxe/src/drivers/net/
Dtulip.txt9 cleanups to make time-based activities more reliable.
/external/ltp/testcases/kernel/fs/fs_bind/
DCHANGELOG28 sandbox. This happens after the mount cleanups otherwise it could fail.
/external/llvm/docs/
DExceptionHandling.rst51 blocks or cleanups --- that function registers itself on a global frame
259 provide a variety of different kinds of cleanups. In general, a landing pad may
261 block. To indicate the presence of cleanups, a :ref:`i_landingpad` should have
273 When all cleanups are finished, if the exception is not handled by the current
302 that they will stop to perform cleanups. For example, the GNU C++ unwinder
555 cleanups by calling back into a "funclet" contained in the parent function.
596 before cleanups run, making it very difficult to build a faithful control flow
/external/netperf/
DAUTHORS233 MingW cnd MSDOS (djgpp) cleanups.
300 David Decotigny - a series of cleanups and enhancements in the area of
/external/elfutils/libasm/
DChangeLog132 Little cleanups.
/external/elfutils/
DNEWS690 More Makefile and spec file cleanups.
706 Some cleanups resulting from those additional warnings.
855 cleanups to compile cleanly with gcc 3.3 and -Werror.
876 64-bit cleanups for the programs.
1199 Various cleanups.
/external/fec/
DREADME110 General speedups and cleanups
/external/libnl/
DChangeLog256 o various cleanups
269 o overall cleanups for better code quality
/external/ltp/testcases/open_posix_testsuite/
DChangeLog2 - Code cleanups by Sebastien Dugue
/external/autotest/client/profilers/powertop/src/
DChangelog112 * Cosmetic code cleanups (Lindent) as suggested by David Brownell
/external/ipsec-tools/
DNEWS7 o Some code cleanups/compilation fixes with recent gcc
/external/valgrind/docs/internals/
Dnotes.txt103 The following cleanups need to be done.

1234