HomeSort by relevance Sort by last modified time
    Searched refs:RunCleanupsScope (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 499 RunCleanupsScope ExecutedScope(*this);
520 RunCleanupsScope ThenScope(*this);
532 RunCleanupsScope ElseScope(*this);
654 RunCleanupsScope ConditionScope(*this);
693 RunCleanupsScope BodyScope(*this);
735 RunCleanupsScope BodyScope(*this);
783 RunCleanupsScope ForScope(*this);
815 RunCleanupsScope ConditionScope(*this);
858 RunCleanupsScope BodyScope(*this);
889 RunCleanupsScope ForScope(*this)
    [all...]
CodeGenFunction.h 458 class RunCleanupsScope {
466 RunCleanupsScope(const RunCleanupsScope &) LLVM_DELETED_FUNCTION;
467 void operator=(const RunCleanupsScope &) LLVM_DELETED_FUNCTION;
474 explicit RunCleanupsScope(CodeGenFunction &CGF)
486 ~RunCleanupsScope() {
510 class LexicalScope: protected RunCleanupsScope {
521 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
547 RunCleanupsScope::ForceCleanup();
    [all...]
CGObjCRuntime.cpp 316 CodeGenFunction::RunCleanupsScope cleanups(CGF);
CGDeclCXX.cpp 474 RunCleanupsScope Scope(*this);
CGObjC.cpp     [all...]
CGClass.cpp 725 RunCleanupsScope RunCleanups(*this);
    [all...]
CGExprCXX.cpp 437 RunCleanupsScope Scope(*this);
    [all...]
CGExprComplex.cpp 196 CodeGenFunction::RunCleanupsScope Scope(CGF);
    [all...]
CGDecl.cpp 587 CodeGenFunction::RunCleanupsScope Scope(*this);
    [all...]
CGException.cpp     [all...]
CGExprAgg.cpp     [all...]
CGBlocks.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp 831 RunCleanupsScope Scope(*this);
    [all...]
CGExprScalar.cpp 360 CodeGenFunction::RunCleanupsScope Scope(CGF);
    [all...]

Completed in 193 milliseconds