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:EmptyStatement
(Results
1 - 17
of
17
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H
A
D
emptyStatement.cpp
25
void
EmptyStatement
::TransformChildren([[maybe_unused]] const NodeTransformer &c,
in TransformChildren()
30
void
EmptyStatement
::Iterate([[maybe_unused]] const NodeTraverser &cb) const {}
in Iterate()
32
void
EmptyStatement
::Dump(ir::AstDumper *dumper) const
in Dump()
34
dumper->Add({{"type", "
EmptyStatement
"}});
in Dump()
37
void
EmptyStatement
::Dump(ir::SrcDumper *dumper) const
in Dump()
42
void
EmptyStatement
::Compile(compiler::PandaGen *pg) const
in Compile()
47
void
EmptyStatement
::Compile(compiler::ETSGen *etsg) const
in Compile()
52
checker::Type *
EmptyStatement
::Check(checker::TSChecker *checker)
in Check()
57
checker::Type *
EmptyStatement
::Check(checker::ETSChecker *checker)
in Check()
H
A
D
emptyStatement.h
22
class
EmptyStatement
: public Statement {
class
24
explicit
EmptyStatement
() : Statement(AstNodeType::EMPTY_STATEMENT) {}
in EmptyStatement()
function in ark::es2panda::ir::EmptyStatement
/arkcompiler/ets_frontend/es2panda/ir/statements/
H
A
D
emptyStatement.cpp
22
void
EmptyStatement
::Iterate([[maybe_unused]] const NodeTraverser &cb) const {}
in Iterate()
24
void
EmptyStatement
::Dump(ir::AstDumper *dumper) const
in Dump()
26
dumper->Add({{"type", "
EmptyStatement
"}});
in Dump()
29
void
EmptyStatement
::Compile([[maybe_unused]] compiler::PandaGen *pg) const {}
in Compile()
31
checker::Type *
EmptyStatement
::Check([[maybe_unused]] checker::Checker *checker) const
in Check()
36
void
EmptyStatement
::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {}
in UpdateSelf()
H
A
D
emptyStatement.h
32
class
EmptyStatement
: public Statement {
class
34
explicit
EmptyStatement
() : Statement(AstNodeType::EMPTY_STATEMENT) {}
in EmptyStatement()
function in panda::es2panda::panda::es2panda::panda::es2panda::ir::EmptyStatement
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H
A
D
emptyStatementBuilder.h
25
class EmptyStatementBuilder : public AstBuilder<ir::
EmptyStatement
> {
29
EmptyStatement
*Build()
in Build()
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
forwardDeclForParserImpl.h
74
class
EmptyStatement
;
H
A
D
parserImpl.h
257
ir::
EmptyStatement
*ParseEmptyStatement();
H
A
D
statementParser.cpp
208
ir::
EmptyStatement
*ParserImpl::ParseEmptyStatement()
in ParseEmptyStatement()
210
auto *empty = AllocNode<ir::
EmptyStatement
>();
in ParseEmptyStatement()
/arkcompiler/ets_frontend/es2panda/ir/
H
A
D
astNodeMapping.h
43
_(EMPTY_STATEMENT,
EmptyStatement
) \
/arkcompiler/ets_frontend/ets2panda/ir/
H
A
D
astNodeMapping.h
44
_(EMPTY_STATEMENT,
EmptyStatement
) \
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
parserImpl.h
112
class
EmptyStatement
;
538
ir::
EmptyStatement
*ParseEmptyStatement();
H
A
D
statementParser.cpp
624
ir::
EmptyStatement
*ParserImpl::ParseEmptyStatement()
in ParseEmptyStatement()
626
auto *empty = AllocNode<ir::
EmptyStatement
>();
in ParseEmptyStatement()
H
A
D
parserImpl.cpp
2958
property = AllocNode<ir::
EmptyStatement
>();
in ParseClassElement()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
JSCompiler.cpp
1338
void JSCompiler::Compile([[maybe_unused]] const ir::
EmptyStatement
*st) const {}
in Compile()
H
A
D
ETSCompiler.cpp
1407
void ETSCompiler::Compile([[maybe_unused]] const ir::
EmptyStatement
*st) const {}
in Compile()
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
TSAnalyzer.cpp
1146
checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::
EmptyStatement
*st) const
in Check()
H
A
D
ETSAnalyzer.cpp
2068
checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::
EmptyStatement
*st) const
in Check()
Completed in 31 milliseconds