Home
last modified time | relevance | path

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

/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/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/
DChangeLog254 * defs/i386: Cleanups, remove masks which are not needed.
/external/libevent/
DChangeLog328 Cleanups (core)
333 Cleanups (evbuffers)
336 Cleanups (bufferevents)
344 Cleanups (http)
348 Cleanups (evdns)
782 Cleanups
/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/libebl/
DChangeLog1121 * eblgstrtab.c: Cleanups a few printf format strings.
/external/llvm/docs/
DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/external/elfutils/
DNEWS1028 Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/external/elfutils/libelf/
DChangeLog1473 * elf32_updatefile.c (updatemmap): Cleanups. Remove shdr_dest
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2223 Code Cleanups
/external/strace/
DChangeLog45139 Cleanups. No logic changes.
51529 Cleanups on top of "handle SIGTRAP properly" change, based on Dmitry's comments.