Home
last modified time | relevance | path

Searched defs:Cleanups (Results 1 – 9 of 9) sorted by relevance

/external/llvm/docs/
DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/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
475 if (auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
/external/clang/lib/Sema/
DSemaStmt.cpp1501 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
2456 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
DSemaExprCXX.cpp5759 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
DSemaDecl.cpp1548 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local
/external/clang/lib/CodeGen/
DCGCall.cpp2985 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
DMicrosoftCXXABI.cpp3875 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local