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 448 RunCleanupsScope ExecutedScope(*this);
467 RunCleanupsScope ThenScope(*this);
479 RunCleanupsScope ElseScope(*this);
512 RunCleanupsScope ConditionScope(*this);
547 RunCleanupsScope BodyScope(*this);
580 RunCleanupsScope BodyScope(*this);
619 RunCleanupsScope ForScope(*this);
637 RunCleanupsScope ConditionScope(*this);
685 RunCleanupsScope BodyScope(*this);
712 RunCleanupsScope ForScope(*this)
    [all...]
CodeGenFunction.h 451 class RunCleanupsScope {
459 RunCleanupsScope(const RunCleanupsScope &) LLVM_DELETED_FUNCTION;
460 void operator=(const RunCleanupsScope &) LLVM_DELETED_FUNCTION;
467 explicit RunCleanupsScope(CodeGenFunction &CGF)
479 ~RunCleanupsScope() {
503 class LexicalScope: protected RunCleanupsScope {
514 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
540 RunCleanupsScope::ForceCleanup();
    [all...]
CGObjCRuntime.cpp 315 CodeGenFunction::RunCleanupsScope cleanups(CGF);
CGDeclCXX.cpp 436 RunCleanupsScope Scope(*this);
CGObjC.cpp     [all...]
CGClass.cpp 718 RunCleanupsScope RunCleanups(*this);
    [all...]
CGExprCXX.cpp 524 RunCleanupsScope Scope(*this);
    [all...]
CGExprAgg.cpp     [all...]
CGExprComplex.cpp 195 CodeGenFunction::RunCleanupsScope Scope(CGF);
    [all...]
CGDecl.cpp 579 CodeGenFunction::RunCleanupsScope Scope(*this);
    [all...]
CGException.cpp     [all...]
CGBlocks.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp 820 RunCleanupsScope Scope(*this);
    [all...]
CGExprScalar.cpp 357 CodeGenFunction::RunCleanupsScope Scope(CGF);
    [all...]

Completed in 4773 milliseconds