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:unionType
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
ETSparserTypes.cpp
123
auto *const
unionType
= AllocNode<ir::ETSUnionType>(std::move(types));
in ParseUnionType()
local
240
auto *const
unionType
= AllocNode<ir::ETSUnionType>(std::move(constituentTypes));
in ParseFunctionType()
local
H
A
D
TSparser.cpp
977
auto *
unionType
= AllocNode<ir::TSUnionType>(std::move(types));
in ParseUnionType()
local
H
A
D
ETSparser.cpp
1399
auto *const
unionType
= AllocNode<ir::ETSUnionType>(std::move(types));
in CreateOptionalParameterTypeNode()
local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
interfacePropertyDeclarations.cpp
53
auto *const
unionType
= checker->AllocNode<ir::ETSUnionType>(std::move(types));
in TransformOptionalFieldTypeAnnotation()
local
60
auto *const
unionType
= checker->AllocNode<ir::ETSUnionType>(std::move(types));
in TransformOptionalFieldTypeAnnotation()
local
H
A
D
unionLowering.cpp
147
auto *const
unionType
= expr->Expr()->TsType()->AsETSUnionType();
in HandleUnionCastToPrimitive()
local
/arkcompiler/ets_frontend/ets2panda/test/unit/
H
A
D
union_normalization_test.cpp
233
auto *const
unionType
= normalizedType->AsETSUnionType();
in TEST_F()
local
266
auto *const
unionType
= normalizedType->AsETSUnionType();
in TEST_F()
local
290
auto *const
unionType
in TEST_F()
local
321
auto *const
unionType
= normalizedType->AsETSUnionType();
TEST_F()
local
382
auto *const
unionType
= normalizedType3->AsETSUnionType();
TEST_F()
local
501
auto *const
unionType
= normalizedType3->AsETSUnionType();
TEST_F()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H
A
D
memberExpression.cpp
208
checker::Type *MemberExpression::TraverseUnionMember(checker::ETSChecker *checker, checker::ETSUnionType *
unionType
,
in TraverseUnionMember()
argument
235
auto *const
unionType
= baseType->AsETSUnionType();
in CheckUnionMember()
local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H
A
D
declgenEts2Ts.cpp
300
void TSDeclGen::GenUnionType(const checker::ETSUnionType *
unionType
)
in GenUnionType()
argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
utilityTypeHandlers.cpp
164
auto *const
unionType
= AllocNode<ir::ETSUnionType>(std::move(types));
in CreateNullishProperty()
local
H
A
D
helpers.cpp
1204
auto
unionType
= expandedAliasType->AsETSUnionType();
in CheckExpandedType()
local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSGen.cpp
2807
void ETSGen::CastUnionToFunctionType(const ir::AstNode *node, const checker::ETSUnionType *
unionType
,
in CastUnionToFunctionType()
argument
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
parserImpl.cpp
1754
auto *
unionType
= AllocNode<ir::TSUnionType>(std::move(types));
in ParseTsUnionType()
local
Completed in 26 milliseconds