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:statements
(Results
1 - 25
of
32
) sorted by relevance
1
2
/arkcompiler/ets_frontend/es2panda/ir/
H
A
D
statement.cpp
35
auto
statements
= std::get<std::vector<ir::AstNode *>>(newStatements);
in UpdateForMultipleTransformedStatements()
local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H
A
D
globalClassHandler.h
31
ArenaVector<ir::Statement *>
statements
;
member
H
A
D
globalClassHandler.cpp
39
static bool FunctionExists(const ArenaVector<ir::Statement *> &
statements
, const std::string_view name)
in FunctionExists()
argument
102
CreateGlobalMethod(const std::string_view name, ArenaVector<ir::Statement *> &&
statements
)
CreateGlobalMethod()
argument
227
FormDependentInitTriggers(ArenaVector<ir::Statement *> &
statements
, const ModuleDependencies *moduleDependencies)
FormDependentInitTriggers()
argument
293
auto
statements
= globalDecl.TransformStatements(ast->Statements(), addInitializer);
CollectProgramGlobalStatements()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H
A
D
tsModuleBlock.h
25
explicit TSModuleBlock(ArenaVector<Statement *> &&
statements
)
in TSModuleBlock()
argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H
A
D
tsModuleBlock.h
34
explicit TSModuleBlock(ArenaVector<Statement *> &&
statements
)
in TSModuleBlock()
argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H
A
D
blockExpression.h
49
void AddStatements(ArenaVector<ir::Statement *> const &
statements
)
in AddStatements()
argument
H
A
D
blockExpression.cpp
26
BlockExpression::BlockExpression(ArenaVector<ir::Statement *> &&
statements
)
in BlockExpression()
argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H
A
D
blockExpressionBuilder.h
32
BlockExpressionBuilder &SetStatements(ArenaVector<Statement *>
statements
)
in SetStatements()
argument
H
A
D
blockStatementBuilder.h
32
BlockStatementBuilder &SetStatements(ArenaVector<Statement *>
statements
)
in SetStatements()
argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSfunction.cpp
70
const auto &
statements
= block->Statements();
in CompileSourceBlock()
local
H
A
D
function.cpp
34
const auto &
statements
= block->Statements();
in CompileSourceBlock()
local
H
A
D
ETSGen.cpp
2257
void ETSGen::CompileStatements(const ArenaVector<ir::Statement *> &
statements
)
in CompileStatements()
argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
recordLowering.cpp
165
auto
statements
= parser->CreateFormattedStatements(src, nodes);
in CreateStatement()
local
H
A
D
localClassLowering.cpp
174
auto &
statements
= body->AsBlockStatement()->Statements();
in ModifyConstructorParameters()
local
H
A
D
objectLiteralLowering.cpp
29
static void MaybeAllowConstAssign(checker::Type *targetType, ArenaVector<ir::Statement *> &
statements
)
in MaybeAllowConstAssign()
argument
51
static void RestoreNestedBlockExpression(const ArenaVector<ir::Statement *> &
statements
,
in RestoreNestedBlockExpression()
argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
etsWarningAnalyzer.cpp
50
const auto
statements
= program_->Ast()->Statements();
in AnalyzeClassDefForFinalModifier()
local
88
const auto
statements
= program_->Ast()->Statements();
in AnalyzeClassMethodForFinalModifier()
local
[all...]
H
A
D
dynamic.cpp
399
ClassInitializerFromImport(ir::ETSImportDeclaration *import, ArenaVector<ir::Statement *> *
statements
)
ClassInitializerFromImport()
argument
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
function.cpp
51
const auto &
statements
= block->Statements();
in CompileSourceBlock()
local
176
const auto &
statements
in CompileClassInitializer()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H
A
D
methodBuilder.cpp
132
ir::BlockStatement *MethodBuilder::CreateBody(ArenaVector<ir::Statement *>
statements
)
in CreateBody()
argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H
A
D
scopedDebugInfoPlugin.cpp
200
auto &
statements
= block->Statements();
in AddPrologueEpilogue()
local
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
ETSFormattedParser.cpp
273
auto
statements
= ParseStatementList(StatementParsingFlags::STMT_GLOBAL_LEXICAL);
in CreateStatement()
local
316
auto
statements
= CreateStatements(sourceCode);
in CreateFormattedStatements()
local
[all...]
H
A
D
TypedParser.cpp
312
auto
statements
= ParseStatementList();
in ParseTsModuleBlock()
local
H
A
D
statementParser.cpp
371
ParseDirective(ArenaVector<ir::Statement *> *
statements
)
ParseDirective()
argument
397
ParseDirectivePrologue(ArenaVector<ir::Statement *> *
statements
)
ParseDirectivePrologue()
argument
419
auto
statements
= ParseStatementList();
ParseBlockStatement()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
helpers.cpp
490
void Helpers::CheckDefaultImport(const ArenaVector<ir::ETSImportDeclaration *> &
statements
)
in CheckDefaultImport()
argument
/arkcompiler/ets_frontend/es2panda/util/
H
A
D
helpers.cpp
826
auto &
statements
= body->AsBlockStatement()->Statements();
in ScanDirectives()
local
Completed in 25 milliseconds
1
2