Home
last modified time | relevance | path

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

1234

/external/oprofile/
DREADME20 oprofile release, and contributed bug fixes and several cleanups.
22 Graydon Hoare <graydon@redhat.com> provided P4 port, bug fixes and cleanups.
DChangeLog-200313 * doc/oprofile.xml: minor language cleanups
712 * daemon/opd_perfmon.c: cleanups
1195 * libpp/locate_images.h: small cleanups
1268 * libabi/op_import.cpp: small cleanups
1276 * daemon/oprofiled.c: trivial cleanups
1365 cleanups, plus resistance to cookie lookup failures,
1670 workaround for now), minor cleanups
2955 cleanups
3983 instead. Concomitant cleanups.
4179 * libpp/profile.cpp: tiny cleanups, fix compile
[all …]
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp235 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
277 cleanups.ForceCleanup(); in EmitTryCatchStmt()
310 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
DCGExprAgg.cpp883 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local
1068 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; in VisitInitListExpr() local
1118 cleanups.push_back(CGF.EHStack.stable_begin()); in VisitInitListExpr()
1134 for (unsigned i = cleanups.size(); i != 0; --i) in VisitInitListExpr()
1135 CGF.DeactivateCleanupBlock(cleanups[i-1], cleanupDominator); in VisitInitListExpr()
1374 const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(init); in MaybeEmitStdInitializerListCleanup() local
1375 if (cleanups) in MaybeEmitStdInitializerListCleanup()
1376 init = cleanups->getSubExpr(); in MaybeEmitStdInitializerListCleanup()
DCGBlocks.cpp575 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); in enterNonTrivialFullExpression() local
577 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) { in enterNonTrivialFullExpression()
1346 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction() local
1412 cleanups.ForceCleanup(); in GenerateDestroyHelperFunction()
DCodeGenModule.cpp1429 ArrayRef<ExprWithCleanups::CleanupObject> cleanups; in MaybeEmitGlobalStdInitializerListInitializer() local
1432 cleanups = withCleanups->getObjects(); in MaybeEmitGlobalStdInitializerListInitializer()
1478 if (!cleanups.empty()) in MaybeEmitGlobalStdInitializerListInitializer()
1479 arrayInit = ExprWithCleanups::Create(ctx, arrayInit, cleanups); in MaybeEmitGlobalStdInitializerListInitializer()
DCGObjC.cpp2471 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in tryEmitARCRetainScalarExpr() local
2472 CGF.enterFullExpression(cleanups); in tryEmitARCRetainScalarExpr()
2474 return tryEmitARCRetainScalarExpr(CGF, cleanups->getSubExpr()); in tryEmitARCRetainScalarExpr()
2677 CodeGenFunction::RunCleanupsScope cleanups(*this); in EmitObjCThrowOperand() local
/external/clang/test/CodeGenObjCXX/
Dliterals.mm52 // Check cleanups
99 // Check cleanups
/external/grub/
DAUTHORS27 support for the grub shell, and configure process cleanups.
/external/llvm/docs/
DExceptionHandling.rst53 blocks or cleanups --- that function registers itself on a global frame
204 provide a variety of different kinds of cleanups. In general, a landing pad may
206 block. To indicate the presence of cleanups, a `landingpad
219 When all cleanups are finished, if the exception is not handled by the current
248 that they will stop to perform cleanups. For example, the GNU C++ unwinder
/external/grub/netboot/
Dtulip.txt9 cleanups to make time-based activities more reliable.
/external/elfutils/libasm/
DChangeLog81 Little cleanups.
/external/elfutils/
DNEWS320 More Makefile and spec file cleanups.
336 Some cleanups resulting from those additional warnings.
485 cleanups to compile cleanly with gcc 3.3 and -Werror.
506 64-bit cleanups for the programs.
829 Various cleanups.
DChangeLog165 * configure.ac: Major cleanups. Use aux dir.
/external/dbus/
DNEWS.pre-1-0181 - UTF-8 cleanups
205 - Makefile cleanups
317 - mono binding cleanups
398 - cleanups to marshaling code
477 - some docs cleanups
/external/clang/test/Analysis/
Dobjc-arc.m116 // Test that dead store checking works in the prescence of "cleanups" in the AST.
/external/ipsec-tools/
DNEWS7 o Some code cleanups/compilation fixes with recent gcc
/external/iproute2/
DChangeLog315 * tc pedit/action cleanups
317 * rtattr_parse cleanups
/external/valgrind/main/docs/internals/
Dnotes.txt103 The following cleanups need to be done.
/external/chromium/third_party/libevent/
DChangeLog130 o debug cleanups in signal.c; from Christopher Layne
187 o Small code cleanups in epoll_dispatch().
/external/expat/
DChanges43 - Minor cleanups of the test harness.
/external/elfutils/libebl/
DChangeLog682 * eblstrtab.c: A few cleanups.
694 * eblstrtab.c: Minor cleanups.
/external/libsepol/
DChangeLog324 * Merged cleanups patch from Ivan Gyurdiev.
396 * Merged MLS and genusers cleanups from Ivan Gyurdiev.
/external/strace/
Dstrace.spec217 - code cleanups (#143369, #143370)
/external/checkpolicy/
DChangeLog424 * Merged coding style cleanups from James Morris.

1234