Home
last modified time | relevance | path

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

/external/valgrind/main/docs/internals/
DDarwin-notes.txt79 * Cleanups: sort wrappers in syswrap-darwin.c and priv_syswrap-darwin.h
83 * Cleanups: m_scheduler/sema.c: use pipe implementation
87 * Cleanups: m_debugstub: move to attic
92 * Cleanups (Linux,AIX5): bogus launcher-path mangling logic in
95 * Cleanups (ALL PLATFORMS): m_signals.c: are the _MY_SIGRETURN
98 * Cleanups: check that changes to VG_(stat) and VG_(stat64) have
101 * Cleanups: #if !HAVE_PROC in m_main (to do with /proc/<pid>/cmdline
/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp177 namespace Cleanups { namespace
/external/elfutils/libcpu/
DChangeLog112 * defs/i386: Cleanups, remove masks which are not needed.
/external/clang/lib/CodeGen/
DCGCall.cpp1869 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
1873 I = Cleanups.rbegin(), E = Cleanups.rend(); I != E; ++I) { in deactivateArgCleanupsBeforeCall()
/external/elfutils/libelf/
DChangeLog354 * elf32_updatefile.c (updatemmap): Cleanups. Remove shdr_dest
/external/llvm/docs/
DExceptionHandling.rst197 Cleanups section in LLVM Code Generation
/external/elfutils/libebl/
DChangeLog686 * eblgstrtab.c: Cleanups a few printf format strings.
/external/elfutils/
DNEWS502 Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>.
/external/clang/lib/Sema/
DSemaExprCXX.cpp4919 ArrayRef<ExprWithCleanups::CleanupObject> Cleanups in MaybeCreateExprWithCleanups() local
4923 Expr *E = ExprWithCleanups::Create(Context, SubExpr, Cleanups); in MaybeCreateExprWithCleanups()
DSemaDecl.cpp1330 if (const ExprWithCleanups *Cleanups = dyn_cast<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local
1331 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
/external/bison/
DChangeLog-20129465 Cleanups so that Bison-generated parsers have less lint.