Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:EnvScope
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
envScope.h
47
class
EnvScope
{
class
49
explicit
EnvScope
() = default;
51
NO_COPY_SEMANTIC(
EnvScope
);
52
NO_MOVE_SEMANTIC(
EnvScope
);
53
~
EnvScope
();
57
EnvScope
*Prev() const
in Prev()
66
EnvScope
*prev_ {};
69
class VariableEnvScope : public
EnvScope
{
H
A
D
envScope.cpp
34
void
EnvScope
::Initialize(PandaGen *pg)
in Initialize()
41
EnvScope
::~
EnvScope
()
in ~EnvScope()
H
A
D
regScope.h
28
class
EnvScope
;
89
EnvScope
*envScope_;
H
A
D
regScope.cpp
92
FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<
EnvScope
>())
in FunctionRegScope()
138
envScope_->~
EnvScope
();
H
A
D
pandagen.h
183
EnvScope
*GetEnvScope() const
in GetEnvScope()
536
EnvScope
*envScope_ {};
551
friend class
EnvScope
;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
envScope.h
46
class
EnvScope
{
class
48
explicit
EnvScope
() = default;
50
NO_COPY_SEMANTIC(
EnvScope
);
51
NO_MOVE_SEMANTIC(
EnvScope
);
52
~
EnvScope
();
61
EnvScope
*Prev() const
in Prev()
71
EnvScope
*prev_ {};
76
class LoopEnvScope : public
EnvScope
{
H
A
D
envScope.cpp
33
void
EnvScope
::Initialize(PandaGen *pg, VReg lexEnv)
in Initialize()
41
EnvScope
::~
EnvScope
()
in ~EnvScope()
H
A
D
regScope.h
27
class
EnvScope
;
94
EnvScope
*envScope_ {};
H
A
D
regScope.cpp
119
FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<
EnvScope
>())
in FunctionRegScope()
164
envScope_->~
EnvScope
();
in ~FunctionRegScope()
H
A
D
pandagen.h
59
[[nodiscard]]
EnvScope
*GetEnvScope() const noexcept;
275
EnvScope
*envScope_ {};
278
friend class
EnvScope
;
H
A
D
pandagen.cpp
271
EnvScope
*PandaGen::GetEnvScope() const noexcept
Completed in 7 milliseconds