Home
last modified time | relevance | path

Searched defs:cleanups (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp328 CodeGenFunction::RunCleanupsScope cleanups(CGF); EmitAtSynchronizedStmt() local
H A DCGExprAgg.cpp1407 CodeGenFunction::RunCleanupsScope cleanups(CGF); VisitExprWithCleanups() local
1691 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; VisitCXXParenListOrInitListExpr() local
H A DCGObjC.cpp3449 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { EmitARCRetainScalarExpr() local
3464 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { EmitARCRetainAutoreleaseScalarExpr() local
3574 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { EmitARCUnsafeUnretainedScalarExpr() local
H A DCGBlocks.cpp2100 CodeGenFunction::RunCleanupsScope cleanups(*this); GenerateDestroyHelperFunction() local
H A DCGExpr.cpp1584 const auto *cleanups = cast<ExprWithCleanups>(E); EmitLValueHelper() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DLowerHLFIROrderedAssignments.cpp407 llvm::SmallVectorImpl<hlfir::CleanupFunction> &cleanups) { in convertToMoldType() argument
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp676 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); adjustBlockReturnsToEnum() local
/llvm-project/flang/lib/Lower/
H A DConvertCall.cpp970 llvm::SmallVector<CallCleanUp, 2> cleanups; global() member
[all...]