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

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp290 CodeGenFunction::RunCleanupsScope Scope(CGF);
1222 CodeGenFunction::RunCleanupsScope Scope(CGF);
1241 CodeGenFunction::RunCleanupsScope ThenScope(CGF);
1252 CodeGenFunction::RunCleanupsScope ThenScope(CGF);
1314 CodeGenFunction::RunCleanupsScope Scope(CGF);
1396 CodeGenFunction::RunCleanupsScope Scope(CGF);
1452 CodeGenFunction::RunCleanupsScope Scope(CGF);
1481 CodeGenFunction::RunCleanupsScope Scope(CGF);
1593 CodeGenFunction::RunCleanupsScope Scope(CGF);
1652 CodeGenFunction::RunCleanupsScope Scop
[all...]
H A DCGStmt.cpp564 RunCleanupsScope ExecutedScope(*this);
586 RunCleanupsScope ThenScope(*this);
599 RunCleanupsScope ElseScope(*this);
636 RunCleanupsScope ConditionScope(*this);
672 RunCleanupsScope BodyScope(*this);
715 RunCleanupsScope BodyScope(*this);
827 RunCleanupsScope BodyScope(*this);
954 RunCleanupsScope cleanupScope(*this);
1439 RunCleanupsScope ExecutedScope(*this);
1467 RunCleanupsScope ConditionScop
[all...]
H A DCodeGenFunction.h462 class RunCleanupsScope { class in class:clang::CodeGen::CodeGenFunction
470 RunCleanupsScope(const RunCleanupsScope &) = delete;
471 void operator=(const RunCleanupsScope &) = delete;
478 explicit RunCleanupsScope(CodeGenFunction &CGF) function in class:clang::CodeGen::CodeGenFunction::RunCleanupsScope
490 ~RunCleanupsScope() {
514 class LexicalScope : public RunCleanupsScope {
525 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
554 RunCleanupsScope::ForceCleanup();
568 class OMPPrivateScope : public RunCleanupsScope {
[all...]
H A DCGObjCRuntime.cpp324 CodeGenFunction::RunCleanupsScope cleanups(CGF);
H A DCGDeclCXX.cpp531 RunCleanupsScope Scope(*this);
H A DCGObjC.cpp1374 CodeGenFunction::RunCleanupsScope scope(CGF);
1622 RunCleanupsScope elementVariableScope(*this);
1681 RunCleanupsScope Scope(*this);
2747 RunCleanupsScope scope(*this);
2763 RunCleanupsScope scope(*this);
2861 RunCleanupsScope Scope(*this);
H A DCGStmtOpenMP.cpp299 CodeGenFunction::RunCleanupsScope InitScope(CGF);
394 RunCleanupsScope InitScope(*this);
852 CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF);
859 CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF);
902 RunCleanupsScope BodyScope(*this);
H A DCGClass.cpp945 RunCleanupsScope RunCleanups(*this);
1534 RunCleanupsScope DtorEpilogue(*this);
2005 RunCleanupsScope Scope(*this);
H A DCGExprCXX.cpp515 RunCleanupsScope Scope(*this);
1931 RunCleanupsScope Scope(*this);
H A DCGExprComplex.cpp203 CodeGenFunction::RunCleanupsScope Scope(CGF);
H A DCGDecl.cpp678 CodeGenFunction::RunCleanupsScope Scope(*this);
H A DCGException.cpp1053 RunCleanupsScope CatchScope(*this);
H A DCGExprAgg.cpp1011 CodeGenFunction::RunCleanupsScope cleanups(CGF);
H A DCGBlocks.cpp1543 CodeGenFunction::RunCleanupsScope cleanups(*this);
H A DCGObjCMac.cpp4144 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF);
4189 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF);
H A DCGExpr.cpp1002 RunCleanupsScope Scope(*this);
H A DCGExprScalar.cpp403 CodeGenFunction::RunCleanupsScope Scope(CGF);
H A DMicrosoftCXXABI.cpp3861 CodeGenFunction::RunCleanupsScope Cleanups(CGF);

Completed in 277 milliseconds