Searched refs:Cleanups (Results 1 – 20 of 20) sorted by relevance
/external/valgrind/docs/internals/ |
D | Darwin-notes.txt | 72 * 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
|
D | avx-notes.txt | 2 Cleanups
|
D | t-chaining-notes.txt | 19 Cleanups
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.cpp | 177 namespace Cleanups { namespace
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 469 if (auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local 470 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo() 471 E = Cleanups->getSubExpr(); in findInfo() 475 if (auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local 476 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo() 477 E = Cleanups->getSubExpr(); in findInfo()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1501 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local 1502 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt() 1503 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt() 2456 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local 2457 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies() 2458 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
|
D | SemaExprCXX.cpp | 5759 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local 5763 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
|
D | SemaDecl.cpp | 1548 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local 1550 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
|
/external/netperf/ |
D | AUTHORS | 266 Cleanups for the manual.
|
/external/libxml2/ |
D | NEWS | 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:
|
/external/elfutils/libcpu/ |
D | ChangeLog | 196 * defs/i386: Cleanups, remove masks which are not needed.
|
/external/elfutils/libebl/ |
D | ChangeLog | 951 * eblgstrtab.c: Cleanups a few printf format strings.
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 2985 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local 2988 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
|
D | MicrosoftCXXABI.cpp | 3875 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local 3891 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
|
/external/elfutils/ |
D | NEWS | 872 Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>.
|
/external/elfutils/libelf/ |
D | ChangeLog | 1114 * elf32_updatefile.c (updatemmap): Cleanups. Remove shdr_dest
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 254 Cleanups section in LLVM Code Generation
|
/external/strace/ |
D | ChangeLog | 25949 Cleanups. No logic changes. 32339 Cleanups on top of "handle SIGTRAP properly" change, based on Dmitry's comments.
|
/external/curl/ |
D | CHANGES.0 | 13592 - Cleanups in the FTP source code. Divided the code into even more smaller
|
/external/bison/ |
D | ChangeLog-2012 | 9465 Cleanups so that Bison-generated parsers have less lint.
|