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:typeRef
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H
A
D
pgo_profile_type.cpp
38
ProfileType::ProfileType(PGOContext &context, ProfileTypeRef
typeRef
)
in ProfileType()
argument
54
std::optional<ProfileType> ProfileType::CreateFromProfileTypeRef(PGOContext &context, ProfileTypeRef
typeRef
)
in CreateFromProfileTypeRef()
argument
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H
A
D
etsNewArrayInstanceExpression.cpp
86
auto *const
typeRef
= typeReference_ != nullptr ? typeReference_->Clone(allocator, nullptr) : nullptr;
in Clone()
local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H
A
D
etsNewClassInstanceExpressionBuilder.h
32
ETSNewClassInstanceExpressionBuilder &SetTypeReference(ir::Expression *
typeRef
)
in SetTypeReference()
argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
promiseVoid.cpp
101
auto *
typeRef
= type->AsETSTypeReference();
in CheckForPromiseVoid()
local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H
A
D
pgo_method_type_set.cpp
119
PGODefineOpTypeRef
typeRef
;
in ProcessToBinary()
local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSCompiler.cpp
205
static void CreateDynamicObject(const ir::AstNode *node, compiler::ETSGen *etsg, const ir::Expression *
typeRef
,
in CreateDynamicObject()
argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
ETSBinder.cpp
84
void ETSBinder::LookupTypeArgumentReferences(ir::ETSTypeReference *
typeRef
)
in LookupTypeArgumentReferences()
argument
857
auto *
typeRef
= childNode->AsETSTypeReference();
in HandleCustomNodes()
local
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
TSparser.cpp
716
ir::TypeNode *
typeRef
= parseQuery ? AllocNode<ir::TSTypeQuery>(typeName)->AsTypeNode()
in ParseTypeReferenceOrQuery()
local
Completed in 10 milliseconds