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:globalTypes_
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/
H
A
D
globalTypesHolder.cpp
103
globalTypes_
[static_cast<size_t>(GlobalTypeId::NUMBER)] = allocator->New<NumberType>();
in AddTSSpecificTypes()
104
globalTypes_
[static_cast<size_t>(GlobalTypeId::ANY)] = allocator->New<AnyType>();
in AddTSSpecificTypes()
105
globalTypes_
[static_cast<size_t>(GlobalTypeId::STRING)] = allocator->New<StringType>();
in AddTSSpecificTypes()
106
globalTypes_
[static_cast<size_t>(GlobalTypeId::BOOLEAN)] = allocator->New<BooleanType>();
in AddTSSpecificTypes()
107
globalTypes_
[static_cast<size_t>(GlobalTypeId::VOID)] = allocator->New<VoidType>();
in AddTSSpecificTypes()
108
globalTypes_
[static_cast<size_t>(GlobalTypeId::NULL_ID)] = allocator->New<NullType>();
in AddTSSpecificTypes()
109
globalTypes_
[static_cast<size_t>(GlobalTypeId::UNDEFINED)] = allocator->New<UndefinedType>();
in AddTSSpecificTypes()
110
globalTypes_
[static_cast<size_t>(GlobalTypeId::UNKNOWN)] = allocator->New<UnknownType>();
in AddTSSpecificTypes()
111
globalTypes_
[static_cast<size_t>(GlobalTypeId::NEVER)] = allocator->New<NeverType>();
in AddTSSpecificTypes()
112
globalTypes_
[static_cas
in AddTSSpecificTypes()
[all...]
H
A
D
globalTypesHolder.h
302
return
globalTypes_
;
in GlobalTypes()
307
return
globalTypes_
;
in GlobalTypes()
311
Holder
globalTypes_
{};
/arkcompiler/ets_frontend/es2panda/typescript/types/
H
A
D
globalTypesHolder.cpp
42
globalTypes_
[static_cast<size_t>(GlobalTypeId::NUMBER)] = allocator->New<NumberType>();
in GlobalTypesHolder()
43
globalTypes_
[static_cast<size_t>(GlobalTypeId::ANY)] = allocator->New<AnyType>();
in GlobalTypesHolder()
44
globalTypes_
[static_cast<size_t>(GlobalTypeId::STRING)] = allocator->New<StringType>();
in GlobalTypesHolder()
45
globalTypes_
[static_cast<size_t>(GlobalTypeId::SYMBOL)] = allocator->New<SymbolType>();
in GlobalTypesHolder()
46
globalTypes_
[static_cast<size_t>(GlobalTypeId::BOOLEAN)] = allocator->New<BooleanType>();
in GlobalTypesHolder()
47
globalTypes_
[static_cast<size_t>(GlobalTypeId::VOID)] = allocator->New<VoidType>();
in GlobalTypesHolder()
48
globalTypes_
[static_cast<size_t>(GlobalTypeId::NULL_ID)] = allocator->New<NullType>();
in GlobalTypesHolder()
49
globalTypes_
[static_cast<size_t>(GlobalTypeId::UNDEFINED)] = allocator->New<UndefinedType>();
in GlobalTypesHolder()
50
globalTypes_
[static_cast<size_t>(GlobalTypeId::UNKNOWN)] = allocator->New<UnknownType>();
in GlobalTypesHolder()
51
globalTypes_
[static_cas
in GlobalTypesHolder()
[all...]
H
A
D
globalTypesHolder.h
84
std::array<Type *, static_cast<size_t>(GlobalTypeId::COUNT)>
globalTypes_
{};
/arkcompiler/ets_frontend/es2panda/typescript/
H
A
D
checker.h
142
return
globalTypes_
->GlobalNumberType();
in GlobalNumberType()
147
return
globalTypes_
->GlobalAnyType();
in GlobalAnyType()
152
return
globalTypes_
->GlobalStringType();
in GlobalStringType()
157
return
globalTypes_
->GlobalSymbolType();
in GlobalSymbolType()
162
return
globalTypes_
->GlobalBooleanType();
in GlobalBooleanType()
167
return
globalTypes_
->GlobalVoidType();
in GlobalVoidType()
172
return
globalTypes_
->GlobalNullType();
in GlobalNullType()
177
return
globalTypes_
->GlobalUndefinedType();
in GlobalUndefinedType()
182
return
globalTypes_
->GlobalUnknownType();
in GlobalUnknownType()
187
return
globalTypes_
in GlobalNeverType()
482
GlobalTypesHolder *
globalTypes_
;
global()
member in panda::es2panda::panda::es2panda::panda::es2panda::checker::Checker
[all...]
H
A
D
checker.cpp
41
globalTypes_
= allocator_->New<GlobalTypesHolder>(allocator_);
in Checker()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H
A
D
typeCreation.cpp
93
return UnionType::HandleUnionType(newUnionType,
globalTypes_
);
in CreateUnionType()
125
return UnionType::HandleUnionType(newUnionType,
globalTypes_
);
in CreateUnionType()
H
A
D
function.cpp
153
Type *instantiateTupleType = inferedTuple->Instantiate(allocator_, relation_,
globalTypes_
);
in CreateParameterTypeForArrayAssignmentPattern()
176
ObjectType *newObject = inferedType->Instantiate(allocator_, relation_,
globalTypes_
)->AsObjectType();
in CreateParameterTypeForObjectAssignmentPattern()
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
checker.h
106
return
globalTypes_
;
216
GlobalTypesHolder *
globalTypes_
;
member in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::checker::Checker
H
A
D
checker.cpp
39
globalTypes_
(allocator_.New<GlobalTypesHolder>(&allocator_)),
in Checker()
Completed in 6 milliseconds