Searched refs:Cleanups (Results 1 – 17 of 17) sorted by relevance
72 * Cleanups: sort wrappers in syswrap-darwin.c and priv_syswrap-darwin.h76 * Cleanups: m_scheduler/sema.c: use pipe implementation80 * Cleanups: m_debugstub: move to attic85 * Cleanups (Linux,AIX5): bogus launcher-path mangling logic in88 * Cleanups (ALL PLATFORMS): m_signals.c: are the _MY_SIGRETURN91 * Cleanups: check that changes to VG_(stat) and VG_(stat64) have94 * Cleanups: #if !HAVE_PROC in m_main (to do with /proc/<pid>/cmdline
2 Cleanups
19 Cleanups
177 namespace Cleanups { namespace
266 Cleanups for the manual.
180 - 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:
196 * defs/i386: Cleanups, remove masks which are not needed.
2642 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local2645 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
3861 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local3877 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
951 * eblgstrtab.c: Cleanups a few printf format strings.
872 Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>.
254 Cleanups section in LLVM Code Generation
1114 * elf32_updatefile.c (updatemmap): Cleanups. Remove shdr_dest
5484 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local5487 Expr *E = ExprWithCleanups::Create(Context, SubExpr, Cleanups); in MaybeCreateExprWithCleanups()
1505 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local1507 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
9465 Cleanups so that Bison-generated parsers have less lint.
13592 - Cleanups in the FTP source code. Divided the code into even more smaller