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:irSignature_
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/base/
H
A
D
scriptFunction.cpp
28
irSignature_
(std::move(data.signature)),
in ScriptFunction()
35
for (auto *param :
irSignature_
.Params()) {
in ScriptFunction()
39
if (auto *returnType =
irSignature_
.ReturnType(); returnType != nullptr) {
in ScriptFunction()
43
if (auto *typeParams =
irSignature_
.TypeParams(); typeParams != nullptr) {
in ScriptFunction()
52
for (const auto *param :
irSignature_
.Params()) {
99
irSignature_
.TransformChildren(cb, transformationName);
in TransformChildren()
114
irSignature_
.Iterate(cb);
in Iterate()
122
irSignature_
.SetReturnType(node);
135
{"params",
irSignature_
.Params()},
in Dump()
136
{"returnType", AstDumper::Optional(
irSignature_
in Dump()
[all...]
H
A
D
scriptFunction.h
78
return
irSignature_
.Params();
83
return
irSignature_
.Params();
88
return this->
irSignature_
.DefaultParamIndex();
103
return
irSignature_
.TypeParams();
108
return
irSignature_
.TypeParams();
133
return
irSignature_
.ReturnType();
138
return
irSignature_
.ReturnType();
336
FunctionSignature
irSignature_
;
member in ark::es2panda::ark::es2panda::ir::ScriptFunction
Completed in 1 milliseconds