Home
last modified time | relevance | path

Searched refs:RunCleanupsScope (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp544 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()
HDCGOpenMPRuntime.cpp253 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 …]
HDCodeGenFunction.h457 class RunCleanupsScope {
465 RunCleanupsScope(const RunCleanupsScope &) = delete;
466 void operator=(const RunCleanupsScope &) = delete;
473 explicit RunCleanupsScope(CodeGenFunction &CGF) in RunCleanupsScope() function
485 ~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 …]
HDCGObjC.cpp1339 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()
HDCGObjCRuntime.cpp316 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt()
HDCGStmtOpenMP.cpp153 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()
HDCGDeclCXX.cpp526 RunCleanupsScope Scope(*this); in GenerateCXXGlobalInitFunc()
HDCGClass.cpp826 RunCleanupsScope RunCleanups(*this); in EmitConstructorBody()
1418 RunCleanupsScope DtorEpilogue(*this); in EmitDestructorBody()
1732 RunCleanupsScope Scope(*this); in EmitCXXAggrConstructorCall()
HDCGExprCXX.cpp475 RunCleanupsScope Scope(*this); in EmitSynthesizedCXXCopyCtor()
1842 RunCleanupsScope Scope(*this); in EmitLambdaExpr()
HDCGExprComplex.cpp201 CodeGenFunction::RunCleanupsScope Scope(CGF); in VisitExprWithCleanups()
HDCGExprAgg.cpp1007 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups()
HDCGException.cpp958 RunCleanupsScope CatchScope(*this); in ExitCXXTryStmt()
HDCGDecl.cpp624 CodeGenFunction::RunCleanupsScope Scope(*this); in EmitScalarInit()
HDCGBlocks.cpp1518 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction()
HDCGObjCMac.cpp3924 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF); in EmitTryOrSynchronizedStmt()
3969 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF); in EmitTryOrSynchronizedStmt()
HDCGExpr.cpp889 RunCleanupsScope Scope(*this); in EmitLValue()
HDCGExprScalar.cpp404 CodeGenFunction::RunCleanupsScope Scope(CGF); in VisitExprWithCleanups()
HDMicrosoftCXXABI.cpp3803 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure()