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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h440 class RunCleanupsScope { class in class:clang::CodeGen::CodeGenFunction
448 RunCleanupsScope(const RunCleanupsScope &) = delete;
449 void operator=(const RunCleanupsScope &) = delete;
456 explicit RunCleanupsScope(CodeGenFunction &CGF) function in class:clang::CodeGen::CodeGenFunction::RunCleanupsScope
468 ~RunCleanupsScope() {
492 class LexicalScope : public RunCleanupsScope {
503 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
532 RunCleanupsScope::ForceCleanup();
544 class OMPPrivateScope : public RunCleanupsScope {
[all...]
H A DCGStmt.cpp537 RunCleanupsScope ExecutedScope(*this);
558 RunCleanupsScope ThenScope(*this);
571 RunCleanupsScope ElseScope(*this);
704 RunCleanupsScope ConditionScope(*this);
743 RunCleanupsScope BodyScope(*this);
786 RunCleanupsScope BodyScope(*this);
905 RunCleanupsScope BodyScope(*this);
1037 RunCleanupsScope cleanupScope(*this);
1532 RunCleanupsScope ExecutedScope(*this);
1561 RunCleanupsScope ConditionScop
[all...]
H A DCGOpenMPRuntime.cpp246 CodeGenFunction::RunCleanupsScope Scope(CGF);
1050 CodeGenFunction::RunCleanupsScope Scope(CGF);
1092 CodeGenFunction::RunCleanupsScope Scope(CGF);
1197 CodeGenFunction::RunCleanupsScope Scope(CGF);
1800 CodeGenFunction::RunCleanupsScope Scope(CGF);
1829 CodeGenFunction::RunCleanupsScope Scope(CGF);
H A DCGObjCRuntime.cpp316 CodeGenFunction::RunCleanupsScope cleanups(CGF);
H A DCGStmtOpenMP.cpp204 RunCleanupsScope InitScope(*this);
488 CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF);
548 RunCleanupsScope BodyScope(*this);
H A DCGDeclCXX.cpp521 RunCleanupsScope Scope(*this);
H A DCGObjC.cpp1312 CodeGenFunction::RunCleanupsScope scope(CGF);
1572 RunCleanupsScope elementVariableScope(*this);
1630 RunCleanupsScope Scope(*this);
2707 RunCleanupsScope scope(*this);
2723 RunCleanupsScope scope(*this);
2821 RunCleanupsScope Scope(*this);
H A DCGClass.cpp803 RunCleanupsScope RunCleanups(*this);
1377 RunCleanupsScope DtorEpilogue(*this);
1690 RunCleanupsScope Scope(*this);
H A DCGExprCXX.cpp474 RunCleanupsScope Scope(*this);
1821 RunCleanupsScope Scope(*this);
H A DCGExprComplex.cpp201 CodeGenFunction::RunCleanupsScope Scope(CGF);
H A DCGDecl.cpp623 CodeGenFunction::RunCleanupsScope Scope(*this);
H A DCGException.cpp952 RunCleanupsScope CatchScope(*this);
H A DCGExprAgg.cpp999 CodeGenFunction::RunCleanupsScope cleanups(CGF);
H A DCGBlocks.cpp1519 CodeGenFunction::RunCleanupsScope cleanups(*this);
H A DCGObjCMac.cpp3924 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF);
3969 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF);
H A DCGExpr.cpp888 RunCleanupsScope Scope(*this);
H A DCGExprScalar.cpp404 CodeGenFunction::RunCleanupsScope Scope(CGF);
H A DMicrosoftCXXABI.cpp3416 CodeGenFunction::RunCleanupsScope Cleanups(CGF);

Completed in 824 milliseconds