Searched refs:Cleanups (Results 1 – 11 of 11) sorted by relevance
79 * Cleanups: sort wrappers in syswrap-darwin.c and priv_syswrap-darwin.h83 * Cleanups: m_scheduler/sema.c: use pipe implementation87 * Cleanups: m_debugstub: move to attic92 * Cleanups (Linux,AIX5): bogus launcher-path mangling logic in95 * Cleanups (ALL PLATFORMS): m_signals.c: are the _MY_SIGRETURN98 * Cleanups: check that changes to VG_(stat) and VG_(stat64) have101 * Cleanups: #if !HAVE_PROC in m_main (to do with /proc/<pid>/cmdline
177 namespace Cleanups { namespace
112 * defs/i386: Cleanups, remove masks which are not needed.
1869 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local1873 I = Cleanups.rbegin(), E = Cleanups.rend(); I != E; ++I) { in deactivateArgCleanupsBeforeCall()
354 * elf32_updatefile.c (updatemmap): Cleanups. Remove shdr_dest
197 Cleanups section in LLVM Code Generation
686 * eblgstrtab.c: Cleanups a few printf format strings.
502 Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>.
4919 ArrayRef<ExprWithCleanups::CleanupObject> Cleanups in MaybeCreateExprWithCleanups() local4923 Expr *E = ExprWithCleanups::Create(Context, SubExpr, Cleanups); in MaybeCreateExprWithCleanups()
1330 if (const ExprWithCleanups *Cleanups = dyn_cast<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local1331 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
9465 Cleanups so that Bison-generated parsers have less lint.