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:trailingBlock
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H
A
D
blockStatement.h
68
void AddTrailingBlock(AstNode *stmt, BlockStatement *
trailingBlock
)
in AddTrailingBlock()
argument
70
trailingBlocks_.emplace(stmt,
trailingBlock
);
in AddTrailingBlock()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
function.cpp
2025
auto *
trailingBlock
= callExpr->TrailingBlock();
in TransformTraillingLambda()
local
2026
ASSERT(
trailingBlock
!= nullptr);
in TransformTraillingLambda()
2035
funcParamScope->SetParent(
trailingBlock
->Scope()->Parent());
in TransformTraillingLambda()
2037
for (auto [_, var] :
trailingBlock
->Scope()->Bindings()) {
in TransformTraillingLambda()
2039
if (var->GetScope() ==
trailingBlock
->Scope()) {
in TransformTraillingLambda()
2047
Allocator(), ir::ScriptFunction::ScriptFunctionData {
trailingBlock
,
in TransformTraillingLambda()
2054
trailingBlock
->SetScope(funcScope);
in TransformTraillingLambda()
2055
ReplaceScope(funcNode->Body(),
trailingBlock
, funcScope);
in TransformTraillingLambda()
2060
arrowFuncNode->SetRange(
trailingBlock
->Range());
in TransformTraillingLambda()
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSAnalyzer.cpp
1991
auto *const
trailingBlock
= tb->second;
in Check()
local
1992
trailingBlock
->Check(checker);
in Check()
1993
st->Statements().emplace(std::next(st->Statements().begin() + idx),
trailingBlock
);
in Check()
Completed in 10 milliseconds