HomeSort by: relevance | last modified time | path
    Searched refs:RunCleanupsScope (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 736 RunCleanupsScope ExecutedScope(*this);
764 RunCleanupsScope ThenScope(*this);
777 RunCleanupsScope ElseScope(*this);
812 RunCleanupsScope ConditionScope(*this);
863 RunCleanupsScope BodyScope(*this);
904 RunCleanupsScope BodyScope(*this);
1042 RunCleanupsScope BodyScope(*this);
1211 RunCleanupsScope cleanupScope(*this);
1814 RunCleanupsScope ExecutedScope(*this);
1845 RunCleanupsScope ConditionScope(*this)
    [all...]
CodeGenFunction.h 834 class RunCleanupsScope {
842 RunCleanupsScope(const RunCleanupsScope &) = delete;
843 void operator=(const RunCleanupsScope &) = delete;
850 explicit RunCleanupsScope(CodeGenFunction &CGF)
863 ~RunCleanupsScope() {
889 // Cleanup stack depth of the RunCleanupsScope that was pushed most recently.
893 class LexicalScope : public RunCleanupsScope {
904 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
933 RunCleanupsScope::ForceCleanup()
    [all...]
CGObjCRuntime.cpp 329 CodeGenFunction::RunCleanupsScope cleanups(CGF);
CGCoroutine.cpp 281 RunCleanupsScope cleanupScope(*this);
607 CodeGenFunction::RunCleanupsScope ResumeScope(*this);
CGObjC.cpp 1621 CodeGenFunction::RunCleanupsScope scope(CGF);
1721 RunCleanupsScope ForScope(*this);
1873 RunCleanupsScope elementVariableScope(*this);
1967 RunCleanupsScope Scope(*this);
3421 RunCleanupsScope scope(*this);
3436 RunCleanupsScope scope(*this);
3546 RunCleanupsScope scope(*this);
3623 RunCleanupsScope Scope(*this);
CGClass.cpp 869 RunCleanupsScope RunCleanups(*this);
1469 RunCleanupsScope DtorEpilogue(*this);
1487 RunCleanupsScope DtorEpilogue(*this);
2006 RunCleanupsScope Scope(*this);
2258 RunCleanupsScope RunCleanups(*this);
CGExprAgg.cpp 609 CodeGenFunction::RunCleanupsScope CleanupsScope(CGF);
1374 CodeGenFunction::RunCleanupsScope cleanups(CGF);
1825 CodeGenFunction::RunCleanupsScope CleanupsScope(CGF);
CGDeclCXX.cpp 782 RunCleanupsScope Scope(*this);
CGStmtOpenMP.cpp 135 class OMPLoopScope : public CodeGenFunction::RunCleanupsScope {
191 : CodeGenFunction::RunCleanupsScope(CGF) {
884 RunCleanupsScope InitScope(*this);
1556 CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF);
1564 CodeGenFunction::RunCleanupsScope ProcBindScope(CGF);
1849 RunCleanupsScope BodyScope(*this);
2016 RunCleanupsScope BodyScope(*this);
3085 RunCleanupsScope DoacrossCleanupScope(*this);
CGOpenMPRuntime.cpp 595 CodeGenFunction::RunCleanupsScope Scope(CGF);
734 CodeGenFunction::RunCleanupsScope InitScope(CGF);
5185 CodeGenFunction::RunCleanupsScope LocalScope(CGF);
5575 CodeGenFunction::RunCleanupsScope Scope(CGF);
6644 CodeGenFunction::RunCleanupsScope NumTeamsScope(CGF);
6888 CodeGenFunction::RunCleanupsScope ThreadLimitScope(CGF);
6911 CodeGenFunction::RunCleanupsScope ThreadLimitScope(CGF);
6943 CodeGenFunction::RunCleanupsScope Scope(CGF);
6949 CodeGenFunction::RunCleanupsScope ThreadLimitScope(CGF);
6957 CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF)
    [all...]
CGExprComplex.cpp 229 CodeGenFunction::RunCleanupsScope Scope(CGF);
CGException.cpp 1251 RunCleanupsScope CatchScope(*this);
CGExprCXX.cpp 664 RunCleanupsScope Scope(*this);
CGBlocks.cpp 2171 CodeGenFunction::RunCleanupsScope cleanups(*this);
CGDecl.cpp 776 CodeGenFunction::RunCleanupsScope Scope(*this);
CGObjCMac.cpp 4813 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF);
4858 CodeGenFunction::RunCleanupsScope CatchVarCleanups(CGF);
MicrosoftCXXABI.cpp 4049 CodeGenFunction::RunCleanupsScope Cleanups(CGF);
CGExpr.cpp 1353 RunCleanupsScope Scope(*this);
CGExprScalar.cpp 2379 CodeGenFunction::RunCleanupsScope Scope(CGF);

Completed in 129 milliseconds