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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp598 RunCleanupsScope ExecutedScope(*this);
620 RunCleanupsScope ThenScope(*this);
640 RunCleanupsScope ElseScope(*this);
683 RunCleanupsScope ConditionScope(*this);
719 RunCleanupsScope BodyScope(*this);
763 RunCleanupsScope BodyScope(*this);
877 RunCleanupsScope BodyScope(*this);
1007 RunCleanupsScope cleanupScope(*this);
1492 RunCleanupsScope ExecutedScope(*this);
1523 RunCleanupsScope ConditionScop
[all...]
H A DCodeGenFunction.h482 class RunCleanupsScope { class in class:clang::CodeGen::CodeGenFunction
490 RunCleanupsScope(const RunCleanupsScope &) = delete;
491 void operator=(const RunCleanupsScope &) = delete;
498 explicit RunCleanupsScope(CodeGenFunction &CGF) function in class:clang::CodeGen::CodeGenFunction::RunCleanupsScope
510 ~RunCleanupsScope() {
534 class LexicalScope : public RunCleanupsScope {
545 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
574 RunCleanupsScope::ForceCleanup();
588 class OMPPrivateScope : public RunCleanupsScope {
[all...]
H A DCGObjCRuntime.cpp323 CodeGenFunction::RunCleanupsScope cleanups(CGF);
H A DCGObjC.cpp1368 CodeGenFunction::RunCleanupsScope scope(CGF);
1495 RunCleanupsScope ForScope(*this);
1617 RunCleanupsScope elementVariableScope(*this);
1676 RunCleanupsScope Scope(*this);
2924 RunCleanupsScope scope(*this);
2940 RunCleanupsScope scope(*this);
3051 RunCleanupsScope scope(*this);
3128 RunCleanupsScope Scope(*this);
H A DCGDeclCXX.cpp550 RunCleanupsScope Scope(*this);
H A DCGStmtOpenMP.cpp86 class OMPLoopScope : public CodeGenFunction::RunCleanupsScope {
98 : CodeGenFunction::RunCleanupsScope(CGF) {
505 CodeGenFunction::RunCleanupsScope InitScope(CGF);
629 RunCleanupsScope InitScope(*this);
1199 CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF);
1206 CodeGenFunction::RunCleanupsScope ProcBindScope(CGF);
1253 RunCleanupsScope BodyScope(*this);
H A DCGExprCXX.cpp520 RunCleanupsScope Scope(*this);
1939 RunCleanupsScope Scope(*this);
H A DCGExprComplex.cpp203 CodeGenFunction::RunCleanupsScope Scope(CGF);
H A DCGClass.cpp946 RunCleanupsScope RunCleanups(*this);
1530 RunCleanupsScope DtorEpilogue(*this);
2003 RunCleanupsScope Scope(*this);
H A DCGDecl.cpp680 CodeGenFunction::RunCleanupsScope Scope(*this);
H A DCGException.cpp1055 RunCleanupsScope CatchScope(*this);
H A DCGExprAgg.cpp1018 CodeGenFunction::RunCleanupsScope cleanups(CGF);
H A DCGOpenMPRuntime.cpp687 CodeGenFunction::RunCleanupsScope Scope(CGF);
4020 CodeGenFunction::RunCleanupsScope LocalScope(CGF);
4374 CodeGenFunction::RunCleanupsScope Scope(CGF);
6015 CodeGenFunction::RunCleanupsScope Scope(CGF);
H A DCGBlocks.cpp1545 CodeGenFunction::RunCleanupsScope cleanups(*this);
H A DCGObjCMac.cpp4211 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF);
4256 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF);
H A DCGExpr.cpp1028 RunCleanupsScope Scope(*this);
H A DCGExprScalar.cpp403 CodeGenFunction::RunCleanupsScope Scope(CGF);
H A DMicrosoftCXXABI.cpp3875 CodeGenFunction::RunCleanupsScope Cleanups(CGF);

Completed in 665 milliseconds