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:GetTopStatement
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H
A
D
helpers.cpp
133
// NOTE(orlovskymaxim) This relies on the fact, that
GetTopStatement
has no bugs, that is not the case for now
in IsVisibleInternalNode()
134
if (!ast->
GetTopStatement
()->IsETSScript()) {
in IsVisibleInternalNode()
137
auto *currentTopStatement = (static_cast<const ir::ETSScript *>(ast->
GetTopStatement
()));
in IsVisibleInternalNode()
143
// NOTE(orlovskymaxim) This relies on the fact, that
GetTopStatement
has no bugs, that is not the case for now
in IsVisibleInternalNode()
144
if (!objTypeDeclNode->
GetTopStatement
()->IsETSScript()) {
in IsVisibleInternalNode()
147
auto *objectTopStatement = (static_cast<const ir::ETSScript *>(objTypeDeclNode->
GetTopStatement
()));
in IsVisibleInternalNode()
H
A
D
importExportAccessValid.cpp
111
ident->
GetTopStatement
() == varParent->
GetTopStatement
()) {
in InvariantImportExportVariable()
/arkcompiler/ets_frontend/ets2panda/ir/
H
A
D
astNode.cpp
109
ir::BlockStatement *AstNode::
GetTopStatement
()
in GetTopStatement()
function in ark::es2panda::ir::AstNode
114
const ir::BlockStatement *AstNode::
GetTopStatement
() const
in GetTopStatement()
function in ark::es2panda::ir::AstNode
H
A
D
astNode.h
459
[[nodiscard]] ir::BlockStatement *
GetTopStatement
();
460
[[nodiscard]] const ir::BlockStatement *
GetTopStatement
() const;
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
typeCreation.cpp
583
} else if (const auto *topStatement = declNode->
GetTopStatement
();
in CreateNewETSObjectType()
589
auto program = static_cast<ir::ETSScript *>(declNode->
GetTopStatement
())->Program();
in CreateNewETSObjectType()
H
A
D
utilityTypeHandlers.cpp
89
auto *const classDefProgram = classDef->
GetTopStatement
()->AsETSScript()->Program();
in HandlePartialType()
Completed in 5 milliseconds