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:BoxedClass
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
enumPostCheckLowering.cpp
70
auto *callExpr = CreateCall(ctx->checker->AsETSChecker(), enumIf->GetDecl()->
BoxedClass
(),
in Perform()
82
auto *callExpr = CreateCall(ctx->checker->AsETSChecker(), enumIf->GetDecl()->
BoxedClass
(),
in Perform()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H
A
D
tsEnumDeclaration.h
103
ir::ClassDefinition *
BoxedClass
() const
in BoxedClass()
function in ark::es2panda::ark::es2panda::ir::TSEnumDeclaration
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H
A
D
etsUnionType.cpp
297
ct->AsETSEnumType()->GetDecl()->
BoxedClass
()->Check(checker);
298
ct = ct->AsETSEnumType()->GetDecl()->
BoxedClass
()->TsType();
388
sourceType->AsETSEnumType()->GetDecl()->
BoxedClass
()->Check(checker);
389
return sourceType->AsETSEnumType()->GetDecl()->
BoxedClass
()->TsType();
H
A
D
etsEnumType.cpp
62
if (constituentType == GetDecl()->
BoxedClass
()->TsType()) {
in AssignmentSource()
102
if (constituentType == GetDecl()->
BoxedClass
()->TsType() ||
in Cast()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
typeCreation.cpp
210
if (enumDecl->
BoxedClass
() == nullptr) {
in FindFunction()
214
for (auto m : enumDecl->
BoxedClass
()->Body()) {
in FindFunction()
236
auto *const boxedEnumType = enumDecl->
BoxedClass
()->TsType();
in CreateEnumTypeFromEnumDeclaration()
H
A
D
typeCheckingHelpers.cpp
593
if (enumDecl->
BoxedClass
()->TsTypeOrError() == nullptr) {
594
BuildBasicClassProperties(enumDecl->
BoxedClass
());
H
A
D
arithmetic.cpp
767
leftType = leftType->AsETSEnumType()->GetDecl()->
BoxedClass
()->TsType();
in CheckBinaryOperatorNullishCoalescing()
774
rightType = rightType->AsETSEnumType()->GetDecl()->
BoxedClass
()->TsType();
in CheckBinaryOperatorNullishCoalescing()
H
A
D
helpers.cpp
624
type = type->AsETSEnumType()->GetDecl()->
BoxedClass
()->TsType();
in FixOptionalVariableType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSGen.cpp
857
target = target->AsETSEnumType()->GetDecl()->
BoxedClass
()->TsType();
in IsInstance()
1237
const auto assemblerType = ToAssemblerType(enumInterface->GetDecl()->
BoxedClass
()->TsType());
in EmitUnboxEnum()
1335
return enumInterface->GetDecl()->
BoxedClass
()->TsType();
in EmitBoxedType()
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSAnalyzer.cpp
1254
consequentType = consequentType->AsETSEnumType()->GetDecl()->
BoxedClass
()->TsType();
in Check()
1270
alternateType = alternateType->AsETSEnumType()->GetDecl()->
BoxedClass
()->TsType();
in Check()
2609
Check(st->
BoxedClass
());
in Check()
Completed in 18 milliseconds