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:LexicalBound
(Results
1 - 16
of
16
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
regScope.cpp
65
if (!var->
LexicalBound
() && var->IsLocalVariable()) {
in LocalRegScope()
101
if (!param->
LexicalBound
()) {
in FunctionRegScope()
114
if (!var->
LexicalBound
() && var->IsLocalVariable()) {
in FunctionRegScope()
H
A
D
function.cpp
96
ASSERT(paramVar->
LexicalBound
() || paramVar->AsLocalVariable()->Vreg() == paramReg);
in CompileFunctionParameterDeclaration()
H
A
D
pandagen.cpp
272
if (param->
LexicalBound
()) {
in CopyFunctionArguments()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
variable.h
137
[[nodiscard]] bool
LexicalBound
() const noexcept
171
ASSERT(!
LexicalBound
());
in BindVReg()
177
ASSERT(!
LexicalBound
());
in BindLexEnvSlot()
194
ASSERT(
LexicalBound
());
in LexIdx()
H
A
D
variable.cpp
48
if (
LexicalBound
()) {
in SetLexical()
H
A
D
scope.cpp
338
if (var->
LexicalBound
() && var->Declaration()->IsConstDecl()) {
in CheckDirectEval()
347
if (!variable->
LexicalBound
()) {
in CheckDirectEval()
358
if (!variable->
LexicalBound
()) {
in CheckDirectEval()
966
if (!var->
LexicalBound
() || !var->Declaration()->IsLetOrConstDecl()) {
in ConvertToVariableScope()
998
if (var->
LexicalBound
() && var->Declaration()->IsLetDecl()) {
in ConvertToVariableScope()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
regScope.cpp
57
if (!var->
LexicalBound
() && var->IsLocalVariable()) {
in LocalRegScope()
108
if (!var->
LexicalBound
() && var->IsLocalVariable()) {
in InitializeParams()
139
if (param->
LexicalBound
()) {
in FunctionRegScope()
H
A
D
function.cpp
87
ASSERT(paramVar->
LexicalBound
() || paramVar->AsLocalVariable()->Vreg() == paramReg);
in CompileFunctionParameterDeclaration()
H
A
D
emitter.cpp
335
if (!variable->IsLocalVariable() || variable->
LexicalBound
() || decl->IsTypeAliasDecl() ||
in GenScopeVariableInfoEnd()
H
A
D
JSCompiler.cpp
398
if (res.variable->AsLocalVariable()->
LexicalBound
()) {
in Compile()
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
variable.h
113
bool
LexicalBound
() const
in LexicalBound()
function in panda::es2panda::panda::es2panda::binder::Variable
145
ASSERT(!
LexicalBound
());
in BindVReg()
151
ASSERT(!
LexicalBound
());
in BindLexEnvSlot()
163
ASSERT(
LexicalBound
());
in LexIdx()
H
A
D
variable.cpp
46
if (
LexicalBound
()) {
in SetLexical()
H
A
D
scope.cpp
837
if (var->
LexicalBound
()) {
in InitVariable()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H
A
D
lexenv.cpp
65
if (result.variable->
LexicalBound
()) {
in Expand()
130
if (result.variable->
LexicalBound
()) {
in Expand()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H
A
D
lexenv.cpp
88
if (result.variable->
LexicalBound
()) {
in Expand()
145
if (result.variable->
LexicalBound
()) {
in Expand()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H
A
D
emitter.cpp
532
if (!variable->IsLocalVariable() || variable->
LexicalBound
()) {
in GenScopeVariableInfo()
Completed in 16 milliseconds