Home
last modified time | relevance | path

Searched refs:Cleanups (Results 1 – 20 of 20) 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/clang/lib/Analysis/
DConsumed.cpp469 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/
DSemaStmt.cpp1501 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()
DSemaExprCXX.cpp5759 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
5763 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
DSemaDecl.cpp1548 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local
1550 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
/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/elfutils/libebl/
DChangeLog951 * eblgstrtab.c: Cleanups a few printf format strings.
/external/clang/lib/CodeGen/
DCGCall.cpp2985 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
2988 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
DMicrosoftCXXABI.cpp3875 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
3891 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
/external/elfutils/
DNEWS872 Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>.
/external/elfutils/libelf/
DChangeLog1114 * elf32_updatefile.c (updatemmap): Cleanups. Remove shdr_dest
/external/llvm/docs/
DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/external/strace/
DChangeLog25949 Cleanups. No logic changes.
32339 Cleanups on top of "handle SIGTRAP properly" change, based on Dmitry's comments.
/external/curl/
DCHANGES.013592 - Cleanups in the FTP source code. Divided the code into even more smaller
/external/bison/
DChangeLog-20129465 Cleanups so that Bison-generated parsers have less lint.