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

  /external/clang/lib/CodeGen/
CGStmt.cpp 598 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);
    [all...]
CodeGenFunction.h 482 class RunCleanupsScope {
490 RunCleanupsScope(const RunCleanupsScope &) = delete;
491 void operator=(const RunCleanupsScope &) = delete;
498 explicit RunCleanupsScope(CodeGenFunction &CGF)
510 ~RunCleanupsScope() {
534 class LexicalScope : public RunCleanupsScope {
545 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
574 RunCleanupsScope::ForceCleanup();
588 class OMPPrivateScope : public RunCleanupsScope {
    [all...]
CGObjCRuntime.cpp 323 CodeGenFunction::RunCleanupsScope cleanups(CGF);
CGObjC.cpp     [all...]
CGDeclCXX.cpp 550 RunCleanupsScope Scope(*this);
CGStmtOpenMP.cpp 86 class OMPLoopScope : public CodeGenFunction::RunCleanupsScope {
98 : CodeGenFunction::RunCleanupsScope(CGF) {
505 CodeGenFunction::RunCleanupsScope InitScope(CGF);
629 RunCleanupsScope InitScope(*this);
    [all...]
CGExprCXX.cpp 520 RunCleanupsScope Scope(*this);
    [all...]
CGExprComplex.cpp 203 CodeGenFunction::RunCleanupsScope Scope(CGF);
    [all...]
CGClass.cpp     [all...]
CGDecl.cpp 680 CodeGenFunction::RunCleanupsScope Scope(*this);
    [all...]
CGException.cpp     [all...]
CGExprAgg.cpp     [all...]
CGOpenMPRuntime.cpp 687 CodeGenFunction::RunCleanupsScope Scope(CGF);
    [all...]
CGBlocks.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp 403 CodeGenFunction::RunCleanupsScope Scope(CGF);
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 970 milliseconds