Home
last modified time | relevance | path

Searched defs:LocalRegScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp48 LocalRegScope::LocalRegScope(PandaGen *pg) : RegScope(pg) {} in LocalRegScope() function in panda::es2panda::compiler::LocalRegScope
50 LocalRegScope::LocalRegScope(PandaGen *pg, binder::Scope *scope) : RegScope(pg) in LocalRegScope() function in panda::es2panda::compiler::LocalRegScope
Dpandagen.h509 friend class LocalRegScope; variable