Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libaudiohal/impl/
H A DCleanups.h89 explicit Cleanups(const LockedAccessor<C>& accessor) : mAccessor(accessor) {} in Cleanups() function
/aosp_15_r20/external/llvm/docs/
H A DExceptionHandling.rst254 Cleanups section in LLVM Code Generation
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp177 namespace Cleanups { namespace
/aosp_15_r20/external/clang/lib/Analysis/
H A DConsumed.cpp469 if (auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
475 if (auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmt.cpp1501 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
2456 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
H A DSemaExprCXX.cpp5759 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
H A DSemaDecl.cpp1548 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGCall.cpp2985 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
H A DMicrosoftCXXABI.cpp3875 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local