Home
last modified time | relevance | path

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

/external/valgrind/docs/internals/
DDarwin-notes.txt72 * Cleanups: sort wrappers in syswrap-darwin.c and priv_syswrap-darwin.h
76 * Cleanups: m_scheduler/sema.c: use pipe implementation
80 * Cleanups: m_debugstub: move to attic
85 * Cleanups (Linux,AIX5): bogus launcher-path mangling logic in
88 * Cleanups (ALL PLATFORMS): m_signals.c: are the _MY_SIGRETURN
91 * Cleanups: check that changes to VG_(stat) and VG_(stat64) have
94 * Cleanups: #if !HAVE_PROC in m_main (to do with /proc/<pid>/cmdline
Davx-notes.txt2 Cleanups
Dt-chaining-notes.txt19 Cleanups
/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp177 namespace Cleanups { namespace
/external/netperf/
DAUTHORS266 Cleanups for the manual.
/external/libxml2/
DNEWS180 - Cleanups:
264 - Cleanups:
361 Cleanups and new limit APIs for dictionaries (Daniel Veillard),
393 - Cleanups:
531 - Cleanups:
532 Cleanups before 2.8.0-rc2 (Daniel Veillard),
539 Cleanups of lzma support (Daniel Veillard),
591 - Cleanups:
643 - Cleanups:
/external/elfutils/libcpu/
DChangeLog196 * defs/i386: Cleanups, remove masks which are not needed.
/external/clang/lib/CodeGen/
DCGCall.cpp2642 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
2645 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
DMicrosoftCXXABI.cpp3861 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
3877 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
/external/elfutils/libebl/
DChangeLog951 * eblgstrtab.c: Cleanups a few printf format strings.
/external/elfutils/
DNEWS872 Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>.
/external/llvm/docs/
DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/external/elfutils/libelf/
DChangeLog1114 * elf32_updatefile.c (updatemmap): Cleanups. Remove shdr_dest
/external/clang/lib/Sema/
DSemaExprCXX.cpp5484 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
5487 Expr *E = ExprWithCleanups::Create(Context, SubExpr, Cleanups); in MaybeCreateExprWithCleanups()
DSemaDecl.cpp1505 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local
1507 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
/external/bison/
DChangeLog-20129465 Cleanups so that Bison-generated parsers have less lint.
/external/curl/
DCHANGES.013592 - Cleanups in the FTP source code. Divided the code into even more smaller