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:IsLiteralType
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H
A
D
etsEnumType.cpp
161
ASSERT(
IsLiteralType
());
172
ASSERT(
IsLiteralType
());
183
} else if (
IsLiteralType
()) {
in LookupConstant()
205
ASSERT(enumInterface->
IsLiteralType
());
in LookupConstant()
227
ASSERT(
IsLiteralType
() && IsSameEnumType(other));
339
bool ETSEnumType::
IsLiteralType
() const noexcept
346
ASSERT(!
IsLiteralType
());
H
A
D
etsEnumType.h
81
[[nodiscard]] bool
IsLiteralType
() const noexcept;
/arkcompiler/ets_frontend/es2panda/ir/statements/
H
A
D
switchStatement.cpp
86
bool exprIsLiteral = checker::Checker::
IsLiteralType
(exprType);
in Check()
91
bool caseIsLiteral = checker::Checker::
IsLiteralType
(caseType);
in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H
A
D
util.cpp
83
bool TSChecker::
IsLiteralType
(const Type *type)
in IsLiteralType()
function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/typescript/core/
H
A
D
util.cpp
95
bool Checker::
IsLiteralType
(const Type *type)
in IsLiteralType()
function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
TSchecker.h
262
static bool
IsLiteralType
(const Type *type);
H
A
D
TSAnalyzer.cpp
1255
bool exprIsLiteral = checker::TSChecker::
IsLiteralType
(exprType);
in Check()
1260
bool caseIsLiteral = checker::TSChecker::
IsLiteralType
(caseType);
in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
H
A
D
checker.h
336
static bool
IsLiteralType
(const Type *type);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSCompiler.cpp
1082
if (exprType->IsETSEnumType() && exprType->AsETSEnumType()->
IsLiteralType
()) {
in HandleEnumTypes()
1105
expr->Property()->TsType()->AsETSEnumType()->
IsLiteralType
()) {
in HandleStaticProperties()
Completed in 11 milliseconds