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:rootNode_
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
codeGen.cpp
51
return
rootNode_
;
127
if (
rootNode_
->IsProgram()) {
131
return
rootNode_
->AsScriptFunction()->Params().size();
136
if (
rootNode_
->IsProgram()) {
140
ASSERT(
rootNode_
->IsScriptFunction());
142
return
rootNode_
->AsScriptFunction()->FormalParamsLength();
H
A
D
codeGen.h
80
rootNode_
(scope_->Node()),
175
const ir::AstNode *
rootNode_
{};
H
A
D
regScope.cpp
147
pg->LoadAccFromArgs(pg->
rootNode_
);
in FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/typescript/
H
A
D
checker.cpp
36
rootNode_
(binder->TopScope()->Node()->AsBlockStatement()),
in Checker()
47
ASSERT(
rootNode_
->IsProgram());
in StartChecker()
48
rootNode_
->Check(this);
in StartChecker()
H
A
D
checker.h
479
const ir::BlockStatement *
rootNode_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
pandagen.cpp
56
if (
rootNode_
->IsProgram()) {
in SetFunctionKind()
61
auto *func =
rootNode_
->AsScriptFunction();
in SetFunctionKind()
112
if (
rootNode_
->IsProgram()) {
in SetInSendable()
116
auto *func =
rootNode_
->AsScriptFunction();
in SetInSendable()
143
if (
rootNode_
->IsProgram()) {
in ParamCount()
147
return
rootNode_
->AsScriptFunction()->Params().size();
in ParamCount()
152
if (
rootNode_
->IsProgram()) {
in FormalParametersCount()
156
ASSERT(
rootNode_
->IsScriptFunction());
in FormalParametersCount()
158
return
rootNode_
->AsScriptFunction()->FormalParamsLength();
in FormalParametersCount()
163
if (
rootNode_
in InternalParamCount()
[all...]
H
A
D
regScope.cpp
124
pg_->LoadAccFromArgs(pg_->
rootNode_
);
in FunctionRegScope()
H
A
D
pandagen.h
88
rootNode_
(scope->Node()),
in PandaGen()
132
return
rootNode_
;
in RootNode()
531
const ir::AstNode *
rootNode_
;
member in panda::es2panda::compiler::PandaGen
Completed in 7 milliseconds