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:asyncFunc
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
function.cpp
1812
ir::ScriptFunction *
asyncFunc
= asyncMethod->Function();
in CreateAsyncImplMethod()
local
1815
if (
asyncFunc
->IsProxy()) {
in CreateAsyncImplMethod()
1819
if (
asyncFunc
->HasReturnStatement()) {
in CreateAsyncImplMethod()
1824
asyncFunc
->AddModifier(ir::ModifierFlags::NATIVE);
in CreateAsyncImplMethod()
1828
auto *body =
asyncFunc
->Body();
in CreateAsyncImplMethod()
1831
varbinder::FunctionParamScope *paramScope = CopyParams(
asyncFunc
->Params(), params);
in CreateAsyncImplMethod()
1835
if (!
asyncFunc
->Signature()->HasSignatureFlag(SignatureFlags::NEED_RETURN_TYPE)) {
in CreateAsyncImplMethod()
1844
auto *asyncFuncRetTypeAnn =
asyncFunc
->ReturnTypeAnnotation();
in CreateAsyncImplMethod()
1859
asyncFunc
->SetBody(nullptr);
in CreateAsyncImplMethod()
1889
ir::ScriptFunction *
asyncFunc
in CreateAsyncProxy()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSemitter.cpp
634
ir::MethodDefinition *ETSEmitter::FindAsyncImpl(ir::ScriptFunction *
asyncFunc
)
in FindAsyncImpl()
argument
636
std::string implName = checker::ETSChecker::GetAsyncImplName(
asyncFunc
->Id()->Name());
in FindAsyncImpl()
637
ir::AstNode *ownerNode =
asyncFunc
->Signature()->Owner()->GetDeclNode();
in FindAsyncImpl()
653
method->Function()->Signature()->Compatible(typeRel,
asyncFunc
->Signature());
in FindAsyncImpl()
657
method->Function()->Signature()->Compatible(typeRel,
asyncFunc
->Signature());
in FindAsyncImpl()
H
A
D
ETSemitter.h
110
ir::MethodDefinition *FindAsyncImpl(ir::ScriptFunction *
asyncFunc
);
Completed in 6 milliseconds