Home
last modified time | relevance | path

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

12345

/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/python/cpython2/Lib/unittest/test/
Dtest_runner.py20 cleanups = []
23 cleanups.append((1, args, kwargs))
26 cleanups.append((2, args, kwargs))
38 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
/external/jemalloc_new/src/
Dtsd.c13 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
186 pending[i] = cleanups[i](); in _malloc_thread_cleanup()
199 cleanups[ncleanups] = f; in malloc_tsd_cleanup_register()
/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py24 cleanups = []
27 cleanups.append((1, args, kwargs))
30 cleanups.append((2, args, kwargs))
40 … self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
/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()
/external/clang/test/CodeGenObjCXX/
Dliterals.mm57 // Check cleanups
109 // Check cleanups
/external/u-boot/doc/SPI/
Dstatus.txt26 - Need proper cleanups on spi_flash and drivers.
/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/e2fsprogs/doc/RelNotes/
Dv1.21.txt79 pathname cleanups performed by make -M, so I don't have to fix them up
113 Miscellaneous code cleanups:
Dv1.25.txt5 there are a number of embarrassing bug fixes and cleanups applied.
Dv1.04.txt19 Lots of miscellaneous linking/installation 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WinEH/
Dwineh-no-demotion.ll1 ; RUN: opt -mtriple=x86_x64-pc-windows-msvc -S -winehprepare -disable-demotion -disable-cleanups < …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/integration/
Dblink.ll6 ; Derived from the following C program (with some cleanups):
/external/llvm/test/CodeGen/WinEH/
Dwineh-no-demotion.ll1 ; RUN: opt -mtriple=x86_x64-pc-windows-msvc -S -winehprepare -disable-demotion -disable-cleanups < …
/external/u-boot/doc/
DREADME.zynq67 - Done proper cleanups on board configurations
/external/capstone/packages/rpm/
Dcapstone.spec158 - Various cleanups.
/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/ltp/testcases/kernel/fs/fs_bind/
DCHANGELOG28 sandbox. This happens after the mount cleanups otherwise it could fail.
/external/swiftshader/third_party/llvm-7.0/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

12345