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
defs:bindings
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
scope.cpp
159
void Scope::MergeBindings(VariableMap const &
bindings
)
in MergeBindings()
argument
416
std::vector<ir::Identifier *>
bindings
= util::Helpers::CollectBindingNames(param);
in AddParamDecl()
local
538
void GlobalScope::MergeBindings([[maybe_unused]] const VariableMap &
bindings
)
in MergeBindings()
argument
964
const auto &
bindings
= Bindings();
in ConvertToVariableScope()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
helpers.cpp
406
static void CollectBindingName(ir::AstNode *node, std::vector<ir::Identifier *> *
bindings
)
in CollectBindingName()
argument
447
std::vector<ir::Identifier *>
bindings
;
in CollectBindingNames()
local
[all...]
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
scope.cpp
505
std::vector<const ir::Identifier *>
bindings
= util::Helpers::CollectBindingNames(param);
in AddParamDecl()
local
/arkcompiler/ets_frontend/es2panda/util/
H
A
D
helpers.cpp
436
static void CollectBindingName(const ir::AstNode *node, std::vector<const ir::Identifier *> *
bindings
)
in CollectBindingName()
argument
477
std::vector<const ir::Identifier *>
bindings
;
in CollectBindingNames()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H
A
D
scopesInitPhase.cpp
226
std::vector<ir::Identifier *>
bindings
= util::Helpers::CollectBindingNames(init);
in VisitVariableDeclarator()
local
530
const auto &
bindings
= VarBinder()->GetScope()->Bindings();
in VisitTSInterfaceDeclaration()
local
585
const auto &
bindings
= VarBinder()->GetScope()->Bindings();
in VisitTSEnumDeclaration()
local
666
const auto &
bindings
= VarBinder()->GetScope()->Bindings();
in CreateFuncDecl()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
pandagen.cpp
1813
VReg
bindings
= AllocReg();
in DirectEval()
local
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
statementParser.cpp
790
const auto &
bindings
= Binder()->GetScope()->Bindings();
in ParseTsInterfaceDeclaration()
local
1257
const auto &
bindings
= Binder()->GetScope()->Bindings();
in AddFunctionToBinder()
local
2072
std::vector<const ir::Identifier *>
bindings
= util::Helpers::CollectBindingNames(init);
in ParseVariableDeclarator()
local
2422
std::vector<const ir::Identifier *>
bindings
= util::Helpers::CollectBindingNames(decl->Id());
AddExportLocalEntryItem()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
helpers.cpp
1312
BindingsModuleObjectAddProperty(checker::ETSObjectType *moduleObjType, ir::ETSImportDeclaration *importDecl, const varbinder::Scope::VariableMap &
bindings
)
BindingsModuleObjectAddProperty()
argument
Completed in 28 milliseconds