Searched refs:LocalRegScope (Results 1 – 11 of 11) sorted by relevance
48 class LocalRegScope : public RegScope {50 explicit LocalRegScope(PandaGen *pg, binder::Scope *scope);51 explicit LocalRegScope(PandaGen *pg);52 NO_COPY_SEMANTIC(LocalRegScope);53 NO_MOVE_SEMANTIC(LocalRegScope);54 ~LocalRegScope();
48 LocalRegScope::LocalRegScope(PandaGen *pg) : RegScope(pg) {} in LocalRegScope() function in panda::es2panda::compiler::LocalRegScope50 LocalRegScope::LocalRegScope(PandaGen *pg, binder::Scope *scope) : RegScope(pg) in LocalRegScope() function in panda::es2panda::compiler::LocalRegScope70 LocalRegScope::~LocalRegScope() in ~LocalRegScope()
107 LocalRegScope regScope_;
531 friend class LocalRegScope; variable
41 compiler::LocalRegScope lrs(pg, scope_); in Compile()
57 compiler::LocalRegScope loopRegScope(pg, scope_); in Compile()
49 compiler::LocalRegScope loopRegScope(pg, scope_); in Compile()
51 compiler::LocalRegScope lrs(pg, scope_); in Compile()
45 compiler::LocalRegScope regScope(pg, scope_); in Compile()
49 compiler::LocalRegScope lrs(pg, scope_->ParamScope()); in Compile()
311 compiler::LocalRegScope lrs(pg, scope_); in Compile()