/external/jemalloc/src/ |
D | tsd.c | 8 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/ |
D | test_runner.py | 20 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/ |
D | tsd.c | 13 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/ |
D | test_runner.py | 24 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/ |
D | CGObjCRuntime.cpp | 241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local 266 cleanups.ForceCleanup(); in EmitTryCatchStmt() 323 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
|
D | CGExprAgg.cpp | 1018 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()
|
D | CGObjC.cpp | 2922 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/ |
D | literals.mm | 57 // Check cleanups 109 // Check cleanups
|
/external/u-boot/doc/SPI/ |
D | status.txt | 26 - Need proper cleanups on spi_flash and drivers.
|
/external/clang/test/CodeGenObjC/ |
D | arc-linetable-autorelease.m | 3 // ARC cleanups should be at the closing '}'.
|
D | ns_consume_null_check.m | 32 // Ensure that we build PHIs correctly in the presence of cleanups.
|
/external/ltp/ |
D | TODO | 33 Shell tests cleanups
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.21.txt | 79 pathname cleanups performed by make -M, so I don't have to fix them up 113 Miscellaneous code cleanups:
|
D | v1.25.txt | 5 there are a number of embarrassing bug fixes and cleanups applied.
|
D | v1.04.txt | 19 Lots of miscellaneous linking/installation cleanups:
|
/external/libxml2/ |
D | NEWS | 272 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/ |
D | SemaLambda.cpp | 603 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/ |
D | wineh-no-demotion.ll | 1 ; 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/ |
D | blink.ll | 6 ; Derived from the following C program (with some cleanups):
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-no-demotion.ll | 1 ; RUN: opt -mtriple=x86_x64-pc-windows-msvc -S -winehprepare -disable-demotion -disable-cleanups < …
|
/external/u-boot/doc/ |
D | README.zynq | 67 - Done proper cleanups on board configurations
|
/external/capstone/packages/rpm/ |
D | capstone.spec | 158 - Various cleanups.
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 51 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/ |
D | CHANGELOG | 28 sandbox. This happens after the mount cleanups otherwise it could fail.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExceptionHandling.rst | 51 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
|