Searched refs:RunCleanupsScope (Results 1 – 18 of 18) sorted by relevance
544 RunCleanupsScope ExecutedScope(*this); in EmitIfStmt()566 RunCleanupsScope ThenScope(*this); in EmitIfStmt()579 RunCleanupsScope ElseScope(*this); in EmitIfStmt()710 RunCleanupsScope ConditionScope(*this); in EmitWhileStmt()749 RunCleanupsScope BodyScope(*this); in EmitWhileStmt()792 RunCleanupsScope BodyScope(*this); in EmitDoStmt()910 RunCleanupsScope BodyScope(*this); in EmitForStmt()1041 RunCleanupsScope cleanupScope(*this); in EmitReturnStmt()1529 RunCleanupsScope ExecutedScope(*this); in EmitSwitchStmt()1557 RunCleanupsScope ConditionScope(*this); in EmitSwitchStmt()
253 CodeGenFunction::RunCleanupsScope Scope(CGF); in EmitBody()1108 CodeGenFunction::RunCleanupsScope Scope(CGF); in emitOMPIfClause()1127 CodeGenFunction::RunCleanupsScope ThenScope(CGF); in emitOMPIfClause()1138 CodeGenFunction::RunCleanupsScope ThenScope(CGF); in emitOMPIfClause()1195 CodeGenFunction::RunCleanupsScope Scope(CGF); in emitParallelCall()1274 CodeGenFunction::RunCleanupsScope Scope(CGF); in emitCriticalRegion()1319 CodeGenFunction::RunCleanupsScope Scope(CGF); in emitMasterRegion()1344 CodeGenFunction::RunCleanupsScope Scope(CGF); in emitTaskgroupRegion()1448 CodeGenFunction::RunCleanupsScope Scope(CGF); in emitSingleRegion()1508 CodeGenFunction::RunCleanupsScope Scope(CGF); in emitOrderedRegion()[all …]
457 class RunCleanupsScope {465 RunCleanupsScope(const RunCleanupsScope &) = delete;466 void operator=(const RunCleanupsScope &) = delete;473 explicit RunCleanupsScope(CodeGenFunction &CGF) in RunCleanupsScope() function485 ~RunCleanupsScope() { in ~RunCleanupsScope()509 class LexicalScope : public RunCleanupsScope {520 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) { in LexicalScope()549 RunCleanupsScope::ForceCleanup(); in ForceCleanup()561 class OMPPrivateScope : public RunCleanupsScope {572 explicit OMPPrivateScope(CodeGenFunction &CGF) : RunCleanupsScope(CGF) {} in OMPPrivateScope()[all …]
1339 CodeGenFunction::RunCleanupsScope scope(CGF); in emitCXXDestructMethod()1599 RunCleanupsScope elementVariableScope(*this); in EmitObjCForCollectionStmt()1657 RunCleanupsScope Scope(*this); in EmitObjCForCollectionStmt()2735 RunCleanupsScope scope(*this); in EmitARCRetainScalarExpr()2751 RunCleanupsScope scope(*this); in EmitARCRetainAutoreleaseScalarExpr()2849 RunCleanupsScope Scope(*this); in EmitObjCAutoreleasePoolStmt()
316 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt()
153 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause()473 CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF); in emitCommonOMPParallelDirective()481 CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF); in emitCommonOMPParallelDirective()523 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody()
526 RunCleanupsScope Scope(*this); in GenerateCXXGlobalInitFunc()
826 RunCleanupsScope RunCleanups(*this); in EmitConstructorBody()1418 RunCleanupsScope DtorEpilogue(*this); in EmitDestructorBody()1732 RunCleanupsScope Scope(*this); in EmitCXXAggrConstructorCall()
475 RunCleanupsScope Scope(*this); in EmitSynthesizedCXXCopyCtor()1842 RunCleanupsScope Scope(*this); in EmitLambdaExpr()
201 CodeGenFunction::RunCleanupsScope Scope(CGF); in VisitExprWithCleanups()
1007 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups()
958 RunCleanupsScope CatchScope(*this); in ExitCXXTryStmt()
624 CodeGenFunction::RunCleanupsScope Scope(*this); in EmitScalarInit()
1518 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction()
3924 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF); in EmitTryOrSynchronizedStmt()3969 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF); in EmitTryOrSynchronizedStmt()
889 RunCleanupsScope Scope(*this); in EmitLValue()
404 CodeGenFunction::RunCleanupsScope Scope(CGF); in VisitExprWithCleanups()
3803 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure()